| author | |
| committer | |
| log | 61aaef0b074dc2567e4c35c9cb55cb042c18d065 |
| tree | 6a137d0ceff9811c8a525f7b7c5ea4a78d8956df |
| parent | 68f2d6cb245599e922c5758c8de9036286371f2c |
The miscompilation in question has been fixed upstream in LLVM 14.
closes #98791 files changed, 0 insertions(+), 4 deletions(-)
lib/std/bit_set.zig-4| ... | ... | @@ -1341,10 +1341,6 @@ test "IntegerBitSet" { |
| 1341 | 1341 | } |
| 1342 | 1342 | |
| 1343 | 1343 | test "ArrayBitSet" { |
| 1344 | if (@import("builtin").cpu.arch == .aarch64) { | |
| 1345 | // https://github.com/ziglang/zig/issues/9879 | |
| 1346 | return error.SkipZigTest; | |
| 1347 | } | |
| 1348 | 1344 | inline for (.{ 0, 1, 2, 31, 32, 33, 63, 64, 65, 254, 500, 3000 }) |size| { |
| 1349 | 1345 | try testStaticBitSet(ArrayBitSet(u8, size)); |
| 1350 | 1346 | try testStaticBitSet(ArrayBitSet(u16, size)); |