Skip to content

Commit 793d3de

Browse files
hzellercopybara-github
authored andcommitted
Take fixed fuzzer results out of failing bucket.
These fuzz-crashes were typically issues the JIT faced with some LLVM issue, and got fixed probably due to a recently updated LLVM. Fixes: #1512 #1624 #1636 PiperOrigin-RevId: 686177005
1 parent 6d72f9c commit 793d3de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xls/fuzzer/BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -379,16 +379,10 @@ generate_crasher_regression_tests(
379379
"crashers/crasher_2023-10-01_eb60.x",
380380
# TODO(https://github.com/google/xls/issues/1141): Remove when fixed.
381381
"crashers/crasher_2023-10-02_7c14.x",
382-
# TODO(https://github.com/google/xls/issues/1512): Remove when fixed.
383-
"crashers/crasher_2024-07-14_b78c.x",
384382
# TODO(https://github.com/google/xls/issues/1609): Remove when fixed.
385383
"crashers/crasher_2024-09-14_6bbb.x",
386384
# TODO(https://github.com/google/xls/issues/1618): Remove when fixed.
387385
"crashers/crasher_2024-09-20_67c5.x",
388-
# TODO(https://github.com/google/xls/issues/1624): Remove when fixed.
389-
"crashers/crasher_2024-09-23_0330.x",
390-
# TODO(https://github.com/google/xls/issues/1636): Remove when fixed.
391-
"crashers/crasher_2024-09-26_ac56.x",
392386
],
393387
prefix = package_name(),
394388
tags = {

0 commit comments

Comments
 (0)