openjpeg/tests/nonregression
Stefan Weil 381f9676b3 Support files with very large data size
The maximum supported data size is a limiting factor for the maximum
size of allowed images. As it is possible to allocate size_t bytes,
this data type must also be used for the data size.

This modification also fixes issue #432. That file is now decoded on
64 bit hosts with enough RAM, so the regression test had to be fixed.
Until it is possible to use different test cases for 32 and 64 bit hosts,
the test for issue #432 is disabled.

Handle also a potential division by zero when l_data_size is 0.
This fixes issue #733.

Update also some comments in the test suite.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-08-24 09:45:58 +02:00
..
CMakeLists.txt Avoids undefined shift behaviour in m_dc_level_shift computation 2017-07-27 18:10:03 +02:00
checkmd5refs.cmake Use lowercase for cmake commands consistenly 2016-05-02 16:05:41 +02:00
md5refs.txt Support files with very large data size 2017-08-24 09:45:58 +02:00
test_suite.ctest.in Support files with very large data size 2017-08-24 09:45:58 +02:00