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 31e1ce4 commit 0c2e594Copy full SHA for 0c2e594
CMakeLists.txt
@@ -534,10 +534,8 @@ 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)
+ # timeout 800 exceeded
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)
542
543
endif()
0 commit comments