diff options
| author | Caiweiran <cai.weiran.zte.com.cn> | 2025-08-29 08:11:48 +0000 |
|---|---|---|
| committer | Caiweiran <cai.weiran.zte.com.cn> | 2025-08-29 08:11:48 +0000 |
| commit | a54567e76ce0b32c6d48d019ab4bd9c8a7070933 (patch) | |
| tree | d1a17a96252c71bfeef41a7c413afbbcb2483087 | |
| parent | f2824da98d44c4a4e17bf39eb45103c8fc249117 (diff) | |
| download | rust-a54567e76ce0b32c6d48d019ab4bd9c8a7070933.tar.gz rust-a54567e76ce0b32c6d48d019ab4bd9c8a7070933.zip | |
tests: Ignore basic-stepping.rs on riscv64
| -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 |
