@@ -558,6 +558,7 @@ jobs:
558
558
PPC_ASAN_RUN : 1
559
559
ASAN_OPTIONS : abort_on_error=1
560
560
UBSAN_OPTIONS : halt_on_error=1
561
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
561
562
- name : Run tests (threads, num_threads=1)
562
563
run : python3 scripts/run_tests.py --running-type="threads"
563
564
env :
@@ -566,6 +567,7 @@ jobs:
566
567
PPC_ASAN_RUN : 1
567
568
ASAN_OPTIONS : abort_on_error=1
568
569
UBSAN_OPTIONS : halt_on_error=1
570
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
569
571
- name : Run tests (threads, num_threads=2)
570
572
run : python3 scripts/run_tests.py --running-type="threads"
571
573
env :
@@ -574,6 +576,7 @@ jobs:
574
576
PPC_ASAN_RUN : 1
575
577
ASAN_OPTIONS : abort_on_error=1
576
578
UBSAN_OPTIONS : halt_on_error=1
579
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
577
580
- name : Run tests (threads, num_threads=3)
578
581
run : python3 scripts/run_tests.py --running-type="threads"
579
582
env :
@@ -582,6 +585,7 @@ jobs:
582
585
PPC_ASAN_RUN : 1
583
586
ASAN_OPTIONS : abort_on_error=1
584
587
UBSAN_OPTIONS : halt_on_error=1
588
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
585
589
- name : Run tests (threads, num_threads=4)
586
590
run : python3 scripts/run_tests.py --running-type="threads"
587
591
env :
@@ -590,6 +594,7 @@ jobs:
590
594
PPC_ASAN_RUN : 1
591
595
ASAN_OPTIONS : abort_on_error=1
592
596
UBSAN_OPTIONS : halt_on_error=1
597
+ TSAN_OPTIONS : ignore_noninstrumented_modules=1
593
598
ubuntu-clang-sanitizer-test-extended :
594
599
needs :
595
600
- ubuntu-clang-sanitizer-test
0 commit comments