diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-18 00:07:50 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-18 00:07:50 +0000 |
| commit | b65e3ebdb6b8a5f68e830799f89fc22f3f25d9a0 (patch) | |
| tree | 5a7ee505b6ef0dc75d601f9099252aed0e8849b7 /tests/nonregression/test_suite.ctest.in | |
| parent | 50acc339c58b4ae385b6722a711740f81984e83f (diff) | |
[trunk] fixed a bug leading to jpwl build failure & add related odd width/height sYCC tests (fixes issue 422)
Diffstat (limited to 'tests/nonregression/test_suite.ctest.in')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index 1e660520..c580cf95 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -219,6 +219,10 @@ opj_decompress -i @INPUT_NR_PATH@/issue414.jp2 -o @TEMP_PATH@/issue414.jp2.pgx !opj_decompress -i @INPUT_NR_PATH@/issue418.jp2 -o @TEMP_PATH@/issue418.jp2.pgx # issue 420 (from pdfium fuzz engine) Illegal custom precinct exponent. !opj_decompress -i @INPUT_NR_PATH@/issue420.jp2 -o @TEMP_PATH@/issue420.jp2.pgx +# issue 422 (rework of issue 411). ycc with odd width/height +opj_decompress -i @INPUT_NR_PATH@/issue411-ycc444.jp2 -o @TEMP_PATH@/issue411-ycc444.jp2.pgx +opj_decompress -i @INPUT_NR_PATH@/issue411-ycc422.jp2 -o @TEMP_PATH@/issue411-ycc422.jp2.pgx +opj_decompress -i @INPUT_NR_PATH@/issue411-ycc420.jp2 -o @TEMP_PATH@/issue411-ycc420.jp2.pgx # decode with specific area # prec=12; nb_c=1 |
