diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-01 12:58:20 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-01 12:58:20 +0200 |
| commit | 9327aaefb651fdb584473ff8a4cc4fd5cb55cd51 (patch) | |
| tree | 069776c884f34a5d21455085d180f6d25e52b696 /test | |
| parent | dcfc851349a660da4b4b37c25959905d3323a824 (diff) | |
| download | zig-9327aaefb651fdb584473ff8a4cc4fd5cb55cd51.tar.gz zig-9327aaefb651fdb584473ff8a4cc4fd5cb55cd51.zip | |
test: disable an error trace test on optimized riscv64-linux
Diffstat (limited to 'test')
| -rw-r--r-- | test/error_traces.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/error_traces.zig b/test/error_traces.zig index 3ec6e95f84..da40c1eaa6 100644 --- 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 }, |
