aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/error.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-04-01 22:10:15 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-04-02 04:49:53 -0400
commit83a208c3551ae470f92753592a4c88984d2154d3 (patch)
treea0f878390944963fe6810944eb4640933f488b16 /test/behavior/error.zig
parent677427bc3ac839629654175f0a2aaaec9fd6fb6c (diff)
downloadzig-83a208c3551ae470f92753592a4c88984d2154d3.tar.gz
zig-83a208c3551ae470f92753592a4c88984d2154d3.zip
x86_64: implement large cmp
Diffstat (limited to 'test/behavior/error.zig')
-rw-r--r--test/behavior/error.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig
index 6460c5089c..b1f77f33a8 100644
--- a/test/behavior/error.zig
+++ b/test/behavior/error.zig
@@ -561,7 +561,6 @@ test "error union comptime caching" {
}
test "@errorName" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
@@ -798,7 +797,6 @@ test "error union of noreturn used with catch" {
}
test "alignment of wrapping an error union payload" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO