Skip to content

Commit 543e32f

Browse files
authored
Merge pull request #60755 from xedin/rdar-99100097
[Tests] NFC: Disable remote/device execution of opaque result type cr…
2 parents 8f6dadd + afb78b4 commit 543e32f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Serialization/opaque_with_availability_cross_module.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
// REQUIRES: OS=macosx && (CPU=x86_64 || CPU=arm64)
77
// REQUIRES: executable_test
88

9+
// This requires executable tests to be run on the same machine as the compiler,
10+
// as it links with a dylib that it doesn't arrange to get uploaded to remote executors.
11+
// (rdar://99051588)
12+
// UNSUPPORTED: remote_run || device_run
13+
914
import LimitedAvailOpaque
1015

1116
struct S: P {

0 commit comments

Comments
 (0)