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