summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.HEADmasterEric Haszlakiewicz2023-03-283-6/+0
* Fixed `test_int_get` expected outputFederico Francescon2022-11-161-1/+2
* Added basic tests for `json_object_get_int`, `json_object_get_int64`, `json_o...Federico Francescon2022-11-164-0/+71
* Update expected output for test_parse, missed in the previous commit.Eric Haszlakiewicz2022-10-301-1/+14
* Explicitly check for integer overflow/underflow when parsing integers with JS...Eric Haszlakiewicz2022-10-301-0/+32
* Fix build with clang-15+Khem Raj2022-08-137-15/+15
* Fix typos found by codespellDimitri Papadopoulos2022-08-132-6/+6
* Apply some of the fixes from PR #740, although by using size_t instead of cas...Eric Haszlakiewicz2022-07-311-2/+2
* Issue #705: disable locale handling when building for a uClibc system because...Eric Haszlakiewicz2022-07-301-2/+0
* When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closi...Eric Haszlakiewicz2022-07-307-6/+17
* Entirely drop mode bits from open(O_RDONLY) to avoid warnings on certain plat...Eric Haszlakiewicz2022-07-261-5/+5
* Fix the expected output for test_set_serializer.Eric Haszlakiewicz2022-07-241-1/+1
* Add test to check for the memory leak mentioned in issue #781Eric Haszlakiewicz2022-07-241-0/+8
* Unset NDEBUG so assert() is enabled in all tests. One more fix there when bu...Eric Haszlakiewicz2022-05-3022-0/+67
* Include the tests and apps directories at the _end_, since order in theEric Haszlakiewicz2022-05-305-160/+161
* Fix issue #764: adjust test_util_file to match new output (changed in 6e53347)Eric Haszlakiewicz2022-04-081-1/+1
* Fix typosTobias Stoeckmann2022-03-061-1/+1
* fix cmake version for testsLeon Gross2021-10-061-1/+1
* json_pointer: allow the feature to be disabledAlexandru Ardelean2021-04-161-1/+4
* tests: CMakeLists.txt: move test names to variableAlexandru Ardelean2021-04-161-24/+26
* Fixed test1 regression.Tobias Stoeckmann2020-09-111-0/+2
* Merge pull request #660 from stoeckmann/arraylistEric Hawicz2020-08-241-0/+22
|\
| * Validate size arguments in arraylist functions.Tobias Stoeckmann2020-08-241-0/+22
* | Properly format errnos in _json_c_strerrorTobias Stoeckmann2020-08-224-1/+16
|/
* Fix json_object_get_boolean() doc for the object and array cases (always retu...Eric Haszlakiewicz2020-08-172-0/+45
* Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE ins...Eric Haszlakiewicz2020-07-044-6/+7
* Replace one call to json_object_new_array() with json_object_new_array_ext() ...Eric Haszlakiewicz2020-06-291-1/+1
* Fix code formattingEric Haszlakiewicz2020-06-291-2/+2
* Make sure TEST_PARSE_CHUNKSIZE is valid if it's set.Eric Haszlakiewicz2020-06-291-0/+1
* In the json_tokener_state_number case, explicitly adjust what "number" charac...Eric Haszlakiewicz2020-06-292-17/+43
* Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and...Eric Haszlakiewicz2020-06-272-2/+46
* Fix memory leak in test_parse's single_incremental_parse().Eric Haszlakiewicz2020-06-221-0/+4
* Issue #616: Change the parsing of surrogate pairs in unicode escapes so it us...Eric Haszlakiewicz2020-06-212-7/+27
* In test_parse, fix lengths passed during a couple of incremental tests.Eric Haszlakiewicz2020-06-212-5/+52
* Merge pull request #633 from dota17/issue616Eric Hawicz2020-06-202-27/+94
|\
| * fix issue 616: support the surrogate pair in split file.dota172020-06-082-27/+94
* | Eliminate unnecessary cast that was added to test_double_serializer.Eric Haszlakiewicz2020-06-071-1/+1
* | The split of json_object into type-specific sub-structures is now functionall...Eric Haszlakiewicz2020-06-072-5/+5
* | Kick json_type_string out of struct json_object.Eric Haszlakiewicz2020-06-071-0/+4
* | Kick json_type_int and json_type_double out of struct json_object.Eric Haszlakiewicz2020-05-261-1/+1
* | Kick json_type_array out of struct json_object; re-enable the test_deep_copy ...Eric Haszlakiewicz2020-05-251-2/+1
* | Start splitting struct json_object into multiple sub-types, as descibed at ht...Eric Haszlakiewicz2020-05-251-1/+2
|/
* test_deep_copy: Fix assertion value.Björn Esser2020-05-181-1/+1
* tests: Fix test_double_serializer without thread-local storage.Björn Esser2020-05-181-0/+1
* Prevent truncation on custom double formatters.Tobias Stoeckmann2020-05-162-1/+15
* Improved support for IBM operating systemsDavid McCann2020-05-143-10/+10
* fix json_parse_uint64() usage of errnoPierce Lopez2020-05-101-4/+4
* Fix snprintf on windows problem for test4.Eric Haszlakiewicz2020-05-101-0/+1
* Re-format after recent change to fix linkhash.Eric Haszlakiewicz2020-05-101-2/+1
* Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was prev...Eric Haszlakiewicz2020-05-102-0/+30