mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Test] Re-enable previously failing ASAN test
This was fixed by https://github.com/apple/swift/pull/63881, ie. a stack use after scope. Resolves rdar://100508951.
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
|
// RUN: not %swift -Xcc -fake-argument -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-UNKNOWN-ARG
|
||||||
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
|
// CHECK-UNKNOWN-ARG: unknown argument: '-fake-argument'
|
||||||
|
|
||||||
// Temporarily disable this test on ASAN bots.
|
|
||||||
// UNSUPPORTED: asan
|
|
||||||
|
|
||||||
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
|
// RUN: not %swift -Xcc -ivfsoverlay -Xcc %t.nonexistent -typecheck %s 2>&1 | %FileCheck %s -check-prefix=CHECK-VFS-NONEXISTENT
|
||||||
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found
|
// CHECK-VFS-NONEXISTENT: virtual filesystem overlay file '{{.*}}' not found
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user