mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
parent
8226d706e2
commit
a0a982f0ea
1 changed files with 10 additions and 0 deletions
|
|
@ -1339,6 +1339,11 @@ test "KT128 sequential and parallel produce same output for small inputs" {
|
|||
}
|
||||
|
||||
test "KT128 sequential and parallel produce same output for large inputs" {
|
||||
if (true) {
|
||||
// https://codeberg.org/ziglang/zig/issues/30676
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const allocator = std.testing.allocator;
|
||||
const io = std.testing.io;
|
||||
|
||||
|
|
@ -1374,6 +1379,11 @@ test "KT128 sequential and parallel produce same output for large inputs" {
|
|||
}
|
||||
|
||||
test "KT128 sequential and parallel produce same output for many random lengths" {
|
||||
if (true) {
|
||||
// https://codeberg.org/ziglang/zig/issues/30676
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const allocator = std.testing.allocator;
|
||||
const io = std.testing.io;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue