diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-08-29 12:54:13 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 12:54:13 +1000 |
| commit | 31eafafe3b706dcc5094c1a80d8a6cdcf91f2bac (patch) | |
| tree | f848e381b9f68a40db1e02c908861acc85ed3e54 | |
| parent | 5c0cd83301a217e0e7703444174961a51c312420 (diff) | |
| parent | a54567e76ce0b32c6d48d019ab4bd9c8a7070933 (diff) | |
| download | rust-31eafafe3b706dcc5094c1a80d8a6cdcf91f2bac.tar.gz rust-31eafafe3b706dcc5094c1a80d8a6cdcf91f2bac.zip | |
Rollup merge of #145977 - CaiWeiran:basic-stepping-test, r=jieyouxu
tests: Ignore basic-stepping.rs on riscv64 Same as [PR 145745](https://github.com/rust-lang/rust/pull/145745) r? `@lqd`
| -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 e7a70c8b087..f6399814a43 100644 --- a/tests/debuginfo/basic-stepping.rs +++ b/tests/debuginfo/basic-stepping.rs @@ -4,6 +4,7 @@ //@ ignore-aarch64: Doesn't work yet. //@ ignore-loongarch64: Doesn't work yet. +//@ ignore-riscv64: Doesn't work yet. //@ compile-flags: -g // gdb-command: run |
