Skip to content

Commit 35d4b4c

Browse files
Temporarily turn off 2 ObjC related tests.
These are failing (rdar://79672466); temporarily mark them unsupported to unblock PR testing.
1 parent 3368d9c commit 35d4b4c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Interpreter/SDK/objc_bridge_cast.swift

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

44
// REQUIRES: objc_interop
55

6+
// rdar://79672466 - This test fails on watchsimulator-i386
7+
// UNSUPPORTED: OS=watchos && CPU=i386
8+
69
// Test dynamic casts that bridge value types through the runtime.
710

811
import Foundation

test/Interpreter/SDK/objc_dealloc.swift

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

44
// REQUIRES: objc_interop
55

6+
// rdar://79672466 - This test fails for watchsimulator-i386
7+
// UNSUPPORTED: OS=watchos && CPU=i386
8+
69
import Foundation
710

811
// Check that ObjC associated objects are cleaned up when attached to native

0 commit comments

Comments
 (0)