File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6363 GTEST_COLOR : " On"
6464 ASAN_OPTIONS : " color=always"
6565 UBSAN_OPTIONS : " halt_on_error=1:print_stacktrace=1:color=always"
66- TSAN_OPTIONS : " color=always"
66+ TSAN_OPTIONS : " suppressions=${GITHUB_WORKSPACE}/BehaviorTree.CPP/tests/tsan_suppressions.txt: color=always"
6767 # There is a known issue with TSAN on recent kernel versions. Without the vm.mmap_rnd_bits=28
6868 # workaround all binaries with TSan enabled crash with "FATAL: ThreadSanitizer: unexpected memory mapping"
6969 run : sudo sysctl vm.mmap_rnd_bits=28 && ctest --test-dir build/${{env.BUILD_TYPE}} --output-on-failure
Original file line number Diff line number Diff line change 1+ # ThreadSanitizer suppressions file for behaviortree_cpp_test
2+
3+ # ZeroMQ false positives
4+ race:zmq::epoll_t::add_fd
You can’t perform that action at this time.
0 commit comments