summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix test driverJohn Mark Bell2008-08-231-5/+8
* Play with CHUNK_SIZE to attempt to tickle bugs. Causes tree tests to fail wit...Daniel Silverstone2008-08-222-15/+37
* Test driver for pre-specified chunk size testsJohn Mark Bell2008-08-185-1/+878
* Fix segfault caused by trampling the length of the current character when tes...John Mark Bell2008-08-181-1/+1
* Add another crasher page.Andrew Sidwell2008-08-152-1/+680
* Add www.directline.com front page HTML to test dataRob Kendrick2008-08-152-0/+1313
* Another page that causes breakageJohn Mark Bell2008-08-132-0/+195
* Add page which crashed, and fix the bug that caused it to do so.Andrew Sidwell2008-08-132-1/+1162
* Add segfault pageAndrew Sidwell2008-08-132-3/+691
* Fix segfault in elimination of duplicate attributes.John Mark Bell2008-08-131-3/+3
* Regression testcase for issue fixed in r5086John Mark Bell2008-08-132-0/+11
* Add another mangleme page that breaks hubbub.Andrew Sidwell2008-08-132-1/+2
* Add mangleme page that breaks hubbub.Andrew Sidwell2008-08-132-0/+1
* Regression test for script collection when the utf8 buffer moves beneath it.John Mark Bell2008-08-132-0/+5
* Sanity checking for string dataJohn Mark Bell2008-08-131-0/+29
* Add support for x-x-big5 and Windows-949, and tests to go with them from the ...Andrew Sidwell2008-08-112-1/+17
* Add some tests for character encoding overrides.Andrew Sidwell2008-08-112-0/+30
* Update the "after after frameset" tests to cover all spec casesAndrew Sidwell2008-08-111-22/+16
* Make the encoding change callback send the textual name rather than the miben...Andrew Sidwell2008-08-102-0/+2
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-094-10/+18
* Bring encoding detection tests up-to-date with html5lib, fix Hubbub-specific ...Andrew Sidwell2008-08-095-111/+145
* Reorder test execution, so lower-level stuff is tested firstJohn Mark Bell2008-08-051-3/+3
* Integrate previous revision into tokeniser2.c, tooJohn Mark Bell2008-08-051-1/+3
* Fix acquisition of input length on 64bit platformsJohn Mark Bell2008-08-051-1/+3
* Squash warnings on AMD64John Mark Bell2008-08-052-3/+3
* Make sure we run the last test in the file.John Mark Bell2008-08-041-7/+31
* Really fix handling of entities in attributesJohn Mark Bell2008-08-041-0/+10
* Fix previous commit.Andrew Sidwell2008-08-041-5/+1
* Fix bug in hubbub & html5lib tests relating to parsing entities ending withou...Andrew Sidwell2008-08-041-1/+5
* Fix expected output of regression test.John Mark Bell2008-08-031-24/+24
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-023-3/+3
* Fix copy-and-paste error in previous commit.Andrew Sidwell2008-07-311-0/+5
* Lose Mac-induced Makefile breakageJohn Mark Bell2008-07-311-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-3123-1451/+217
* Fix memory leak in tokeniser2.Andrew Sidwell2008-07-151-0/+2
* Make tree2 perform reference counting.John Mark Bell2008-07-152-16/+172
* Add tests to test the "after body" mode in full.Andrew Sidwell2008-07-122-0/+130
* Add "after after body" and "after after frameset" testsuites.Andrew Sidwell2008-07-113-0/+232
* Export a hubbub_doctype type to create_doctype() directly, rather than passin...Andrew Sidwell2008-07-112-22/+19
* Fix an html5lib testcase (also committed upstream).Andrew Sidwell2008-07-111-1/+1
* Provide an strndup implementation for those platforms that don't have it (yay...John Mark Bell2008-07-111-0/+25
* Comment out SIGCHLD handler -- it's unnecessary afaicsJohn Mark Bell2008-07-111-1/+1
* Cast values to int to avoid warnings.John Mark Bell2008-07-112-3/+5
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-111-9/+15
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-111-1/+0
* Fix the test harness with multiline #data sections.Andrew Sidwell2008-07-111-4/+22
* Implement the test harness' add_attribute() methodAndrew Sidwell2008-07-111-2/+26
* Sort out the harness' DOCTYPE prettyprinting and up in the input line length ...Andrew Sidwell2008-07-111-9/+25
* Get the test harness concatenating adjacent text nodes.Andrew Sidwell2008-07-111-13/+43
* Fix the FIXME -- OS X was clearly being stupid earlier. This works fine on re...John Mark Bell2008-07-101-5/+1