Skip to content

Commit b90ee2a

Browse files
committed
reenable some windows tests
1 parent c1e3f03 commit b90ee2a

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/codegen/generic-debug.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows
21
//@ ignore-wasi wasi codegens the main symbol differently
32

43
//@ compile-flags: -g -C no-prepopulate-passes

tests/codegen/issues/issue-58881.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
22
//
33
//@ only-x86_64
4-
//@ ignore-windows
54

65
#![crate_type = "lib"]
76

tests/codegen/mainsubprogram.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// This test depends on a patch that was committed to upstream LLVM
22
// before 4.0, formerly backported to the Rust LLVM fork.
33

4-
//@ ignore-windows
54
//@ ignore-apple
65
//@ ignore-wasi
76

tests/codegen/mainsubprogramstart.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows
21
//@ ignore-apple
32
//@ ignore-wasi wasi codegens the main symbol differently
43

tests/codegen/nounwind.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ aux-build:nounwind.rs
22
//@ compile-flags: -C no-prepopulate-passes -C panic=abort -C metadata=a
3-
//@ ignore-windows
43
//@ ignore-android
54

65
#![crate_type = "lib"]

0 commit comments

Comments
 (0)