summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow file argumentBjorn Reese2014-02-151-7/+17
* make output for new custom tests more similar to parsing test outputRyan Flynn2014-02-151-2/+2
* update copyright and emailLloyd Hilaiel2014-02-154-4/+4
* add a custom api test facilityLloyd Hilaiel2014-02-156-7/+90
* move tests down directoryLloyd Hilaiel2014-02-15119-0/+0
* Removed bash dependency in test/run_tests.sh and updated for NetBSD.Steve Gravrock2012-12-221-4/+4
* Build fix for NetBSD and other systems where /bin/sh isn't bashSteve Gravrock2012-12-151-1/+1
* test harness fixes on win32Lloyd Hilaiel2011-04-252-11/+14
* fix a bug in overflow detection in integer parsing routine, add overflow test...Lloyd Hilaiel2011-04-256-0/+12
* reduce output noise during testingLloyd Hilaiel2011-04-221-1/+1
* rename yajl_parse_complete to yajl_complete_parse. the latter is correctly a...Lloyd Hilaiel2011-04-211-1/+1
* rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-2123-42/+47
* add tests cases for partial value configLloyd Hilaiel2011-04-206-19/+40
* yajl 2 will be relicensed under the ISC license. same idea, fewer bytes.Lloyd Hilaiel2011-04-202-59/+27
* add a test case which demonstrates how new parsing configuration in yajl 2.x ...Lloyd Hilaiel2011-04-202-0/+4
* fixes to testing system. allowGarbage is misnamed, it actually means *forbid...Lloyd Hilaiel2011-04-207-6/+6
* add a missing test case - multiple integers in a streamLloyd Hilaiel2011-04-201-0/+1
* Parse null bytes correctly.Conrad Irwin2011-04-202-0/+1
* o rework yajl apiLloyd Hilaiel2011-04-2019-25/+93
* Merge branch 'master' into 2.xLloyd Hilaiel2011-04-202-0/+9
|\
| * add test case and goldfile contributed by karl adamLloyd Hilaiel2011-02-162-0/+9
* | Merge branch 'master' into 2.xLloyd Hilaiel2010-08-101-9/+13
|\ \ | |/
| * ensure we're using the echo program on the path, at least in snow leopard run...Lloyd Hilaiel2010-08-101-6/+8
| * Fix test for W32John Stamp2010-08-101-3/+5
* | use size_t rather than unsigned int for representing buffer lengths for yajl 2.xLloyd Hilaiel2010-08-101-10/+10
* | re-introduce long long type for integer representation now that we require C99Lloyd Hilaiel2010-08-101-2/+2
|/
* remove bash dependency in run_tests.sh, contributed by http://github.com/baptLloyd Hilaiel2010-08-101-17/+20
* Mark project as 'C' project so C++ compiler is not required to beBrian Maher2010-01-301-0/+4
* update all them dates.Lloyd Hilaiel2010-01-082-2/+2
* always use a format string with fprintf, silence compiler warnings. shhh.1.0.6Lloyd Hilaiel2009-09-121-1/+1
* test/cases/integers.json.gold: Adapt test-case for 64bit architecture.Florian Forster2009-08-272-3/+2
* fix realloc bug in yajl test case runnerLloyd Hilaiel2009-05-171-1/+1
* fix bug in UTF8 validation, add unit tests for 3 and 4 byte utf8 stringsLloyd Hilaiel2009-04-244-0/+15
* fflush output in yajl_test to attempt to get deterministic output ordering ac...1.0.0Lloyd Hilaiel2009-04-011-0/+2
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-0141-4/+110
* fix error in win32 build, don't delcare variables in the in middle of a functionLloyd Hilaiel2009-02-261-2/+2
* A simple fix for lonely_number.jsonTimothy J. Wood2009-02-261-12/+19
* Tests of unbalanced structure; these work and help show that yajlTimothy J. Wood2009-02-268-0/+8
* Added test cases where one of the top-level constants is followed by garbage.Timothy J. Wood2009-02-256-0/+6
* Test case for a top-level empty string.Timothy J. Wood2009-02-252-0/+2
* Add tests for top-level bool and null constants.Timothy J. Wood2009-02-256-0/+6
* Allow the caller to specify a test binary to use.Timothy J. Wood2009-02-251-8/+11
* fix double dest gold file for warning free new double formatLloyd Hilaiel2009-02-161-4/+4
* build with gcc flags suggested by Mark de Does, clean up resultant compiler w...Lloyd Hilaiel2009-02-161-13/+13
* updated TODO, removing 'make install' target, adding more language on the num...Lloyd Hilaiel2008-12-242-0/+2
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-253-6/+8
* run_tests.sh now works on both unix and win32lloydh2008-01-141-4/+14
* fix windows warning with a cast.lloydh2008-01-141-1/+2
* test cases gold output non-bufferedlloydh2008-01-147-7/+7
* add lightweight build system wrapper, fix shared lib symlinks, addlloydh2007-12-221-2/+2