summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improved dependency tracking.John Mark Bell2008-07-101-3/+25
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-2/+4
* Use correct format specifierJohn Mark Bell2008-07-101-20/+20
* Remove some unintentionally committed debug code.Andrew Sidwell2008-07-101-3/+0
* Format comments properly in text output. In the test harness. Again.Andrew Sidwell2008-07-101-2/+5
* Fix another bug in the test harness.Andrew Sidwell2008-07-101-3/+17
* Fix the test harness' implementation of reparent_children().Andrew Sidwell2008-07-101-6/+27
* Make the testrunner not overwrite the root node in cases like "<!DOCTYPE html...Andrew Sidwell2008-07-091-16/+24
* Make the tree-construction testrunner ns-aware.Andrew Sidwell2008-07-091-11/+42
* Get the tree-construction testrunner checking that tests actually pass.Andrew Sidwell2008-07-091-16/+73
* Make the test harness ignore #document-fragment sections instead of choking o...Andrew Sidwell2008-07-091-1/+4
* Move debugging statement for ease of debugging.Andrew Sidwell2008-07-091-1/+1
* Add a really basic tree construction test harness. Known problems:Andrew Sidwell2008-07-073-2/+565
* More test data. Warning -- huge.John Mark Bell2008-07-073-2/+127698
* Add tree construction tests in anticipation of a test harness.Andrew Sidwell2008-07-0313-0/+5816
* Update to latest html5lib tests.Andrew Sidwell2008-06-233-7/+11
* Add CDATA tests and the infrastructure to support them.Andrew Sidwell2008-06-194-0/+46
* Add a tokeniser3, which tests the tokeniser byte-by-byte rather than with all...Andrew Sidwell2008-06-193-1/+478
* Add some new tests (also committed to html5lib).Andrew Sidwell2008-06-192-0/+8
* Add a comma that somehow went missing.Andrew Sidwell2008-06-181-1/+1
* Fix remaining issues around passing the testsuite, and make sure all the toke...Andrew Sidwell2008-06-181-3/+4
* Use json_object_get_string_len().John Mark Bell2008-06-181-11/+11
* Print out expected string, too, so we can see where json-c is failing to deco...John Mark Bell2008-06-181-1/+3
* Catch non-zero exit status and treat it as a failureJohn Mark Bell2008-06-181-1/+13
* - Fix up the html5lib-test-tester so it doesn't crash if the number of attri...Andrew Sidwell2008-06-171-13/+16
* Restore the commenting-out of a test.Andrew Sidwell2008-06-171-0/+3
* Use a better entities test.Andrew Sidwell2008-06-161-3/+9
* Use IO::Select to avoid deadlockJohn Mark Bell2008-06-161-56/+49
* Update the testsuite to match the tokeniser. Also, import new html5lib tests...Andrew Sidwell2008-06-1613-76/+3306
* Rework buildsystem so that it no longer calls make recursively and rebuilds t...John Mark Bell2008-04-073-58/+90
* Implement "in body" insertion mode.John Mark Bell2008-04-074-19/+86
* Fix recalculation of used document buffer length after resizing when the last...John Mark Bell2008-04-073-1/+94