Skip to content

Commit 0855265

Browse files
authored
Merge pull request #65258 from rintaro/disable-rdar108082630
[Tests] Disable flaky tests in ASAN environment
2 parents 791f2dc + 561b1c0 commit 0855265

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)