reenable some windows tests

This commit is contained in:
klensy 2024-07-14 13:48:29 +03:00
parent c1e3f03e60
commit b90ee2a51a
5 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
//@ ignore-windows
//@ ignore-wasi wasi codegens the main symbol differently //@ ignore-wasi wasi codegens the main symbol differently
//@ compile-flags: -g -C no-prepopulate-passes //@ compile-flags: -g -C no-prepopulate-passes

View File

@ -1,7 +1,6 @@
//@ compile-flags: -C no-prepopulate-passes -Copt-level=0 //@ compile-flags: -C no-prepopulate-passes -Copt-level=0
// //
//@ only-x86_64 //@ only-x86_64
//@ ignore-windows
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,7 +1,6 @@
// This test depends on a patch that was committed to upstream LLVM // This test depends on a patch that was committed to upstream LLVM
// before 4.0, formerly backported to the Rust LLVM fork. // before 4.0, formerly backported to the Rust LLVM fork.
//@ ignore-windows
//@ ignore-apple //@ ignore-apple
//@ ignore-wasi //@ ignore-wasi

View File

@ -1,4 +1,3 @@
//@ ignore-windows
//@ ignore-apple //@ ignore-apple
//@ ignore-wasi wasi codegens the main symbol differently //@ ignore-wasi wasi codegens the main symbol differently

View File

@ -1,6 +1,5 @@
//@ aux-build:nounwind.rs //@ aux-build:nounwind.rs
//@ compile-flags: -C no-prepopulate-passes -C panic=abort -C metadata=a //@ compile-flags: -C no-prepopulate-passes -C panic=abort -C metadata=a
//@ ignore-windows
//@ ignore-android //@ ignore-android
#![crate_type = "lib"] #![crate_type = "lib"]