Skip to content

Commit

Permalink
Enable fuzzer tests that don't fail anymore.
Browse files Browse the repository at this point in the history
Issues

  * #1192
  * #1200
  * #1201
  * #1240
  * #1511

PiperOrigin-RevId: 674032943
  • Loading branch information
hzeller authored and copybara-github committed Sep 12, 2024
1 parent cf3e3a8 commit 9a266ca
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions xls/fuzzer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -377,18 +377,8 @@ generate_crasher_regression_tests(
"crashers/crasher_2023-10-01_eb60.x",
# TODO(https://github.com/google/xls/issues/1141): Remove when fixed.
"crashers/crasher_2023-10-02_7c14.x",
# TODO(https://github.com/google/xls/issues/1192): Remove when fixed.
"crashers/crasher_2023-07-06_feae.x",
# TODO(https://github.com/google/xls/issues/1200): Remove when fixed.
"crashers/crasher_2023-11-19_3094.x",
# TODO(https://github.com/google/xls/issues/1201): Remove when fixed.
"crashers/crasher_2023-11-19_0a23.x",
# TODO(https://github.com/google/xls/issues/1205): Remove when fixed.
"crashers/crasher_2023-11-26_cc51.x",
# TODO(https://github.com/google/xls/issues/1240): Remove when fixed.
"crashers/crasher_2023-12-26_044b.x",
# TODO(https://github.com/google/xls/issues/1511): Remove when fixed.
"crashers/crasher_2024-07-12_e4a0.x",
# TODO(https://github.com/google/xls/issues/1512): Remove when fixed.
"crashers/crasher_2024-07-14_b78c.x",
# TODO(https://github.com/google/xls/issues/1514): Remove when fixed.
Expand All @@ -408,6 +398,9 @@ generate_crasher_regression_tests(
"crashers/crasher_2022-09-03_4d43.x": [
"optonly",
],
"crashers/crasher_2023-11-19_3094.x": [
"optonly",
],
"crashers/crasher_2022-10-24_40eb.x": [
"optonly",
],
Expand Down

0 comments on commit 9a266ca

Please sign in to comment.