Skip to content

Commit

Permalink
Enable test nested_detach.
Browse files Browse the repository at this point in the history
Fixed by:
  Changed strip_outer_ld_preload to remove librrpreload in any case.
  • Loading branch information
bernhardu committed Jun 22, 2021
1 parent 0b178e7 commit 17bae24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,7 @@ if (asan)
set(ASAN_FLAGS "-fsanitize=address")
set(RR_FLAGS "${ASAN_FLAGS} ${RR_FLAGS}")

# RecordSession.cc:2048: void rr::strip_outer_ld_preload(std::vector<std::__cxx11::basic_string<char> >&): Assertion `preload_pos == string::npos' failed.
list(APPEND DISABLED_TESTS nested_detach)
list(APPEND DISABLED_TESTS nested_detach-no-syscallbuf)
list(APPEND DISABLED_TESTS nested_detach-32)
list(APPEND DISABLED_TESTS nested_detach-32-no-syscallbuf)
#list(APPEND DISABLED_TESTS ...)

endif()

Expand Down

0 comments on commit 17bae24

Please sign in to comment.