@@ -385,6 +385,7 @@ jobs:
385385 PPC_ASAN_RUN : 1
386386 ASAN_OPTIONS : abort_on_error=1
387387 UBSAN_OPTIONS : halt_on_error=1
388+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
388389 - name : Run tests (threads, num_threads=1)
389390 run : python3 scripts/run_tests.py --running-type="threads"
390391 env :
@@ -393,6 +394,7 @@ jobs:
393394 PPC_ASAN_RUN : 1
394395 ASAN_OPTIONS : abort_on_error=1
395396 UBSAN_OPTIONS : halt_on_error=1
397+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
396398 - name : Run tests (threads, num_threads=2)
397399 run : python3 scripts/run_tests.py --running-type="threads"
398400 env :
@@ -401,6 +403,7 @@ jobs:
401403 PPC_ASAN_RUN : 1
402404 ASAN_OPTIONS : abort_on_error=1
403405 UBSAN_OPTIONS : halt_on_error=1
406+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
404407 - name : Run tests (threads, num_threads=3)
405408 run : python3 scripts/run_tests.py --running-type="threads"
406409 env :
@@ -409,6 +412,7 @@ jobs:
409412 PPC_ASAN_RUN : 1
410413 ASAN_OPTIONS : abort_on_error=1
411414 UBSAN_OPTIONS : halt_on_error=1
415+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
412416 - name : Run tests (threads, num_threads=4)
413417 run : python3 scripts/run_tests.py --running-type="threads"
414418 env :
@@ -417,6 +421,7 @@ jobs:
417421 PPC_ASAN_RUN : 1
418422 ASAN_OPTIONS : abort_on_error=1
419423 UBSAN_OPTIONS : halt_on_error=1
424+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
420425 ubuntu-clang-sanitizer-test-extended :
421426 needs :
422427 - ubuntu-clang-sanitizer-test
0 commit comments