Skip to content

Commit b9256d8

Browse files
committed
[Tests] Disable backward deployment tests requiring ASan
Test requiring ASan are currently failing on internal bots that test back deployment because of a test infrastructure problem with ASan bac deployment. Mark those tests as unsupported for remote_run (which is currently only used for those back-deployment tests) until we can address the underlying issue.
1 parent fdc6a71 commit b9256d8

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)