summaryrefslogtreecommitdiff
path: root/bs4/tests/test_fuzz.py
AgeCommit message (Collapse)Author
2023-06-04Fixed a case found by Mengyuhan where html.parser giving up onLeonard Richardson
markup would result in an AssertionError instead of a ParserRejectedMarkup exception.
2023-05-12Remove a fuzz case that was caused by bad fuzzer code.Leonard Richardson
2023-05-12Added more clusterfuzz cases and a copy of the new oss-fuzz code for parsing ↵Leonard Richardson
and running them.
2023-04-05Rename the test case markup files with a .testcase extension so the manifest ↵Leonard Richardson
can be made more strict about what it includes.
2023-03-31Now that 1471755 has been fixed, we can un-skip a number of the clusterfuzz ↵Leonard Richardson
test cases.
2023-03-20Removed an html5lib fuzz test case that is marked as fixed in oss-fuzz and ↵Leonard Richardson
was probably not ever an issue.
2023-03-20Linked another html5lib crash to the fuzz tests.Leonard Richardson
2023-03-20Added fuzz tests.Leonard Richardson
2023-03-20Added a test harness for clusterfuzz test cases.Leonard Richardson