rapidjson: skip a regressed test

I don't think this is serious.  Surely it doesn't indicate a bug
in glibc.  And if it indicates a non-test bug in rapidjson,
it's not a new one and probably won't be worse with new glibc.
This commit is contained in:
Vladimír Čunát 2023-08-20 09:21:21 +02:00 committed by Maximilian Bosch
parent 25b89fa947
commit 8c66a65495
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A
2 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
url = "https://git.alpinelinux.org/aports/plain/community/rapidjson/do-not-include-gtest-src-dir.patch?id=9e5eefc7a5fcf5938a8dc8a3be8c75e9e6809909";
hash = "sha256-BjSZEwfCXA/9V+kxQ/2JPWbc26jQn35CfN8+8NW24s4=";
})
# One of these three tests reports memcpy overlap after update to glibc-2.38
./test-skip-valgrind.diff
];
postPatch = ''

View File

@ -0,0 +1,7 @@
--- a/test/unittest/CMakeLists.txt
+++ b/test/unittest/CMakeLists.txt
@@ -82,3 +81,0 @@
- add_test(NAME valgrind_unittest
- COMMAND valgrind --leak-check=full --error-exitcode=1 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest --gtest_filter=-SIMD.*
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)