Skip to content

Commit

Permalink
(debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Dec 26, 2023
1 parent 2ce4920 commit 9c15af9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/suite/unit_test/sanitize/tsan/suppressions_clang.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
# or another developer ready to really interrogate the topic in great depth.
# - For Type B warning: Make the parallel logging situation (where applicable) in unit_test just be nicer;
# e.g., log to different files; don't use Simple_ostream_logger but rather Async_file_logger; and so on.
race:^ipc::test::Test_logger::do_log$
#race:^ipc::test::Test_logger::do_log$
#XXX
race:^ipc::test::Test_logger::do_log
race:ipc::test::Test_logger::do_log

# XXX?
# Had some issues matching ^ and $ in this one; leaving them out; these are very unlikely to match something
Expand Down
3 changes: 3 additions & 0 deletions test/suite/unit_test/sanitize/tsan/suppressions_clang_15.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
#XXXrace:ipc::util::sync_io::Timer_event_emitter::Timer_event_emitter
#XXXrace:ipc::session::shm::arena_lend::Borrower_shm_pool_collection_repository::register_shm_pool
# (End TODO.)

#XXXno
race:^ipc::test::Test_logger::do_log$
3 changes: 3 additions & 0 deletions test/suite/unit_test/sanitize/tsan/suppressions_clang_16.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
#XXXrace:ipc::session::shm::arena_lend::jemalloc::test::Test_shm_session_server::execute_allocation_performance_tests
#XXXrace:ipc::util::sync_io::Timer_event_emitter::Timer_event_emitter
# (End TODO.)

#XXXno
race:^ipc::test::Test_logger::do_log
3 changes: 3 additions & 0 deletions test/suite/unit_test/sanitize/tsan/suppressions_clang_17.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
#XXXrace:ipc::session::shm::arena_lend::jemalloc::test::Test_shm_session_server_executor::many_objects_creator_functor
#XXXrace:ipc::test::Test_logger::Test_logger
# (End TODO.)

#XXXno
race:ipc::test::Test_logger::do_log

0 comments on commit 9c15af9

Please sign in to comment.