@@ -385,6 +385,7 @@ jobs:
385
385
PPC_ASAN_RUN : 1
386
386
ASAN_OPTIONS : abort_on_error=1
387
387
UBSAN_OPTIONS : halt_on_error=1
388
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
388
389
- name : Run tests (threads, num_threads=1)
389
390
run : python3 scripts/run_tests.py --running-type="threads"
390
391
env :
@@ -393,6 +394,7 @@ jobs:
393
394
PPC_ASAN_RUN : 1
394
395
ASAN_OPTIONS : abort_on_error=1
395
396
UBSAN_OPTIONS : halt_on_error=1
397
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
396
398
- name : Run tests (threads, num_threads=2)
397
399
run : python3 scripts/run_tests.py --running-type="threads"
398
400
env :
@@ -401,6 +403,7 @@ jobs:
401
403
PPC_ASAN_RUN : 1
402
404
ASAN_OPTIONS : abort_on_error=1
403
405
UBSAN_OPTIONS : halt_on_error=1
406
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
404
407
- name : Run tests (threads, num_threads=3)
405
408
run : python3 scripts/run_tests.py --running-type="threads"
406
409
env :
@@ -409,6 +412,7 @@ jobs:
409
412
PPC_ASAN_RUN : 1
410
413
ASAN_OPTIONS : abort_on_error=1
411
414
UBSAN_OPTIONS : halt_on_error=1
415
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
412
416
- name : Run tests (threads, num_threads=4)
413
417
run : python3 scripts/run_tests.py --running-type="threads"
414
418
env :
@@ -417,6 +421,7 @@ jobs:
417
421
PPC_ASAN_RUN : 1
418
422
ASAN_OPTIONS : abort_on_error=1
419
423
UBSAN_OPTIONS : halt_on_error=1
424
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
420
425
ubuntu-clang-sanitizer-test-extended :
421
426
needs :
422
427
- ubuntu-clang-sanitizer-test
0 commit comments