Skip to content

Commit

Permalink
Auto merge of rust-lang#127715 - klensy:tests-w, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jul 21, 2024
2 parents 2430c48 + b90ee2a commit a62ac15
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/codegen/generic-debug.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//@ ignore-windows
//@ ignore-wasi wasi codegens the main symbol differently

//@ compile-flags: -g -C no-prepopulate-passes
Expand Down
1 change: 0 additions & 1 deletion tests/codegen/issues/issue-58881.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0
//
//@ only-x86_64
//@ ignore-windows

#![crate_type = "lib"]

Expand Down
1 change: 0 additions & 1 deletion tests/codegen/mainsubprogram.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// This test depends on a patch that was committed to upstream LLVM
// before 4.0, formerly backported to the Rust LLVM fork.

//@ ignore-windows
//@ ignore-apple
//@ ignore-wasi

Expand Down
1 change: 0 additions & 1 deletion tests/codegen/mainsubprogramstart.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//@ ignore-windows
//@ ignore-apple
//@ ignore-wasi wasi codegens the main symbol differently

Expand Down
1 change: 0 additions & 1 deletion tests/codegen/nounwind.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//@ aux-build:nounwind.rs
//@ compile-flags: -C no-prepopulate-passes -C panic=abort -C metadata=a
//@ ignore-windows
//@ ignore-android

#![crate_type = "lib"]
Expand Down

0 comments on commit a62ac15

Please sign in to comment.