Skip to content

Commit 8a1c227

Browse files
committed
Auto merge of #134777 - saethlin:enable-more-tests-on-windows, r=<try>
(mostly) blindly enable more tests on Windows r? ghost try-job: x86_64-msvc try-job: i686-msvc
2 parents a25032c + 74bb9cc commit 8a1c227

File tree

65 files changed

+32
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+32
-97
lines changed

tests/codegen/debug-column.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Verify that debuginfo column numbers are 1-based byte offsets.
22
//
3-
//@ ignore-windows
43
//@ compile-flags: -C debuginfo=2
54

65
#[rustfmt::skip]
@@ -14,8 +13,8 @@ fn main() {
1413
// CHECK: call void @turtle(){{( #[0-9]+)?}}, !dbg [[B:!.*]]
1514
/* ż */ turtle();
1615

17-
// CHECK: [[A]] = !DILocation(line: 11, column: 9,
18-
// CHECK: [[B]] = !DILocation(line: 15, column: 10,
16+
// CHECK: [[A]] = !DILocation(line: 10, column: 9,
17+
// CHECK: [[B]] = !DILocation(line: 14, column: 10,
1918
}
2019
}
2120

tests/codegen/force-no-unwind-tables.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags: -C no-prepopulate-passes -C panic=abort -C force-unwind-tables=n
2-
//@ ignore-windows
32

43
#![crate_type = "lib"]
54

tests/codegen/gdb_debug_script_load.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//
21
//@ ignore-windows
32
//@ ignore-apple
43
//@ ignore-wasm

tests/codegen/remap_path_prefix/issue-73167-remap-std.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ ignore-windows
2-
31
//@ compile-flags: -g -C no-prepopulate-passes -Z simulate-remapped-rust-src-base=/rustc/xyz
42

53
// Here we check that importing std will not cause real path to std source files

tests/codegen/remap_path_prefix/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//@ ignore-windows
2-
//
3-
41
//@ compile-flags: -g -C no-prepopulate-passes --remap-path-prefix={{cwd}}=/the/cwd --remap-path-prefix={{src-base}}=/the/src -Zinline-mir=no
52
//@ aux-build:remap_path_prefix_aux.rs
63

tests/codegen/remap_path_prefix/xcrate-generic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows
21
//@ compile-flags: -g -C metadata=foo -C no-prepopulate-passes
32
//@ aux-build:xcrate-generic.rs
43

tests/codegen/thread-local.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ compile-flags: -O
22
//@ aux-build:thread_local_aux.rs
3-
//@ ignore-windows FIXME(#84933)
43
//@ ignore-wasm globals are used instead of thread locals
54
//@ ignore-emscripten globals are used instead of thread locals
65
//@ ignore-android does not use #[thread_local]

tests/crashes/132981.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ known-bug: #132981
22
//@compile-flags: -Clink-dead-code=true --crate-type lib
33
//@ only-x86_64
4-
//@ ignore-windows
54

65
#![feature(rust_cold_cc)]
76
pub extern "rust-cold" fn foo(_: [usize; 3]) {}

tests/incremental/issue-54059.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ proc-macro: issue-54059.rs
2-
//@ ignore-windows - dealing with weird symbols issues on dylibs isn't worth it
32
//@ revisions: rpass1
43

54
extern crate issue_54059;

tests/run-make/naked-symbol-visibility/rmake.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//@ ignore-windows
21
//@ only-x86_64
32
use run_make_support::object::ObjectSymbol;
43
use run_make_support::object::read::{File, Object, Symbol};

0 commit comments

Comments
 (0)