diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-01 22:10:15 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-04-02 04:49:53 -0400 |
| commit | 83a208c3551ae470f92753592a4c88984d2154d3 (patch) | |
| tree | a0f878390944963fe6810944eb4640933f488b16 /test/behavior/error.zig | |
| parent | 677427bc3ac839629654175f0a2aaaec9fd6fb6c (diff) | |
| download | zig-83a208c3551ae470f92753592a4c88984d2154d3.tar.gz zig-83a208c3551ae470f92753592a4c88984d2154d3.zip | |
x86_64: implement large cmp
Diffstat (limited to 'test/behavior/error.zig')
| -rw-r--r-- | test/behavior/error.zig | 2 |
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 |
