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