summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Enabling testsRupinder Singh Khokhar2014-08-011-24/+24
* Now, since we have the support for retriving attributes from context, the for...Rupinder Singh Khokhar2014-08-011-1/+1
* Fixed some misplaced tags in in_body insertion mode. Also improved support fo...Rupinder Singh Khokhar2014-08-011-1/+1
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-011-1/+1
* The foreign state is still bugy and fails some tests. It will be debugged aft...Rupinder Singh Khokhar2014-08-011-2/+2
* fixed handlers of table related and select related elementsRupinder Singh Khokhar2014-08-011-1/+1
* added provision to get quirks mode of document from treebuilder, assuming tre...Rupinder Singh Khokhar2014-08-011-1/+1
* fixed isindex and form start tag handlersRupinder Singh Khokhar2014-08-011-2/+2
* small fix to handle the param tag openRupinder Singh Khokhar2014-08-011-3/+3
* fixed content model switch at a place. Also added another step to handle xmp ...Rupinder Singh Khokhar2014-08-011-2/+2
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-011-1/+1
* Fixed The adoption agency & related thingsRupinder Singh Khokhar2014-08-011-2/+2
* Handling LF after CR in bogus comment state & changing few tests to make it i...Rupinder Singh Khokhar2014-07-092-8/+5
* [Headache] Fixed tester & modified test file :-PRupinder Singh Khokhar2014-07-094-17/+16
* added RAWTEXT contentModel. Also removed an if(c='-') condition because I fel...Rupinder Singh Khokhar2014-07-091-3/+3
* Adding PLAINTEXT State & fixing the tester at placesRupinder Singh Khokhar2014-07-092-8/+14
* Enabling some tests. The regresssion.test file had some tests that I found to...Rupinder Singh Khokhar2014-07-092-8/+8
* There could have been a better way to handle EOFs in b/w tag-names and attrib...Rupinder Singh Khokhar2014-07-091-1/+1
* Adding the COMMENT_END_BANG state for test3.datRupinder Singh Khokhar2014-07-091-1/+1
* [Fix] tokeniser wrongly emitted a replacement character instead of utf8 NULL....Rupinder Singh Khokhar2014-07-094-33/+45
* Updating Named Entities API in tokeniserRupinder Singh Khokhar2014-07-092-2/+2
* Adding the latest test files without fixing the INDEXes or the test interfacesRupinder Singh Khokhar2014-06-1772-4999/+59797
* 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