| ... | @@ -776,7 +776,6 @@ test "return union init with void payload" { | ... | @@ -776,7 +776,6 @@ test "return union init with void payload" { |
| 776 | } | 776 | } |
| 777 | | 777 | |
| 778 | test "@unionInit stored to a const" { | 778 | test "@unionInit stored to a const" { |
| 779 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | | |
| 780 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO | 779 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| 781 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 780 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 782 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 781 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| ... | @@ -939,7 +938,6 @@ test "function call result coerces from tagged union to the tag" { | ... | @@ -939,7 +938,6 @@ test "function call result coerces from tagged union to the tag" { |
| 939 | } | 938 | } |
| 940 | | 939 | |
| 941 | test "cast from anonymous struct to union" { | 940 | test "cast from anonymous struct to union" { |
| 942 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | | |
| 943 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO | 941 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| 944 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 942 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 945 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 943 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| ... | @@ -972,7 +970,6 @@ test "cast from anonymous struct to union" { | ... | @@ -972,7 +970,6 @@ test "cast from anonymous struct to union" { |
| 972 | } | 970 | } |
| 973 | | 971 | |
| 974 | test "cast from pointer to anonymous struct to pointer to union" { | 972 | test "cast from pointer to anonymous struct to pointer to union" { |
| 975 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | | |
| 976 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO | 973 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| 977 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 974 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 978 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 975 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| ... | @@ -1135,7 +1132,6 @@ test "global variable struct contains union initialized to non-most-aligned fiel | ... | @@ -1135,7 +1132,6 @@ test "global variable struct contains union initialized to non-most-aligned fiel |
| 1135 | } | 1132 | } |
| 1136 | | 1133 | |
| 1137 | test "union with no result loc initiated with a runtime value" { | 1134 | test "union with no result loc initiated with a runtime value" { |
| 1138 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | | |
| 1139 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 1135 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 1140 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 1136 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 1141 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO | 1137 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| ... | @@ -1152,7 +1148,6 @@ test "union with no result loc initiated with a runtime value" { | ... | @@ -1152,7 +1148,6 @@ test "union with no result loc initiated with a runtime value" { |
| 1152 | } | 1148 | } |
| 1153 | | 1149 | |
| 1154 | test "union with a large struct field" { | 1150 | test "union with a large struct field" { |
| 1155 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | | |
| 1156 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 1151 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 1157 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 1152 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 1158 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO | 1153 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| ... | @@ -1321,7 +1316,6 @@ test "union and enum field order doesn't match" { | ... | @@ -1321,7 +1316,6 @@ test "union and enum field order doesn't match" { |
| 1321 | } | 1316 | } |
| 1322 | | 1317 | |
| 1323 | test "@unionInit uses tag value instead of field index" { | 1318 | test "@unionInit uses tag value instead of field index" { |
| 1324 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | | |
| 1325 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO | 1319 | if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO |
| 1326 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO | 1320 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 1327 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO | 1321 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |