diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-07-14 13:48:29 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-07-14 13:48:29 +0300 |
| commit | b90ee2a51a66371702cab6a007a4efc862ff0544 (patch) | |
| tree | 0438a43652e131eea7f45c061d6a8e00fb73de5c /tests/codegen | |
| parent | c1e3f03e602a7af08049f38ffafa09622f28e1d0 (diff) | |
| download | rust-b90ee2a51a66371702cab6a007a4efc862ff0544.tar.gz rust-b90ee2a51a66371702cab6a007a4efc862ff0544.zip | |
reenable some windows tests
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/generic-debug.rs | 1 | ||||
| -rw-r--r-- | tests/codegen/issues/issue-58881.rs | 1 | ||||
| -rw-r--r-- | tests/codegen/mainsubprogram.rs | 1 | ||||
| -rw-r--r-- | tests/codegen/mainsubprogramstart.rs | 1 | ||||
| -rw-r--r-- | tests/codegen/nounwind.rs | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/codegen/generic-debug.rs b/tests/codegen/generic-debug.rs index 3423abe7187..0ad0b074657 100644 --- a/tests/codegen/generic-debug.rs +++ b/tests/codegen/generic-debug.rs @@ -1,4 +1,3 @@ -//@ ignore-windows //@ ignore-wasi wasi codegens the main symbol differently //@ compile-flags: -g -C no-prepopulate-passes diff --git a/tests/codegen/issues/issue-58881.rs b/tests/codegen/issues/issue-58881.rs index 759e3b70baa..ba6285f3972 100644 --- a/tests/codegen/issues/issue-58881.rs +++ b/tests/codegen/issues/issue-58881.rs @@ -1,7 +1,6 @@ //@ compile-flags: -C no-prepopulate-passes -Copt-level=0 // //@ only-x86_64 -//@ ignore-windows #![crate_type = "lib"] diff --git a/tests/codegen/mainsubprogram.rs b/tests/codegen/mainsubprogram.rs index 12b24c90229..ce3fe3c8608 100644 --- a/tests/codegen/mainsubprogram.rs +++ b/tests/codegen/mainsubprogram.rs @@ -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 diff --git a/tests/codegen/mainsubprogramstart.rs b/tests/codegen/mainsubprogramstart.rs index 20741791db5..0bcb311644d 100644 --- a/tests/codegen/mainsubprogramstart.rs +++ b/tests/codegen/mainsubprogramstart.rs @@ -1,4 +1,3 @@ -//@ ignore-windows //@ ignore-apple //@ ignore-wasi wasi codegens the main symbol differently diff --git a/tests/codegen/nounwind.rs b/tests/codegen/nounwind.rs index 464bc2535c2..c910644458a 100644 --- a/tests/codegen/nounwind.rs +++ b/tests/codegen/nounwind.rs @@ -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"] |
