@@ -465,20 +465,35 @@ Linux/Static Analysis:
465
465
CMAKE_OPTIONS : -DCLANG_TIDY=ON -DCPPCHECK=ON
466
466
<< : *linux_success_template
467
467
468
+ Linux/GCC/ThreadSanitizer :
469
+ variables :
470
+ CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=thread
471
+ << : *linux_failure_template
472
+
468
473
Linux/Clang/ThreadSanitizer :
469
474
variables :
470
475
CC : clang
471
476
CXX : clang++
472
477
CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=thread
473
478
<< : *linux_failure_template
474
479
480
+ Linux/GCC/AddressSanitizer :
481
+ variables :
482
+ CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=address
483
+ << : *linux_failure_template
484
+
475
485
Linux/Clang/AddressSanitizer :
476
486
variables :
477
487
CC : clang
478
488
CXX : clang++
479
489
CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=address
480
490
<< : *linux_failure_template
481
491
492
+ Linux/GCC/LeakSanitizer :
493
+ variables :
494
+ CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=leak
495
+ << : *linux_failure_template
496
+
482
497
Linux/Clang/LeakSanitizer :
483
498
variables :
484
499
CC : clang
@@ -493,6 +508,11 @@ Linux/Clang/MemorySanitizer:
493
508
CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=memory
494
509
<< : *linux_failure_template
495
510
511
+ Linux/GCC/UndefinedSanitizer :
512
+ variables :
513
+ CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=undefined
514
+ << : *linux_success_template
515
+
496
516
Linux/Clang/UndefinedSanitizer :
497
517
variables :
498
518
CC : clang
0 commit comments