From a54567e76ce0b32c6d48d019ab4bd9c8a7070933 Mon Sep 17 00:00:00 2001 From: Caiweiran Date: Fri, 29 Aug 2025 08:11:48 +0000 Subject: [PATCH] tests: Ignore basic-stepping.rs on riscv64 --- tests/debuginfo/basic-stepping.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debuginfo/basic-stepping.rs b/tests/debuginfo/basic-stepping.rs index e7a70c8b087ba..f6399814a43a8 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