Skip to content

Commit d1026ed

Browse files
Merge pull request swiftlang#21965 from devincoughlin/asan-backdeployment-tests-unsupported
[Tests] Disable backward deployment tests requiring ASan
2 parents 7629253 + b9256d8 commit d1026ed

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Sanitizers/asan.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// REQUIRES: executable_test
55
// REQUIRES: asan_runtime
66

7+
// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
8+
// UNSUPPORTED: remote_run
9+
710
// Make sure we can handle swifterror. LLVM's address sanitizer pass needs to
811
// ignore swifterror addresses.
912

validation-test/execution/arc_36509461.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: objc_interop
1010
// REQUIRES: OS=macosx
1111

12+
// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
13+
// UNSUPPORTED: remote_run
14+
1215
import Foundation
1316

1417
struct FakeUUID {

0 commit comments

Comments
 (0)