Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 172fa9e

Browse files
committedFeb 3, 2025·
Enable more tests on Windows
1 parent a6434ef commit 172fa9e

Some content is hidden

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

46 files changed

+41
-63
lines changed
 

‎tests/codegen/debug-column.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Verify that debuginfo column numbers are 1-based byte offsets.
22
//
3-
//@ ignore-windows
3+
//@ ignore-msvc
44
//@ compile-flags: -C debuginfo=2
55

66
#[rustfmt::skip]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ compile-flags: -C no-prepopulate-passes -C panic=abort -C force-unwind-tables=n
2-
//@ ignore-windows
2+
//@ ignore-windows: unwind tables are required for panics on Windows
33

44
#![crate_type = "lib"]
55

0 commit comments

Comments
 (0)
Please sign in to comment.