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.
2 parents be972c2 + 13786d5 commit ec1a8ebCopy full SHA for ec1a8eb
test/Frontend/clang-args-diags.swift
@@ -1,6 +1,9 @@
1
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
2
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
3
4
+// Temporarily disable this test on ASAN bots.
5
+// UNSUPPORTED: asan
6
+
7
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
8
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found
9
0 commit comments