nixpkgs/pkgs/development/libraries/rapidjson/test-skip-valgrind.diff
Vladimír Čunát 8c66a65495
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.
2023-09-24 15:12:08 +02:00

8 lines
307 B
Diff

--- 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)