summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update test data to reflect spec changesJohn Mark Bell2009-03-103-5/+10
| | | | svn path=/trunk/hubbub/; revision=6763
* Sync treebuilder tests with html5libJohn Mark Bell2009-03-108-284/+344
| | | | svn path=/trunk/hubbub/; revision=6757
* Lose svn:executable propertyJohn Mark Bell2009-03-101-0/+0
| | | | svn path=/trunk/hubbub/; revision=6756
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-109-281/+8579
| | | | | | | | Sync tokeniser implementation with the spec. Fix handling of \0 in the tag open state. The unicodeCharacters test is disabled, as json-c doesn't like it. svn path=/trunk/hubbub/; revision=6755
* Fix bug 2673645John Mark Bell2009-03-091-1/+1
| | | | | | <form><option>foo</option></form> => abort. svn path=/trunk/hubbub/; revision=6746
* Test data for bug 2673645John Mark Bell2009-03-092-1/+1823
| | | | svn path=/trunk/hubbub/; revision=6745
* Allow TESTTYPE=release to be specified to build the tests with the release ↵Daniel Silverstone2009-02-146-59/+49
| | | | | | | | | | CFLAGS. Add TARGET to the build paths. You should 'make distclean' before updating to this. Add BUILD_SHARED=yes support to the *nix build svn path=/trunk/hubbub/; revision=6478
* Rework testrunner to avoid deadlocks. Hopefully, this is the last time I ↵John Mark Bell2009-01-231-18/+103
| | | | | | have to do this. svn path=/trunk/hubbub/; revision=6179
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-094-8/+8
| | | | svn path=/trunk/hubbub/; revision=5666
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-093-6/+6
| | | | svn path=/trunk/hubbub/; revision=5664
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-091-2/+1
| | | | | | Fix commentary copied from libcss svn path=/trunk/hubbub/; revision=5663
* Port hubbub to new lpu APIJohn Mark Bell2008-11-083-9/+6
| | | | svn path=/trunk/hubbub/; revision=5656
* Fixup dubious charsetsJohn Mark Bell2008-10-144-4/+4
| | | | svn path=/trunk/hubbub/; revision=5575
* Entity test, using chunks from log fileJohn Mark Bell2008-09-072-0/+45
| | | | svn path=/trunk/hubbub/; revision=5280
* Only include the .d files for testcases if we're building the test target.John Mark Bell2008-09-071-2/+2
| | | | svn path=/trunk/hubbub/; revision=5278
* Only look for json if we're building the test targetJohn Mark Bell2008-09-071-0/+2
| | | | svn path=/trunk/hubbub/; revision=5276
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-071-2/+8
| | | | svn path=/trunk/hubbub/; revision=5275
* Revert accidental commenting out of tree tester.Michael Drake2008-09-071-1/+1
| | | | svn path=/trunk/hubbub/; revision=5269
* Test case for attributes on first COL when COLGROUP is only implied.Michael Drake2008-09-072-1/+20
| | | | svn path=/trunk/hubbub/; revision=5268
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-062-0/+21
| | | | | | | Pedantic whitespace changes. More paranoia surrounding entity handling. svn path=/trunk/hubbub/; revision=5266
* Untested regression test case for attribute on first tr in table with no tbody.Michael Drake2008-09-061-0/+17
| | | | svn path=/trunk/hubbub/; revision=5265
* Fix testutils line reader.John Mark Bell2008-09-051-1/+1
| | | | svn path=/trunk/hubbub/; revision=5253
* Fix test driverJohn Mark Bell2008-08-231-5/+8
| | | | svn path=/trunk/hubbub/; revision=5182
* Play with CHUNK_SIZE to attempt to tickle bugs. Causes tree tests to fail ↵Daniel Silverstone2008-08-222-15/+37
| | | | | | with a double-free svn path=/trunk/hubbub/; revision=5172
* Test driver for pre-specified chunk size testsJohn Mark Bell2008-08-185-1/+878
| | | | svn path=/trunk/hubbub/; revision=5151
* Fix segfault caused by trampling the length of the current character when ↵John Mark Bell2008-08-181-1/+1
| | | | | | | | testing whether the 4 most recently read characters in the data state are <!--. Add a couple of assertions for paranoia. svn path=/trunk/hubbub/; revision=5146
* Add another crasher page.Andrew Sidwell2008-08-152-1/+680
| | | | svn path=/trunk/hubbub/; revision=5126
* Add www.directline.com front page HTML to test dataRob Kendrick2008-08-152-0/+1313
| | | | svn path=/trunk/hubbub/; revision=5123
* Another page that causes breakageJohn Mark Bell2008-08-132-0/+195
| | | | svn path=/trunk/hubbub/; revision=5114
* Add page which crashed, and fix the bug that caused it to do so.Andrew Sidwell2008-08-132-1/+1162
| | | | svn path=/trunk/hubbub/; revision=5106
* Add segfault pageAndrew Sidwell2008-08-132-3/+691
| | | | svn path=/trunk/hubbub/; revision=5102
* Fix segfault in elimination of duplicate attributes.John Mark Bell2008-08-131-3/+3
| | | | svn path=/trunk/hubbub/; revision=5098
* Regression testcase for issue fixed in r5086John Mark Bell2008-08-132-0/+11
| | | | svn path=/trunk/hubbub/; revision=5097
* Add another mangleme page that breaks hubbub.Andrew Sidwell2008-08-132-1/+2
| | | | svn path=/trunk/hubbub/; revision=5096
* Add mangleme page that breaks hubbub.Andrew Sidwell2008-08-132-0/+1
| | | | svn path=/trunk/hubbub/; revision=5091
* Regression test for script collection when the utf8 buffer moves beneath it.John Mark Bell2008-08-132-0/+5
| | | | svn path=/trunk/hubbub/; revision=5083
* Sanity checking for string dataJohn Mark Bell2008-08-131-0/+29
| | | | svn path=/trunk/hubbub/; revision=5080
* Add support for x-x-big5 and Windows-949, and tests to go with them from the ↵Andrew Sidwell2008-08-112-1/+17
| | | | | | overrides table. svn path=/trunk/hubbub/; revision=5011
* Add some tests for character encoding overrides.Andrew Sidwell2008-08-112-0/+30
| | | | svn path=/trunk/hubbub/; revision=5006
* Update the "after after frameset" tests to cover all spec casesAndrew Sidwell2008-08-111-22/+16
| | | | svn path=/trunk/hubbub/; revision=5005
* Make the encoding change callback send the textual name rather than the ↵Andrew Sidwell2008-08-102-0/+2
| | | | | | mibenum value. svn path=/trunk/hubbub/; revision=4992
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-094-10/+18
| | | | svn path=/trunk/hubbub/; revision=4979
* Bring encoding detection tests up-to-date with html5lib, fix Hubbub-specific ↵Andrew Sidwell2008-08-095-111/+145
| | | | | | ones, and bring the csdetect algorithm up-to-date with that in the spec. svn path=/trunk/hubbub/; revision=4974
* Reorder test execution, so lower-level stuff is tested firstJohn Mark Bell2008-08-051-3/+3
| | | | svn path=/trunk/hubbub/; revision=4917
* Integrate previous revision into tokeniser2.c, tooJohn Mark Bell2008-08-051-1/+3
| | | | svn path=/trunk/hubbub/; revision=4916
* Fix acquisition of input length on 64bit platformsJohn Mark Bell2008-08-051-1/+3
| | | | svn path=/trunk/hubbub/; revision=4915
* Squash warnings on AMD64John Mark Bell2008-08-052-3/+3
| | | | svn path=/trunk/hubbub/; revision=4914
* Make sure we run the last test in the file.John Mark Bell2008-08-041-7/+31
| | | | | | Set the scripting enable flag to true, as that's what the testdata assumes. svn path=/trunk/hubbub/; revision=4896
* Really fix handling of entities in attributesJohn Mark Bell2008-08-041-0/+10
| | | | svn path=/trunk/hubbub/; revision=4894
* Fix previous commit.Andrew Sidwell2008-08-041-5/+1
| | | | svn path=/trunk/hubbub/; revision=4893