@@ -555,44 +555,34 @@ jobs:
555555 PPC_NUM_PROC : 2
556556 PPC_NUM_THREADS : 2
557557 PPC_ASAN_RUN : 1
558- ASAN_OPTIONS : abort_on_error=1
559- UBSAN_OPTIONS : halt_on_error=1
560558 TSAN_OPTIONS : ignore_noninstrumented_modules=1
561559 - name : Run tests (threads, num_threads=1)
562560 run : python3 scripts/run_tests.py --running-type="threads"
563561 env :
564562 PPC_NUM_PROC : 1
565563 PPC_NUM_THREADS : 1
566564 PPC_ASAN_RUN : 1
567- ASAN_OPTIONS : abort_on_error=1
568- UBSAN_OPTIONS : halt_on_error=1
569565 TSAN_OPTIONS : ignore_noninstrumented_modules=1
570566 - name : Run tests (threads, num_threads=2)
571567 run : python3 scripts/run_tests.py --running-type="threads"
572568 env :
573569 PPC_NUM_PROC : 1
574570 PPC_NUM_THREADS : 2
575571 PPC_ASAN_RUN : 1
576- ASAN_OPTIONS : abort_on_error=1
577- UBSAN_OPTIONS : halt_on_error=1
578572 TSAN_OPTIONS : ignore_noninstrumented_modules=1
579573 - name : Run tests (threads, num_threads=3)
580574 run : python3 scripts/run_tests.py --running-type="threads"
581575 env :
582576 PPC_NUM_PROC : 1
583577 PPC_NUM_THREADS : 3
584578 PPC_ASAN_RUN : 1
585- ASAN_OPTIONS : abort_on_error=1
586- UBSAN_OPTIONS : halt_on_error=1
587579 TSAN_OPTIONS : ignore_noninstrumented_modules=1
588580 - name : Run tests (threads, num_threads=4)
589581 run : python3 scripts/run_tests.py --running-type="threads"
590582 env :
591583 PPC_NUM_PROC : 1
592584 PPC_NUM_THREADS : 4
593585 PPC_ASAN_RUN : 1
594- ASAN_OPTIONS : abort_on_error=1
595- UBSAN_OPTIONS : halt_on_error=1
596586 TSAN_OPTIONS : ignore_noninstrumented_modules=1
597587 ubuntu-clang-sanitizer-test-extended :
598588 needs :
0 commit comments