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/array.zig | |
| parent | c00a5ff792e78564673d0dc76b901c98b938bb9b (diff) | |
| download | zig-b533e848a288bcf91da2720dc2646b88225642e9.tar.gz zig-b533e848a288bcf91da2720dc2646b88225642e9.zip | |
riscv: enable passing tests
Diffstat (limited to 'test/behavior/array.zig')
| -rw-r--r-- | test/behavior/array.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/behavior/array.zig b/test/behavior/array.zig index 05da574edf..fa20342491 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -159,7 +159,6 @@ test "array len field" { test "array with sentinels" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; const S = struct { fn doTheTest(is_ct: bool) !void { @@ -531,7 +530,6 @@ test "sentinel element count towards the ABI size calculation" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) 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 doTheTest() !void { @@ -685,8 +683,6 @@ test "array init of container level array variable" { } test "runtime initialized sentinel-terminated array literal" { - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; - var c: u16 = 300; _ = &c; const f = &[_:0x9999]u16{c}; |
