Run Windows-only tests only on Windows

This removes the need to maintain a list of all other
OSs which ignore the tests.
This commit is contained in:
Florian Bartels 2022-11-28 08:11:19 +01:00
parent dd12cd6dc6
commit 3e72a01566
2 changed files with 2 additions and 25 deletions

View file

@ -1,17 +1,5 @@
// This test is for *-windows-msvc only.
// ignore-android
// ignore-dragonfly
// ignore-emscripten
// ignore-freebsd
// ignore-gnu
// ignore-haiku
// ignore-ios
// ignore-linux
// ignore-macos
// ignore-netbsd
// ignore-openbsd
// ignore-solaris
// ignore-sgx no dynamic linking
// only-windows
// aux-build:dummy.rs
// aux-build:wrapper.rs

View file

@ -1,16 +1,5 @@
// This test is for *-windows-msvc only.
// ignore-android
// ignore-dragonfly
// ignore-emscripten
// ignore-freebsd
// ignore-haiku
// ignore-ios
// ignore-linux
// ignore-macos
// ignore-netbsd
// ignore-openbsd
// ignore-solaris
// ignore-sgx
// only-windows
// compile-flags: -C no-prepopulate-passes -C panic=abort -O