Skip to content

Commit 0c2e594

Browse files
committed
Enable some tests nested_detach.
Fixed by: Changed strip_outer_ld_preload to remove librrpreload in any case.
1 parent 31e1ce4 commit 0c2e594

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,8 @@ if (asan)
534534
set(ASAN_FLAGS "-fsanitize=address")
535535
set(RR_FLAGS "${ASAN_FLAGS} ${RR_FLAGS}")
536536

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)
537+
# timeout 800 exceeded
539538
list(APPEND DISABLED_TESTS nested_detach-no-syscallbuf)
540-
list(APPEND DISABLED_TESTS nested_detach-32)
541539
list(APPEND DISABLED_TESTS nested_detach-32-no-syscallbuf)
542540

543541
endif()

0 commit comments

Comments
 (0)