summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-03-03[trunk] Remove unused variables from testMathieu Malaterre
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] Fix JPIP test with updated md5sumMathieu Malaterre
2014-02-28[trunk] final round of minor cleanupsMathieu Malaterre
2014-02-28[trunk] Remove PNG generation code for nowMathieu Malaterre
2014-02-28[trunk] Prefer strcpy since it copies trailing 0 directlyMathieu Malaterre
2014-02-28[trunk] Simplify code to centralize code cleanupMathieu Malaterre
2014-02-28[trunk] Some code cleanup add sentinelsMathieu Malaterre
2014-02-28[trunk] Remove a simple warning, and use static to detect unused functions. ↵Mathieu Malaterre
Simplify function declarations.
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-27[trunk] simplify code using for loopMathieu Malaterre
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] Add more details in case test failsMathieu Malaterre
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] Remove some simple warnings about cast, and unused functionsMathieu 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-26[trunk] Fix TestJPIP1 on case sensitive systemMathieu Malaterre
2014-02-26[trunk] Remove simple warnings about unused functionsMathieu Malaterre
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] Fix two simple warnings about sign mismatchMathieu Malaterre
2014-02-24[trunk] Fix warning about signed/unsigned mismatchMathieu Malaterre
2014-02-24[trunk] Make sure to handle ret value, and properly initialize output fileMathieu Malaterre
2014-02-24[trunk] Make sure to handle ret value in testMathieu 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-10-28trunk: disabling class-0 conformance tests for now (bad implentation of tests)Antonin Descampe