summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* A load of c89 compatibility fixes.John Mark Bell2009-04-166-39/+66
* Manually merge r7070 into trunkJohn Mark Bell2009-04-153-148/+159
* Move hubbub_error_from_string into testutils.h and remove it from the library.John Mark Bell2009-04-041-0/+27
* Purge testrunnerJohn Mark Bell2009-03-261-257/+0
* Make testcases compile in release modeJohn Mark Bell2009-03-253-1/+56
* Port to new test scheme.John Mark Bell2009-03-253-4/+6
* Fix determination of whether json is requiredJohn Mark Bell2009-03-241-8/+0
* Flag argc as unusedJohn Mark Bell2009-03-241-0/+2
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-114/+4
* Update test data to reflect spec changesJohn Mark Bell2009-03-103-5/+10
* Sync treebuilder tests with html5libJohn Mark Bell2009-03-108-284/+344
* Lose svn:executable propertyJohn Mark Bell2009-03-101-0/+0
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-109-281/+8579
* Fix bug 2673645John Mark Bell2009-03-091-1/+1
* Test data for bug 2673645John Mark Bell2009-03-092-1/+1823
* Allow TESTTYPE=release to be specified to build the tests with the release CF...Daniel Silverstone2009-02-146-59/+49
* Rework testrunner to avoid deadlocks. Hopefully, this is the last time I have...John Mark Bell2009-01-231-18/+103
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-094-8/+8
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-093-6/+6
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-091-2/+1
* Port hubbub to new lpu APIJohn Mark Bell2008-11-083-9/+6
* Fixup dubious charsetsJohn Mark Bell2008-10-144-4/+4
* Entity test, using chunks from log fileJohn Mark Bell2008-09-072-0/+45
* Only include the .d files for testcases if we're building the test target.John Mark Bell2008-09-071-2/+2
* Only look for json if we're building the test targetJohn Mark Bell2008-09-071-0/+2
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-071-2/+8
* Revert accidental commenting out of tree tester.Michael Drake2008-09-071-1/+1
* Test case for attributes on first COL when COLGROUP is only implied.Michael Drake2008-09-072-1/+20
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-062-0/+21
* Untested regression test case for attribute on first tr in table with no tbody.Michael Drake2008-09-061-0/+17
* Fix testutils line reader.John Mark Bell2008-09-051-1/+1
* 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