Skip to content

Commit 45935da

Browse files
authored
[sanitizer] Disabled "ExecutionEngine" tests with Asan (llvm#823)
Too flaky. llvm/llvm-project#186534
1 parent d55cf39 commit 45935da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ function check_stage2_msan_track_origins {
502502
}
503503

504504
function check_stage2_asan {
505-
check_stage2 asan
505+
LIT_FILTER_OUT="ExecutionEngine/" check_stage2 asan
506506
}
507507

508508
function check_stage2_hwasan {
@@ -514,7 +514,7 @@ function check_stage2_ubsan {
514514
}
515515

516516
function check_stage2_asan_ubsan {
517-
check_stage2 asan_ubsan
517+
LIT_FILTER_OUT="ExecutionEngine/" check_stage2 asan_ubsan
518518
}
519519

520520
function build_stage3 {

0 commit comments

Comments
 (0)