Skip to content

Commit 17bae24

Browse files
committed
Enable test nested_detach.
Fixed by: Changed strip_outer_ld_preload to remove librrpreload in any case.
1 parent 0b178e7 commit 17bae24

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,7 @@ 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)
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)
537+
#list(APPEND DISABLED_TESTS ...)
542538

543539
endif()
544540

0 commit comments

Comments
 (0)