We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fa110 commit 561b1c0Copy full SHA for 561b1c0
test/SourceKit/CompileNotifications/edits.swift
@@ -1,3 +1,6 @@
1
+// rdar://108082630 this test is flaky in ASAN bot
2
+// UNSUPPORTED: asan
3
+
4
// RUN: %sourcekitd-test -req=track-compiles \
5
// RUN: == -req=sema %s -- %s \
6
// RUN: == -req=edit %s -replace="" | %FileCheck %s -check-prefix=COMPILE_1
test/SourceKit/CompileNotifications/enable-disable.swift
// RUN: %sourcekitd-test -req=sema %s -- %s | %FileCheck %s -check-prefix=NONE
// RUN: %sourcekitd-test -req=track-compiles == -req=version | %FileCheck %s -check-prefix=NONE
// RUN: %sourcekitd-test -req=track-compiles -req-opts=value=0 \
0 commit comments