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:
parent
dd12cd6dc6
commit
3e72a01566
2 changed files with 2 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue