Skip to content

Commit

Permalink
riscv: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexicon226 authored and jacobly0 committed Jul 22, 2024
1 parent b149d8f commit 1fc42ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/behavior/optional.zig
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ test "result location initialization of optional with OPV payload" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;

const S = struct {
x: u0,
Expand Down

0 comments on commit 1fc42ed

Please sign in to comment.