rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.9k stars 12.52k forks source link

compiletest: only-linux header ignored #98751

Closed pinkforest closed 2 years ago

pinkforest commented 2 years ago

Whilst working on https://github.com/rust-lang/rust/pull/98708 to fix https://github.com/rust-lang/rust/issues/98690 It seems that // only-linux header is ignored in rollup CI for some reason for windows-msvc task that should not execute the test auto (x86_64-msvc-1, --build=x86_64-pc-windows-msvc --enable-profiler, make ci-subset-1, windows-...

I expected all the non-linux tasks to ignore the test rustdoc-ui/issue-98690.rs

Meta

Rollup here: https://github.com/rust-lang/rust/pull/98744 Affected CI run here: https://github.com/rust-lang-ci/rust/runs/7141724751?check_suite_focus=true

pinkforest commented 2 years ago

This is bors issue, please ignore. https://github.com/rust-lang/homu/issues/174