diff options
| author | kcbanner <kcbanner@gmail.com> | 2024-10-22 01:18:16 -0400 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-10-22 11:39:29 +0200 |
| commit | 2d888a8e639856e8cb6e4c6f9e6a27647b464952 (patch) | |
| tree | 8dcad81d3d3e3b8d15c78e02114ad13ad57156ae /test/behavior/basic.zig | |
| parent | 85d87c9ca1f0c0c7fe9efa5ab54e306c6a309de3 (diff) | |
| download | zig-2d888a8e639856e8cb6e4c6f9e6a27647b464952.tar.gz zig-2d888a8e639856e8cb6e4c6f9e6a27647b464952.zip | |
tests: re-enable tests that now pass on aarch64-windows
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 3af8e32b86..e639ef68b0 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -1174,10 +1174,6 @@ test "arrays and vectors with big integers" { if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; - // TODO: only aarch64-windows didn't pass in the PR that added this code. - // figure out why if you can run this target. - if (builtin.os.tag == .windows and builtin.cpu.arch == .aarch64) return error.SkipZigTest; - inline for (.{ u65528, u65529, u65535 }) |Int| { var a: [1]Int = undefined; a[0] = std.math.maxInt(Int); |
