diff options
| author | David Rubin <daviru007@icloud.com> | 2024-07-24 21:57:16 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-07-26 04:19:17 -0700 |
| commit | b533e848a288bcf91da2720dc2646b88225642e9 (patch) | |
| tree | 2e438bb77c116d28bdf3312214c4dd5ba408b226 /test/behavior/error.zig | |
| parent | c00a5ff792e78564673d0dc76b901c98b938bb9b (diff) | |
| download | zig-b533e848a288bcf91da2720dc2646b88225642e9.tar.gz zig-b533e848a288bcf91da2720dc2646b88225642e9.zip | |
riscv: enable passing tests
Diffstat (limited to 'test/behavior/error.zig')
| -rw-r--r-- | test/behavior/error.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig index 9b6300e743..cc37e36207 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -403,7 +403,6 @@ test "nested error union function call in optional unwrap" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { const Foo = struct { @@ -450,7 +449,6 @@ test "nested error union function call in optional unwrap" { test "return function call to error set from error union function" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { fn errorable() anyerror!i32 { @@ -1079,7 +1077,6 @@ test "result location initialization of error union with OPV payload" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) 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, |
