Skip to content

Commit 73f4273

Browse files
authored
Mark Reflection_jit.swift as UNSUPPORTED for standalone stdlib builds (swiftlang#33682)
1 parent 7a6f84d commit 73f4273

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/stdlib/Reflection_jit.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
// RUN: %target-jit-run -parse-stdlib %S/Reflection.swift -- %S/Inputs/shuffle.jpg | %FileCheck %S/Reflection.swift
33

44
// 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

Comments
 (0)