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 567b07c commit bd70f0fCopy full SHA for bd70f0f
src/tools/compiletest/src/header.rs
@@ -41,6 +41,8 @@ impl EarlyProps {
41
iter_header(testfile,
42
None,
43
&mut |ln| {
44
+ // we should check if any only-<platform> exists and if it exists
45
+ // and does not matches the current platform, skip the test
46
props.ignore =
47
props.ignore ||
48
config.parse_cfg_name_directive(ln, "ignore") ||
0 commit comments