-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[test] Temporarily disable Reflection tests on non-macOS #19031
Conversation
@swift-ci Please test |
Build failed |
…curses. I'll have to think harder about this. |
f62b148
to
6ffe644
Compare
utils/remote-run will only run things in %t. An Apple-internal tool doesn't follow symlinks. Normal macOS and simulator runs find the support libraries relative to the binary. I'm not sure what to do yet, but for now let's unbreak the Apple-internal bots I broke in 01a0de2.
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test Linux |
Build failed |
@swift-ci Please test Linux |
Build failed |
Force-merging to bring back internal bots. |
Fix-up for #18966. The change made there was in support of utils/remote-run, which won't run things that are outside of
%t
, but it broke an internal testing tool at Apple, which doesn't follow symlinks.Use a hard link instead, which everything supports.Disable the tests on non-macOS for now while I think about this more.