Skip to content

Commit a62ac15

Browse files
committed
Auto merge of #127715 - klensy:tests-w, r=Mark-Simulacrum
reenable some windows tests Locally passing on `x86_64-pc-windows-msvc`, fingers crossed for `*-pc-windows-gnu`. try-job: x86_64-msvc try-job: x86_64-mingw
2 parents 2430c48 + b90ee2a commit a62ac15

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)