summaryrefslogtreecommitdiff
path: root/tests/nonregression
AgeCommit message (Collapse)Author
2014-02-28[trunk] Make sure to run *-decode-md5 only after *-decode tests. Update md5 ↵Mathieu Malaterre
since recent code change.
2014-02-28[trunk] Mark a file as being invalid for opj_dumpMathieu Malaterre
2014-02-28[trunk] run test suite on dataset from issue 171Mathieu Malaterre
Fixes issue 171
2014-02-27[trunk] Try to run test suite on invalid dataset from sumatrapdf teamMathieu Malaterre
Update issue 225
2014-02-27[trunk] run test suite to illustrate patch from r2458Mathieu Malaterre
2014-02-27[trunk] Make sure that opj_decompress only output a single componentMathieu Malaterre
Update issue 110
2014-02-27[trunk] add issue 46 to the test suiteMathieu Malaterre
Fixes issue 46
2014-02-26[trunk] Import test case from issue 208. This appears to be fixed now.Mathieu Malaterre
Fixes issue 208
2014-02-26[trunk] Run test suite on dataset from issue 211. Test is now passing nicely.Mathieu Malaterre
Fixes issue 211
2014-02-26[trunk] run test suite on dataset from issue 135. Add fake md5sum to make ↵Mathieu Malaterre
sure tests is failing. Update issue 135
2014-02-26[trunk] Update missing md5sumsMathieu Malaterre
2014-02-26[trunk] kakadu does not support 451.pdf.SIGSEGV.ce9.372 we should not ↵Mathieu Malaterre
pretend to be able to decompress it Update issue 225
2014-02-26[trunk] Run test suite on issue 141. Add a fake dataset to report that test ↵Mathieu Malaterre
is failing. Update issue 141
2014-02-26[trunk] run test suite on input dataset from issue 134Mathieu Malaterre
Fixes issue 134
2014-02-26[trunk] fixes test NR-DEC-file409752.jp2-40-decode, use proper naming ↵Mathieu Malaterre
convention (need to keep file extension)
2014-02-26[trunk] add test suite for issue 142Mathieu Malaterre
Fixes issue 142
2014-02-26[trunk] When no output PGX file is found, report an errorMathieu Malaterre
2014-02-26[trunk] Update file extension function to handle cases where filename ↵Mathieu Malaterre
containes multiples dots. Update issue 250
2014-02-26[trunk] Clearly indicate that mem-b2ace68c-1381.jp2 should not be decompressed.Mathieu Malaterre
Update issue 250
2014-02-25[trunk] Run decoder on input dataset from issue 254. Add fake md5sum to make ↵Mathieu Malaterre
sure the test is failing. Update issue 254
2014-02-25[trunk] New decoded files are passing. Adding reference files.Mathieu Malaterre
Update issue 225
2014-02-25[trunk] For now assume any provided stream should not get decompressed.Mathieu Malaterre
Update issue 225
2014-02-25[trunk] Run decoder on issue 229 test casesMathieu Malaterre
Update issue 229
2014-02-25[trunk] Run test case for issue 228. Output has been validated.Mathieu Malaterre
Fixes issue 228
2014-02-25[trunk] Run sumatrapdf test casesMathieu Malaterre
2014-02-24[trunk] Make sure to always output pgx file. Handle case where multiple pgx ↵Mathieu Malaterre
files are generated. Fixes all tests.
2014-02-24[trunk] add test demonstrating a regression in 1.5.0 and up. Update issue 205Mathieu Malaterre
2014-02-24[trunk] improve test suite by checking against a reference md5Mathieu Malaterre
2014-02-24[trunk] Prefer the new style cmake: add_test commandMathieu Malaterre
Fixes issues 258
2014-01-23[trunk] added some tests for Cinema2k 48fps and Cinema 4k 24 fps. FixedAntonin Descampe
a bug in comparePGXimages.c leading to huge Test.xml file uploaded to DashBoard
2014-01-22[trunk] uncomment tests mistakenly commented in previous commitAntonin Descampe
2014-01-22[trunk] fixed several bugs in cinema mode (2K 24/48 fps, and 4K). TrunkAntonin Descampe
now produces compliant DCI code-streams.
2013-03-25[trunk] update test suite because now illegalcolortransform.j2k could be decodedMickael Savinaud
2013-03-24[trunk] managed nicely the case where TPSot value is incorrect (thanks ↵Mickael Savinaud
winfried). Update the test suite to check this case. Updates issue 202. Updates issue 206. Update issue 208
2013-03-17[trunk] correct issue 188 (thanks winfried) and add test about it. Fixes ↵Mickael Savinaud
issue 188
2013-02-04[trunk] add a test related to issue 202Mickael Savinaud
2013-02-03[trunk] update test suite for issue 5 and 62Mickael Savinaud
2012-12-18[trunk] merge from branch 1.5 a correction about large code-block data ↵Mickael Savinaud
(decoding part) and add tests about issue 5 and issue 62
2012-11-27[test] update the list of files which will be gracefully rejected when they ↵Mickael Savinaud
are dump
2012-11-26[trun[trunk] check if the dx and dy steps are not incorrect according to the ↵Mickael Savinaud
JPEG2000 norm (thanks Even). Test associated to this issue should nicely fail. Fixes issue 194
2012-11-26[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 ↵Mickael Savinaud
norm (thanks Even). Test associated to this issue should nicely fail. Fixes issue 163
2012-11-26[trunk] test about issue 192 should nicely failMickael Savinaud
2012-11-26[trunk] update test suite with issue 191 to 194 and update patch for 191 ↵Mickael Savinaud
which should fail properly
2012-11-12[trunk] add some new tests related to new data; indicate that some tests ↵Mickael Savinaud
should failed because data are wrong
2012-09-30[trunk] update the name of the executable used for the testsMickael Savinaud
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-06-01[trunk] use new names for baselineMickael Savinaud
2012-05-14[trunk] Start activating tile testsMathieu Malaterre
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud