summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-214-21/+14
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-19/+8
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-052-4/+1
* Suppress strict aliasing warnings when compiling the testsuiteJohn Mark Bell2010-12-051-1/+1
* "Enable" the HTML level 1 test suite. All cases fail currentlyDaniel Silverstone2010-12-05638-0/+2
* Remove vestigial domts C file and mark all known failures so test suite for l...Daniel Silverstone2010-12-05110-32/+0
* Make libdom work again given lack of init/finalise in hubbub and prepare init...Daniel Silverstone2010-12-0433-382/+142
* Add incomplete LibDOM example.Michael Drake2010-12-031-1/+1
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-263-14/+7
* Some remaining changes.Bo Yang2010-03-151-2/+6
* Add the new two interface file for Events module testing.Bo Yang2009-08-142-0/+2060
* 1. Find there are indeed two testcases for Events module, so I add support fo...Bo Yang2009-08-143-3/+25
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+5
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-121-1/+1
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1141-4907/+2818
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-303060-0/+147514
* Add test dir to include path. Probably useful for the DOMTS stuff.John Mark Bell2009-03-261-1/+1
* Attempt to integrate DOMTS stuff.John Mark Bell2009-03-261-24/+18
* Purge testrunnerJohn Mark Bell2009-03-251-147/+0
* Add -I$(CURDIR) to TESTCFLAGSJohn Mark Bell2009-03-251-0/+2
* First cut at a port to the new buildsystem.John Mark Bell2009-03-252-157/+23
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-1/+1
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-031-3/+1
* Make TestObject support both HTML and XML documents and auto-detect which par...John Mark Bell2007-11-045-26/+448
* Fix TestObject after xml binding error changesJohn Mark Bell2007-11-041-4/+5
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ...John Mark Bell2007-11-041-10/+10
* Sketch out some implementation ideas:James Shaw2007-10-041-54/+215
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-291-1/+7
* Add finalisation method to libxml-libdom.John Mark Bell2007-09-291-2/+11
* Stub out all test templates. Remove all previous tests.James Shaw2007-09-2818-1527/+243
* Alter assert_equals signature, stub out assert_uri_equalsJames Shaw2007-09-262-10/+34
* Remove accidental commit of binaryJames Shaw2007-09-221-0/+0
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-222-0/+56
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-229-20/+160
* Rename testcase utility library to libdomtest -- libdebug made no senseJohn Mark Bell2007-09-222-3/+3
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-2213-187/+379
* Implement #defines for try/catchJames Shaw2007-09-221-0/+27
* Use a typedef for the function pointers to comparison functions, add newline ...Rob Kendrick2007-09-222-4/+6
* s/malloc.h/stdlib.h/ (malloc.h is non-standard, though common)John Mark Bell2007-09-222-9/+22
* Change to C-style commentsJames Shaw2007-09-221-3/+3
* Implement list_contains_all()James Shaw2007-09-222-0/+15
* Initial revision of linked list implementationJames Shaw2007-09-222-0/+99
* Stop TestObject appending .xml to the filename -- the auto-generated testcase...John Mark Bell2007-09-192-2/+2
* Fix testcases after change to xml_parser API (messaging callback)John Mark Bell2007-09-161-3/+18
* Move parameter declaration, as xsltproc (libxml 2.6.26, libxslt 1.1.21, libex...John Mark Bell2007-09-161-5/+5
* Import more W3C tests that compile successfullyJames Shaw2007-08-113-0/+146
* Implement assertSizeJames Shaw2007-08-111-2/+66
* Import more W3C tests that compile successfullyJames Shaw2007-08-095-0/+233
* Add assertTrue and assertFalse templates; add boolean primitive to ctypes.xml...James Shaw2007-08-092-1/+28
* Import more W3C tests that compile successfullyJames Shaw2007-08-086-0/+277