You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test] Mark tests unsupported on all Linux flavors
Autolinking was added to the frontend in 22912bc. It was disabled on
Linux in 198402d, and further constrained to be disabled on "linux-gnu"
in 83b4384. Since then, more flavors of Linux have become supported
by Swift: "linux-gnueabihf" in 4bf81e0, and "freebsd" in f41b791.
Autolinking most likely does not work on any of these platforms, so
mark it as unsupported for now.
Other tests that only mark "linux-gnu" as unsupported do so for similar
reasons. Ensure unsupported tests for "linux-gnu" are also unsupported
on similar platforms.
0 commit comments