openexr: Disable more known-broken tests on big-endian (#527993)

This commit is contained in:
Sandro
2026-06-19 11:52:21 +00:00
committed by GitHub
+8
View File
@@ -78,6 +78,14 @@ stdenv.mkDerivation rec {
"OpenEXR.testSampleImages"
"OpenEXR.testSharedFrameBuffer"
"OpenEXR.testTiledRgba"
# Lack of proper endianness handling in OpenJPH
# https://github.com/aous72/OpenJPH/issues/266
# "ojph error 0x00050041 at ojph_params.cpp:687: error reading SIZ marker", and similar errors
"OpenEXR.testConversion"
"OpenEXR.testExistingStreams"
"OpenEXR.testLargeDataWindowOffsets"
"OpenEXR.testTiledCompression"
];
passthru.tests = {