Skip to content

Commit 1fc42ed

Browse files
Rexicon226jacobly0
authored andcommitted
riscv: disable failing test
1 parent b149d8f commit 1fc42ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior/optional.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ test "result location initialization of optional with OPV payload" {
632632
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
633633
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
634634
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
635+
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
635636

636637
const S = struct {
637638
x: u0,

0 commit comments

Comments
 (0)