summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Alter assert_equals signature, stub out assert_uri_equalsJames Shaw2007-09-262-10/+34
| | | | svn path=/trunk/dom/; revision=3594
* Remove accidental commit of binaryJames Shaw2007-09-221-0/+0
| | | | svn path=/trunk/dom/; revision=3575
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-222-0/+56
| | | | svn path=/trunk/dom/; revision=3574
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-229-20/+160
| | | | svn path=/trunk/dom/; revision=3573
* Rename testcase utility library to libdomtest -- libdebug made no senseJohn Mark Bell2007-09-222-3/+3
| | | | svn path=/trunk/dom/; revision=3571
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-2213-187/+379
| | | | | | Make test/binding.c include stdio.h itself rather than relying on other things to include it. svn path=/trunk/dom/; revision=3568
* Implement #defines for try/catchJames Shaw2007-09-221-0/+27
| | | | svn path=/trunk/dom/; revision=3565
* Use a typedef for the function pointers to comparison functions, add newline ↵Rob Kendrick2007-09-222-4/+6
| | | | | | at end of file svn path=/trunk/dom/; revision=3564
* s/malloc.h/stdlib.h/ (malloc.h is non-standard, though common)John Mark Bell2007-09-222-9/+22
| | | | | | | Sprinkle some assertions about so as to catch malloc failure at the earliest opportunity. Pedantic line length and brace position changes. svn path=/trunk/dom/; revision=3563
* Change to C-style commentsJames Shaw2007-09-221-3/+3
| | | | svn path=/trunk/dom/; revision=3562
* Implement list_contains_all()James Shaw2007-09-222-0/+15
| | | | svn path=/trunk/dom/; revision=3560
* Initial revision of linked list implementationJames Shaw2007-09-222-0/+99
| | | | svn path=/trunk/dom/; revision=3559
* Stop TestObject appending .xml to the filename -- the auto-generated ↵John Mark Bell2007-09-192-2/+2
| | | | | | | | testcases already have it appended. Fixup binding testcase appropriately. svn path=/trunk/dom/; revision=3552
* Fix testcases after change to xml_parser API (messaging callback)John Mark Bell2007-09-161-3/+18
| | | | svn path=/trunk/dom/; revision=3541
* Move parameter declaration, as xsltproc (libxml 2.6.26, libxslt 1.1.21, ↵John Mark Bell2007-09-161-5/+5
| | | | | | libexslt 0.8.13) complains otherwise svn path=/trunk/dom/; revision=3539
* Import more W3C tests that compile successfullyJames Shaw2007-08-113-0/+146
| | | | svn path=/trunk/dom/; revision=3506
* Implement assertSizeJames Shaw2007-08-111-2/+66
| | | | svn path=/trunk/dom/; revision=3505
* Import more W3C tests that compile successfullyJames Shaw2007-08-095-0/+233
| | | | svn path=/trunk/dom/; revision=3495
* Add assertTrue and assertFalse templates; add boolean primitive to ↵James Shaw2007-08-092-1/+28
| | | | | | ctypes.xml. Bugfix get-ctype to translate primitive typename when specified. svn path=/trunk/dom/; revision=3494
* Import more W3C tests that compile successfullyJames Shaw2007-08-086-0/+277
| | | | svn path=/trunk/dom/; revision=3492
* Import string helper functions from XSLT Standard LibraryJames Shaw2007-08-081-0/+1233
| | | | svn path=/trunk/dom/; revision=3491
* Fix casting of structs as 'out' parameters. Update ctypes.xml mappings.James Shaw2007-08-082-2/+63
| | | | svn path=/trunk/dom/; revision=3490
* Import test from W3C test suiteJames Shaw2007-08-031-0/+45
| | | | svn path=/trunk/dom/; revision=3473
* Reinstate assertEquals templateJames Shaw2007-08-031-2/+51
| | | | svn path=/trunk/dom/; revision=3472
* Implemented variable-or-literal type guessing. Implemented creation of ↵James Shaw2007-08-011-11/+38
| | | | | | temporary DOMStrings with autogenned, globally unique identifiers. svn path=/trunk/dom/; revision=3471
* Improve infrastructure for generating parameters for method calls. Stub out ↵James Shaw2007-07-271-20/+194
| | | | | | guess-var-or-literal-type template. svn path=/trunk/dom/; revision=3464
* Fix binding.c API usage.John Mark Bell2007-07-222-2/+11
| | | | | | Modify testcase Makefile to build things other than the XML-based testsuite svn path=/trunk/dom/; revision=3460
* Rewritten produce-specific-attribute to handle casts properly. IDL to C ↵James Shaw2007-07-222-240/+233
| | | | | | names are now held in ctypes.xml. produce-specific-method and <assertEquals> are not yet reimplemented. svn path=/trunk/dom/; revision=3457
* Silence GCC/LD command lines when building test cases.John Mark Bell2007-07-214-10/+11
| | | | | | Improve structure of xml-based testsuite svn path=/trunk/dom/; revision=3452
* Add cast for attribute result variableJames Shaw2007-07-212-16/+128
| | | | svn path=/trunk/dom/; revision=3451
* Fix RISC OS buildJohn Mark Bell2007-07-201-6/+7
| | | | svn path=/trunk/dom/; revision=3446
* Silence XSLT invocation.John Mark Bell2007-07-201-1/+2
| | | | | | Ensure generated testcase source files are deleted from clean target. svn path=/trunk/dom/; revision=3445
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-195-10/+2573
| | | | svn path=/trunk/dom/; revision=3443
* Fix casting for attribute accessor generation. Add cast for string James Shaw2007-07-181-10/+24
| | | | | | literal in <assertEquals>. documentgetdoctype.c now compiles and runs. svn path=/trunk/dom/; revision=3434
* Take out lots of <assertEquals> code because it's broken, and needs James Shaw2007-07-171-8/+14
| | | | | | | rethinking. Partially fix attribute generation to call method on the right interface. svn path=/trunk/dom/; revision=3428
* Include utils.hJames Shaw2007-07-161-0/+1
| | | | svn path=/trunk/dom/; revision=3423
* Partially implement method invocation. Should be sufficient to generate James Shaw2007-07-161-1/+64
| | | | | | documentcreateelement.c svn path=/trunk/dom/; revision=3421
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-154-3/+235
| | | | | | Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419
* Implement <load>. Extend <assertEquals> to handle equality test for James Shaw2007-07-151-20/+82
| | | | | | | ints. Extend convert_var_type and convert_attribute_name in order to generate the documentcreateelement test. svn path=/trunk/dom/; revision=3415
* Implement metadata function comment. Partially implement <assertEquals> James Shaw2007-07-141-35/+135
| | | | | | | on DOMStrings. dom_string_create_from_const_ptr lookup is currently hardwired. svn path=/trunk/dom/; revision=3410
* Import dom1-interfaces -- autogenned by the w3c DOM test suite. James Shaw2007-07-112-3/+3773
| | | | | | Partially implemented attribute accessors. svn path=/trunk/dom/; revision=3402
* Initial revision of test-to-c transformerJames Shaw2007-07-111-0/+95
| | | | svn path=/trunk/dom/; revision=3401
* Import DOM library.John Mark Bell2007-07-063-0/+211
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384