Skip to content

Commit 2377177

Browse files
authored
Rollup merge of rust-lang#105003 - flba-eb:only_windows, r=Mark-Simulacrum
Run Windows-only tests only on Windows This removes the need to maintain an ignore-list of all other OSs. See rust-lang#102305 for a similar change.
2 parents 77c39e5 + 3e72a01 commit 2377177

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

src/test/codegen/dllimports/main.rs

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
// This test is for *-windows-msvc only.
2-
// ignore-android
3-
// ignore-dragonfly
4-
// ignore-emscripten
5-
// ignore-freebsd
6-
// ignore-gnu
7-
// ignore-haiku
8-
// ignore-ios
9-
// ignore-linux
10-
// ignore-macos
11-
// ignore-netbsd
12-
// ignore-openbsd
13-
// ignore-solaris
14-
// ignore-sgx no dynamic linking
2+
// only-windows
153

164
// aux-build:dummy.rs
175
// aux-build:wrapper.rs

src/test/codegen/panic-abort-windows.rs

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
// This test is for *-windows-msvc only.
2-
// ignore-android
3-
// ignore-dragonfly
4-
// ignore-emscripten
5-
// ignore-freebsd
6-
// ignore-haiku
7-
// ignore-ios
8-
// ignore-linux
9-
// ignore-macos
10-
// ignore-netbsd
11-
// ignore-openbsd
12-
// ignore-solaris
13-
// ignore-sgx
2+
// only-windows
143

154
// compile-flags: -C no-prepopulate-passes -C panic=abort -O
165

0 commit comments

Comments
 (0)