summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tests/tokenizer[23]: fix handling of CHARACTER tokensJohn-Mark Bell2023-09-162-4/+4
* Tests: Squash comparison of signed vs unsigned warnings.Michael Drake2021-05-152-8/+8
* Tests: libjson-c does not provide is_error any more.Michael Drake2021-05-152-2/+2
* Tests: Squash leaked chunks allocations.Michael Drake2018-07-281-0/+1
* Tests: Squash leak of hubbub parser.Michael Drake2018-07-281-2/+12
* Tests: Fix passing NULL to qsort.Michael Drake2018-07-281-3/+6
* Tests: Squash json object leak in tests.Michael Drake2018-07-281-0/+2
* Tests: Squash implicit fallthrough error.Michael Drake2018-07-281-0/+1
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-147-88/+10
* Correct various warnings in the test suiteCraig Barnes2013-05-046-14/+14
* Don't use the nonportable alloca() during tests.Anthony J. Bentley2013-04-274-4/+12
* Fix up for json-c 0.10John-Mark Bell2012-08-291-14/+14
* Sprinkle some const correctness aroundJohn-Mark Bell2012-08-291-9/+9
* update for json-c 0.10 APIVincent Sanders2012-08-281-7/+6
* Fix testsuiteJohn-Mark Bell2012-07-053-0/+28
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix handling of xmlns attributes on foreign content root elementsJohn Mark Bell2011-10-271-0/+10
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-049-333/+30
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-0413-143/+3
* 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