commit 9327aaefb651fdb584473ff8a4cc4fd5cb55cd51 (tree)
parent dcfc851349a660da4b4b37c25959905d3323a824
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Wed, 1 Oct 2025 12:58:20 +0200
test: disable an error trace test on optimized riscv64-linux
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/error_traces.zig b/test/error_traces.zig
@@ -436,6 +436,7 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
.{ .x86, .linux },
.{ .aarch64, .linux },
.{ .loongarch64, .linux },
+ .{ .riscv64, .linux },
.{ .x86_64, .windows },
.{ .x86, .windows },
.{ .x86_64, .macos },