Skip to content

Commit

Permalink
reenable some windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Jul 14, 2024
1 parent c1e3f03 commit b90ee2a
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 b90ee2a

Please sign in to comment.