mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
build: promote tsan ci to must-pass
Refs: https://github.com/libuv/libuv/issues/3681
This commit is contained in:
parent
a3b7dfcfca
commit
67063ead60
5
.github/workflows/sanitizer.yml
vendored
5
.github/workflows/sanitizer.yml
vendored
@ -47,9 +47,10 @@ jobs:
|
||||
(cd build-tsan && cmake .. -G Ninja -DBUILD_TESTING=ON -DTSAN=ON -DCMAKE_BUILD_TYPE=Release)
|
||||
cmake --build build-tsan
|
||||
- name: TSAN Test
|
||||
continue-on-error: true # currently permit failures
|
||||
# Note: path must be absolute because some tests chdir.
|
||||
# TSan exits with an error when it can't find the file.
|
||||
run: |
|
||||
./build-tsan/uv_run_tests_a
|
||||
env TSAN_OPTIONS="suppressions=$PWD/tsansupp.txt" ./build-tsan/uv_run_tests_a
|
||||
|
||||
- name: UBSAN Build
|
||||
run: |
|
||||
|
2
tsansupp.txt
Normal file
2
tsansupp.txt
Normal file
@ -0,0 +1,2 @@
|
||||
# glibc reads `count` field unsynchronized, not a libuv bug
|
||||
race:pthread_barrier_destroy
|
Loading…
x
Reference in New Issue
Block a user