Skip to content

Commit 3a93925

Browse files
authored
Merge pull request #62079 from tshortli/disable-has-symbol-for-device-run
Test: Disable `Interpreter/has_symbol.swift` for `device_run` in addition to `remote_run`
2 parents 14f1171 + 7e85fd0 commit 3a93925

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Interpreter/has_symbol.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727

2828
// REQUIRES: executable_test
2929
// REQUIRES: VENDOR=apple
30-
// UNSUPPORTED: remote_run
30+
31+
// This test requires executable tests to be run on the same machine as the
32+
// compiler, as it links with a dylib that it doesn't arrange to get uploaded
33+
// to remote executors.
34+
// UNSUPPORTED: remote_run || device_run
3135

3236
// rdar://102159307 - #_hasSymbol needs to be implemented with a SILInstruction
3337
// REQUIRES: swift_test_mode_optimize_none

0 commit comments

Comments
 (0)