openexr-3.1.5-drop-failing-testDwaLookups.patch 868 B

123456789101112131415161718192021222324252627282930
  1. From 6f3c61b994e9a503fcc9649cba439d81f40901d0 Mon Sep 17 00:00:00 2001
  2. From: Bernd Waibel <waebbl-gentoo@posteo.net>
  3. Date: Tue, 27 Sep 2022 07:29:11 +0200
  4. Subject: [PATCH] drop failing testDwaLookups
  5. On x86_32 testDwaLookups fails
  6. Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
  7. --- a/src/test/OpenEXRTest/main.cpp
  8. +++ b/src/test/OpenEXRTest/main.cpp
  9. @@ -65,7 +65,6 @@
  10. #include "testDwaCompressorSimd.h"
  11. #include "testRle.h"
  12. #include "testB44ExpLogTable.h"
  13. -#include "testDwaLookups.h"
  14. #include "testIDManifest.h"
  15. #include "tmpDir.h"
  16. @@ -229,7 +228,6 @@ main (int argc, char *argv[])
  17. TEST (testDwaCompressorSimd, "basic");
  18. TEST (testRle, "core");
  19. TEST (testB44ExpLogTable, "core");
  20. - TEST (testDwaLookups, "core");
  21. TEST (testIDManifest, "core");
  22. // NB: If you add a test here, make sure to enumerate it in the
  23. --
  24. 2.37.3