| ... | @@ -1339,6 +1339,11 @@ test "KT128 sequential and parallel produce same output for small inputs" { | ... | @@ -1339,6 +1339,11 @@ test "KT128 sequential and parallel produce same output for small inputs" { |
| 1339 | } | 1339 | } |
| 1340 | | 1340 | |
| 1341 | test "KT128 sequential and parallel produce same output for large inputs" { | 1341 | test "KT128 sequential and parallel produce same output for large inputs" { |
| | 1342 | if (true) { |
| | 1343 | // https://codeberg.org/ziglang/zig/issues/30676 |
| | 1344 | return error.SkipZigTest; |
| | 1345 | } |
| | 1346 | |
| 1342 | const allocator = std.testing.allocator; | 1347 | const allocator = std.testing.allocator; |
| 1343 | const io = std.testing.io; | 1348 | const io = std.testing.io; |
| 1344 | | 1349 | |
| ... | @@ -1374,6 +1379,11 @@ test "KT128 sequential and parallel produce same output for large inputs" { | ... | @@ -1374,6 +1379,11 @@ test "KT128 sequential and parallel produce same output for large inputs" { |
| 1374 | } | 1379 | } |
| 1375 | | 1380 | |
| 1376 | test "KT128 sequential and parallel produce same output for many random lengths" { | 1381 | test "KT128 sequential and parallel produce same output for many random lengths" { |
| | 1382 | if (true) { |
| | 1383 | // https://codeberg.org/ziglang/zig/issues/30676 |
| | 1384 | return error.SkipZigTest; |
| | 1385 | } |
| | 1386 | |
| 1377 | const allocator = std.testing.allocator; | 1387 | const allocator = std.testing.allocator; |
| 1378 | const io = std.testing.io; | 1388 | const io = std.testing.io; |
| 1379 | | 1389 | |