Skip to content

Commit 79d2026

Browse files
committed
Auto merge of #153877 - Enselic:basic-stepping-aarch64, r=mati865
tests/debuginfo/basic-stepping.rs: Remove ignore-aarch64 This test passes for me both with `gdb` and `lldb` when I run it on an aarch64 machine (namely [dev-desktop-eu-1](https://forge.rust-lang.org/infra/docs/dev-desktop.html)). And as can be seen below, it now passes PR CI, including **aarch64-gnu-llvm-21-1**. This test used to [fail](#144497 (comment)) PR CI, in particular **aarch64-gnu-llvm-19-1**. I suggest we put this in a rollup as an iffy PR to see if we can get it through. If we can, we are one step closer towards closing #33013.
2 parents e0a8361 + a27fdfb commit 79d2026

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/debuginfo/basic-stepping.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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-
//@ ignore-aarch64: Doesn't work yet.
65
//@ ignore-loongarch64: Doesn't work yet.
76
//@ ignore-riscv64: Doesn't work yet.
87
//@ ignore-backends: gcc

0 commit comments

Comments
 (0)