diff options
| author | Koakuma <koachan@protonmail.com> | 2022-07-08 20:53:46 +0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-09-14 16:57:31 -0700 |
| commit | 2263bba6cd544c31a6f5e1223503facb3d6c07e7 (patch) | |
| tree | 10e6c1ef11512378035de1b1b753bde1b8126634 /test/behavior/error.zig | |
| parent | 61265fba04001e7802cb3e3dc9bca50032afc8e3 (diff) | |
| download | zig-2263bba6cd544c31a6f5e1223503facb3d6c07e7.tar.gz zig-2263bba6cd544c31a6f5e1223503facb3d6c07e7.zip | |
stage2: sparc64: Skip Sema-failing tests for now
Diffstat (limited to 'test/behavior/error.zig')
| -rw-r--r-- | test/behavior/error.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig index d483afc300..dc29c9bc5b 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -223,6 +223,7 @@ fn testErrorSetType() !void { test "explicit error set cast" { if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO + if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO try testExplicitErrorSetCast(Set1.A); comptime try testExplicitErrorSetCast(Set1.A); |
