summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-011-1/+1
| | | | | | Limit maximum length of data items stored in hash/chunked array to 2^16-1. svn path=/trunk/libparserutils/; revision=5858
* New datastructures:John Mark Bell2008-11-303-1/+58
| | | | | | | | | + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5673
* Fix regression test to work with iconv filter enabledJohn Mark Bell2008-11-091-2/+9
| | | | svn path=/trunk/libparserutils/; revision=5662
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-093-1/+52
| | | | svn path=/trunk/libparserutils/; revision=5657
* Return errors from constructors and destructors.John Mark Bell2008-11-0810-28/+30
| | | | svn path=/trunk/libparserutils/; revision=5652
* Fix test driver to be endian independentJohn Mark Bell2008-09-091-12/+19
| | | | svn path=/trunk/libparserutils/; revision=5298
* Er yeah, it helps if you don't commit the deliberately broken testrunnerJohn Mark Bell2008-09-071-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5273
* Fix inputstream test on ROJohn Mark Bell2008-09-072-5/+10
| | | | svn path=/trunk/libparserutils/; revision=5272
* Native RO makefile. Don't expect anything other than make/make debug to ↵John Mark Bell2008-09-071-0/+6
| | | | | | actually work thanks to insane amounts of buggy behaviour in the OS/runtime that I can't find the energy to work around. svn path=/trunk/libparserutils/; revision=5270
* Dependency trackingJohn Mark Bell2008-09-051-1/+19
| | | | svn path=/trunk/libparserutils/; revision=5257
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5249
* ISO-8859-n test dataJohn Mark Bell2008-09-0519-2/+290
| | | | svn path=/trunk/libparserutils/; revision=5247
* More test data.John Mark Bell2008-09-059-1/+9
| | | | svn path=/trunk/libparserutils/; revision=5244
* Move test data. Add encoding test.John Mark Bell2008-09-052-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5240
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-055-1/+4
| | | | svn path=/trunk/libparserutils/; revision=5239
* Fix stupid.John Mark Bell2008-09-045-2/+275
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5Andrew Sidwell2008-08-071-1/+10
| | | | svn path=/trunk/libparserutils/; revision=4947
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-289-6/+381
| | | | | | | - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-10/+11
| | | | svn path=/trunk/libparserutils/; revision=4468
* Have some generic dictionary implementation.John Mark Bell2008-05-104-1/+145
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-0120-0/+1762
svn path=/trunk/libparserutils/; revision=4111