We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b178e7 commit 17bae24Copy full SHA for 17bae24
CMakeLists.txt
@@ -534,11 +534,7 @@ if (asan)
534
set(ASAN_FLAGS "-fsanitize=address")
535
set(RR_FLAGS "${ASAN_FLAGS} ${RR_FLAGS}")
536
537
- # RecordSession.cc:2048: void rr::strip_outer_ld_preload(std::vector<std::__cxx11::basic_string<char> >&): Assertion `preload_pos == string::npos' failed.
538
- list(APPEND DISABLED_TESTS nested_detach)
539
- list(APPEND DISABLED_TESTS nested_detach-no-syscallbuf)
540
- list(APPEND DISABLED_TESTS nested_detach-32)
541
- list(APPEND DISABLED_TESTS nested_detach-32-no-syscallbuf)
+ #list(APPEND DISABLED_TESTS ...)
542
543
endif()
544
0 commit comments