Skip to content

Commit

Permalink
Enable some tests 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 24, 2021
1 parent 8c3344e commit 1d77c6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,8 @@ 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)
# timeout 800 exceeded
list(APPEND DISABLED_TESTS nested_detach-no-syscallbuf)
list(APPEND DISABLED_TESTS nested_detach-32)
list(APPEND DISABLED_TESTS nested_detach-32-no-syscallbuf)

endif()
Expand Down

0 comments on commit 1d77c6f

Please sign in to comment.