index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bs4
/
tests
/
test_fuzz.py
Age
Commit message (
Collapse
)
Author
2023-06-04
Fixed a case found by Mengyuhan where html.parser giving up on
Leonard Richardson
markup would result in an AssertionError instead of a ParserRejectedMarkup exception.
2023-05-12
Remove a fuzz case that was caused by bad fuzzer code.
Leonard Richardson
2023-05-12
Added more clusterfuzz cases and a copy of the new oss-fuzz code for parsing ↵
Leonard Richardson
and running them.
2023-04-05
Rename 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-31
Now that 1471755 has been fixed, we can un-skip a number of the clusterfuzz ↵
Leonard Richardson
test cases.
2023-03-20
Removed an html5lib fuzz test case that is marked as fixed in oss-fuzz and ↵
Leonard Richardson
was probably not ever an issue.
2023-03-20
Linked another html5lib crash to the fuzz tests.
Leonard Richardson
2023-03-20
Added fuzz tests.
Leonard Richardson
2023-03-20
Added a test harness for clusterfuzz test cases.
Leonard Richardson