summaryrefslogtreecommitdiff
path: root/scripts/test/fuzzing.py
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Move more logic about unfuzzable tests to a shared location (#7175)Alon Zakai2024-12-201-1/+19
| | | | | | | It turns out that #7165 was not enough because we had a second (!?) list of tests to ignore, and also a condition. Move all that to the shared location as well, continuing that PR. Also remove simd.wast from the list, as that issue has been fixed.
* [NFC] Move code from fuzz_opt.py to a shared place (#7165)Alon Zakai2024-12-191-0/+76
The list of tests, and which tests cannot be fuzzed, will be useful in a future PR that uses it for ClusterFuzz as well. This just moves things out so they are reusable.