Skip to content

Commit 6a2efc3

Browse files
authored
Merge pull request swiftlang#28120 from apple/shahmishal/5.1-disable-test-56959761
Disable objc_mangling and SwiftObjectNSObject test for watchOS (56959…
2 parents b368b0d + 0acbe2e commit 6a2efc3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Interpreter/SDK/objc_mangling.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
// REQUIRES: objc_interop
88

9+
// rdar://problem/56959761
10+
// UNSUPPORTED: OS=watchos
11+
912
import Foundation
1013

1114
/* FIXME: SwiftObject doesn't support -description

test/stdlib/SwiftObjectNSObject.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
// REQUIRES: objc_interop
2323

24+
// rdar://problem/56959761
25+
// UNSUPPORTED: OS=watchos
26+
2427
import Foundation
2528

2629
class C {

0 commit comments

Comments
 (0)