Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / qa / core / data / README
bloba147d4be4c6a7e10379c2a41fd21af716ff76f18
1 Files with the string 'CVE' in their name are encrypted to avoid
2 problems with virus checkers on source code download.; use:
4 mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
5 mcrypt --bare -a arcfour -o hex -k 435645 -s 3   foo.doc # to create new tests
7 to get access to the plain files for manual testing.
10 The files in these subdirectories are tested to
11 ensure that they import without crashing or hanging.
12 Files that crash during export should go into exportdata.
14 Both data and exportdata are tested with
15 make CppunitTest_sw_filters_test      or
16 make CppunitTest_sw_filters_test2     for ww6.
18 Files that hang interactively, but pass filters_test
19 might be failing because of layout issues. See core/layout.
21 pass: these files now load - without the fix they crashed or hung.
22 fail: these files still fail to load, but not because of crashing or hanging.
23 indeterminate: untested temporary holding area - to be sorted as pass/fail.