diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-09-11 20:26:53 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-09-11 20:26:53 -0700 |
| commit | ab3ac291ac08435f7aba1fc8a53fe0a0290cc1e1 (patch) | |
| tree | 5f6dd2a4a7dc97a72e3652fff09399ed1cba8b83 /test/behavior/basic.zig | |
| parent | 37cdb5dbf90acd61584bae4a6661d0a6f9b54295 (diff) | |
| parent | c97d64b677eb891144fb356e1f4b9011c60cc0e2 (diff) | |
| download | zig-ab3ac291ac08435f7aba1fc8a53fe0a0290cc1e1.tar.gz zig-ab3ac291ac08435f7aba1fc8a53fe0a0290cc1e1.zip | |
Merge remote-tracking branch 'origin/master' into llvm15
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index f66f3b833d..7e49cd1d88 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -465,7 +465,6 @@ fn nine() u8 { test "struct inside function" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; try testStructInFn(); comptime try testStructInFn(); @@ -514,7 +513,6 @@ var global_foo: *i32 = undefined; test "peer result location with typed parent, runtime condition, comptime prongs" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; const S = struct { fn doTheTest(arg: i32) i32 { @@ -643,7 +641,6 @@ test "global constant is loaded with a runtime-known index" { test "multiline string literal is null terminated" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; const s1 = \\one @@ -1060,7 +1057,6 @@ comptime { test "switch inside @as gets correct type" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO var a: u32 = 0; var b: [2]u32 = undefined; |
