diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2023-03-21 11:16:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 11:16:29 +0100 |
| commit | 515e1c93e18d81435410f2cb45f3788c6be13fbf (patch) | |
| tree | 10dbb755d5323d9ca4fd3ddfb88c78a8bd980ce7 /test/behavior/struct.zig | |
| parent | dff4bbfd2426ce4943972782d2bcffc89b3fd26d (diff) | |
| parent | c58b5732f381fe4f145537501e29347be01e2a44 (diff) | |
| download | zig-515e1c93e18d81435410f2cb45f3788c6be13fbf.tar.gz zig-515e1c93e18d81435410f2cb45f3788c6be13fbf.zip | |
Merge pull request #14993 from jacobly0/x86_64
x86_64: implement more operations
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 2a1acebc0f..b250b5b087 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1149,7 +1149,6 @@ test "anon init through error unions and optionals" { } test "anon init through optional" { - 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_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO @@ -1456,7 +1455,6 @@ test "struct has only one reference" { test "no dependency loop on pointer to optional struct" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO const S = struct { const A = struct { b: B }; @@ -1509,7 +1507,6 @@ test "no dependency loop on optional field wrapped in generic function" { } test "optional field init with tuple" { - 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_arm) return error.SkipZigTest; // TODO |
