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.
2 parents 14f1171 + 7e85fd0 commit 3a93925Copy full SHA for 3a93925
test/Interpreter/has_symbol.swift
@@ -27,7 +27,11 @@
27
28
// REQUIRES: executable_test
29
// REQUIRES: VENDOR=apple
30
-// UNSUPPORTED: remote_run
+
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
35
36
// rdar://102159307 - #_hasSymbol needs to be implemented with a SILInstruction
37
// REQUIRES: swift_test_mode_optimize_none
0 commit comments