stage2: enable some passing array & vector tests

This commit is contained in:
William Sengir
2022-03-23 08:49:16 -07:00
committed by Andrew Kelley
parent d7530c8f7b
commit b872539a13
2 changed files with 10 additions and 4 deletions

View File

@@ -453,9 +453,7 @@ test "type deduction for array subscript expression" {
}
test "sentinel element count towards the ABI size calculation" {
if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
const S = struct {