1
0
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:
Ben Noordhuis 2023-01-19 14:09:15 +01:00
parent a3b7dfcfca
commit 67063ead60
2 changed files with 5 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
# glibc reads `count` field unsynchronized, not a libuv bug
race:pthread_barrier_destroy