Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Move more logic about unfuzzable tests to a shared location (#7175) | Alon Zakai | 2024-12-20 | 1 | -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 Zakai | 2024-12-19 | 1 | -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. |