mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-13 21:26:16 +01:00
parent
8d76c02f9a
commit
5e4da1ff30
5 changed files with 333 additions and 0 deletions
|
|
@ -1425,6 +1425,7 @@ test "allocation and looping over 3-byte integer" {
|
|||
if (builtin.zig_backend == .stage2_llvm and builtin.os.tag == .macos) {
|
||||
return error.SkipZigTest; // TODO
|
||||
}
|
||||
if (builtin.cpu.arch == .s390x and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // TODO
|
||||
|
||||
try expect(@sizeOf(u24) == 4);
|
||||
try expect(@sizeOf([1]u24) == 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue