Skip to content

Commit 4e68311

Browse files
committed
tests/debuginfo/basic-stepping.rs: Add ignore-aarch64-pc-windows-msvc
Turns out the test is flaky on `aarch64-pc-windows-msvc`. This is a partial revert of a27fdfb.
1 parent 1e21831 commit 4e68311

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/debuginfo/basic-stepping.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
//! time works intuitively, e.g. that `next` takes you to the next source line.
33
//! Regression test for <https://github.com/rust-lang/rust/issues/33013>.
44
5+
// Flaky. See https://github.com/rust-lang/rust/pull/153877#issuecomment-4064897776.
6+
//@ ignore-aarch64-pc-windows-msvc
7+
58
//@ ignore-loongarch64: Doesn't work yet.
69
//@ ignore-riscv64: Doesn't work yet.
710
//@ ignore-backends: gcc

0 commit comments

Comments
 (0)