diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-08-22 22:00:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-22 22:00:58 -0400 |
| commit | 561656db6789caface445d993b015d709ddbb635 (patch) | |
| tree | 44c86b11e5cc3b6f3fa0e016efbf6b1f0d21e12e | |
| parent | c9b4c339327143b132d00608880dab00ee6a3c50 (diff) | |
| parent | d61353ff43a328c9d5116f6dfb5820e852449d11 (diff) | |
| download | rust-561656db6789caface445d993b015d709ddbb635.tar.gz rust-561656db6789caface445d993b015d709ddbb635.zip | |
Rollup merge of #145745 - heiher:ignore-basic-stepping, r=lqd
tests: Ignore basic-stepping.rs on LoongArch
| -rw-r--r-- | tests/debuginfo/basic-stepping.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/debuginfo/basic-stepping.rs b/tests/debuginfo/basic-stepping.rs index 6e1344d22a5..e7a70c8b087 100644 --- a/tests/debuginfo/basic-stepping.rs +++ b/tests/debuginfo/basic-stepping.rs @@ -3,6 +3,7 @@ //! Regression test for <https://github.com/rust-lang/rust/issues/33013>. //@ ignore-aarch64: Doesn't work yet. +//@ ignore-loongarch64: Doesn't work yet. //@ compile-flags: -g // gdb-command: run |
