Open
Description
https://rustc-dev-guide.rust-lang.org/tests/directives.html states that I can write ignore-x
wherex
is "A full target triple: aarch64-apple-ios". However, that's not correct -- some target triples work, but not all of them. I realized this when my PR failed because ignore-i686-pc-windows-gnullvm
dies not work, and neither does //@ ignore-i686-unknown-uefi
.
CC @jieyouxu