Skip to content

Commit ec1a8eb

Browse files
Merge pull request #61383 from aschwaighofer/disable_clang_args_diags_asan
Frontend/clang-args-diags.swift currently fails on ASAN bots
2 parents be972c2 + 13786d5 commit ec1a8eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Frontend/clang-args-diags.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
22
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
33

4+
// Temporarily disable this test on ASAN bots.
5+
// UNSUPPORTED: asan
6+
47
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
58
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found
69

0 commit comments

Comments
 (0)