Skip to content

Commit 561b1c0

Browse files
committed
[Tests] Disable flaky tests in ASAN environment
1 parent 21fa110 commit 561b1c0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/SourceKit/CompileNotifications/edits.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://108082630 this test is flaky in ASAN bot
2+
// UNSUPPORTED: asan
3+
14
// RUN: %sourcekitd-test -req=track-compiles \
25
// RUN: == -req=sema %s -- %s \
36
// RUN: == -req=edit %s -replace="" | %FileCheck %s -check-prefix=COMPILE_1

test/SourceKit/CompileNotifications/enable-disable.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://108082630 this test is flaky in ASAN bot
2+
// UNSUPPORTED: asan
3+
14
// RUN: %sourcekitd-test -req=sema %s -- %s | %FileCheck %s -check-prefix=NONE
25
// RUN: %sourcekitd-test -req=track-compiles == -req=version | %FileCheck %s -check-prefix=NONE
36
// RUN: %sourcekitd-test -req=track-compiles -req-opts=value=0 \

0 commit comments

Comments
 (0)