Skip to content

Commit 5d30b59

Browse files
authored
Merge pull request #60735 from lorentey/wrangling
[test] IRGen/opaque_result_alwaysInlineIntoClient: disable on non-local test configs
2 parents a95e018 + bc0cab9 commit 5d30b59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/lit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,9 @@ def configure_remote_run():
19531953
config.target_swift_reflection_test = os.path.join(
19541954
remote_tmp_dir, 'bin', swift_reflection_test_name)
19551955
config.available_features.add('remote_run')
1956+
# Interpreter runs require local execution.
1957+
config.available_features.discard('swift_interpreter')
1958+
19561959

19571960
config.substitutions.append(("%target-sdk-name", config.target_sdk_name))
19581961

0 commit comments

Comments
 (0)