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 7a6f84d commit 73f4273Copy full SHA for 73f4273
test/stdlib/Reflection_jit.swift
@@ -2,3 +2,8 @@
2
// RUN: %target-jit-run -parse-stdlib %S/Reflection.swift -- %S/Inputs/shuffle.jpg | %FileCheck %S/Reflection.swift
3
4
// REQUIRES: swift_interpreter
5
+
6
+// Only run this test when we build host tools (e.g. bin/swift-frontend), avoid running it for standalone stdlib builds.
7
+// Standalone stdlib builds use downloadable toolchains from swift.org, which are codesigned in a way that doesn't let
8
+// the interpreter process (swift-frontend) dynamically load locally-built modules (libswiftCore).
9
+// REQUIRES: swift_tools_extra
0 commit comments