We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3368d9c commit 35d4b4cCopy full SHA for 35d4b4c
test/Interpreter/SDK/objc_bridge_cast.swift
@@ -3,6 +3,9 @@
3
4
// REQUIRES: objc_interop
5
6
+// rdar://79672466 - This test fails on watchsimulator-i386
7
+// UNSUPPORTED: OS=watchos && CPU=i386
8
+
9
// Test dynamic casts that bridge value types through the runtime.
10
11
import Foundation
test/Interpreter/SDK/objc_dealloc.swift
+// rdar://79672466 - This test fails for watchsimulator-i386
// Check that ObjC associated objects are cleaned up when attached to native
0 commit comments