/
githubmirror
/
libfastjson
ОбзорДокументацияВойти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libfastjson/
tests/
..
fuzz

test: add parser and serializer fuzzing

18 дней назад
Makefile.am

test: add parser and serializer fuzzing

18 дней назад
chk_version.c

add missing license header

10 лет назад
cr_obj_multi.c

PoC: replace hash tables by arrays

10 лет назад
parse_flags.c

tests: fix CI warning and distcheck failures

19 дней назад
parse_flags.h

Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).

14 лет назад
test-defs.sh

testbench: fix test script problem on Solaris

9 лет назад
test1.c

cleanup: remove unneeded include

10 лет назад
test1.expected

Fix a memory leak in test1 with respect to how json_object_object_del was used.

14 лет назад
test1.test

Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).

14 лет назад
test1Formatted_plain.expected

Fix a memory leak in test1 with respect to how json_object_object_del was used.

14 лет назад
test1Formatted_pretty.expected

Fix a memory leak in test1 with respect to how json_object_object_del was used.

14 лет назад
test1Formatted_spaced.expected

Fix a memory leak in test1 with respect to how json_object_object_del was used.

14 лет назад
test2.c

build: fix test suite after changes to json.h

10 лет назад
test2.expected

Move the rest of the tests into the tests subdirectory.

14 лет назад
test2.test

Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).

14 лет назад
test2Formatted_plain.expected

Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).

14 лет назад
test2Formatted_pretty.expected

Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).

14 лет назад
test2Formatted_spaced.expected

Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. Extend the run_output_test() function so we actually can pass command line parameters and so we can support different output files for the same test executable. Also provide some hints about what to do if a test fails (i.e. set VERBOSE=1).

14 лет назад
test4.c

Fix duplicate include of config.h

10 лет назад
test4.expected

Move the rest of the tests into the tests subdirectory.

14 лет назад
test4.test

Move the rest of the tests into the tests subdirectory.

14 лет назад
testReplaceExisting.c

remove no longer need hashtable code

10 лет назад
testReplaceExisting.expected

Make it safe to delete keys while iterating with the json_object_object_foreach macro.

14 лет назад
testReplaceExisting.test

Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. This is particularly useful when replacing values in a loop, since it allows the key used by json_object_object_foreach to continue to be used.

14 лет назад
test_array_api.c

tests: expand correctness coverage

18 дней назад
test_array_api.expected

tests: expand correctness coverage

18 дней назад
test_array_api.test

tests: expand correctness coverage

18 дней назад
test_cast.c

replace json_inttypes.h by stdint.h

10 лет назад
test_cast.expected

change API from json_* to fjson_* to prevent problems with json-c

10 лет назад
test_cast.test

Move the rest of the tests into the tests subdirectory.

14 лет назад
test_charcase.c

speed up object child lookup

19 дней назад
test_charcase.expected

Rename the "test_case" test to "test_charcase" to make it slightly less confusing.

12 лет назад
test_charcase.test

Rename the "test_case" test to "test_charcase" to make it slightly less confusing.

12 лет назад
test_dump_buffered.c

tests: expand correctness coverage

18 дней назад
test_dump_buffered.expected

tests: expand correctness coverage

18 дней назад
test_dump_buffered.test

fix: handle small buffered dump workspaces

19 дней назад
test_float.c

testbench: add test for floating point representation

10 лет назад
test_float.expected

testbench: add test for floating point representation

10 лет назад
test_float.test

testbench: add test for floating point representation

10 лет назад
test_fuzz_parser.c

test: add parser and serializer fuzzing

18 дней назад
test_fuzz_parser.test

test: add parser and serializer fuzzing

18 дней назад
test_fuzz_serializer.c

test: add parser and serializer fuzzing

18 дней назад
test_fuzz_serializer.test

test: add parser and serializer fuzzing

18 дней назад
test_json_util.c

tests: expand correctness coverage

18 дней назад
test_json_util.expected

tests: expand correctness coverage

18 дней назад
test_json_util.test

tests: expand correctness coverage

18 дней назад
test_locale.c

cleanup: remove unneeded include

10 лет назад
test_locale.expected

Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. Add json_object_free_userdata() and json_object_userdata_to_json_string() too.

13 лет назад
test_locale.test

Include the test_locale test in the tests that run.

13 лет назад
test_many_subobj.c

testbench: add test to put sub-object code under stress

10 лет назад
test_many_subobj.expected

testbench: add test to put sub-object code under stress

10 лет назад
test_many_subobj.test

testbench: add test to put sub-object code under stress

10 лет назад
test_obj_iter-del.c

testbench: tool was not building cleanly

10 лет назад
test_obj_iter-del.expected

testbench: add test for iterator

10 лет назад
test_obj_iter-del.test

testbench: add test for iterator

10 лет назад
test_obj_obj_get_ex-null.c

cleanup: remove unneeded include

10 лет назад
test_obj_obj_get_ex-null.expected

testbench: add missing file

10 лет назад
test_obj_obj_get_ex-null.test

testbench: detect misadressing in fjson_object_object_get_ex()

10 лет назад
test_object_object_add_ex.c

cleanup

10 лет назад
test_object_object_add_ex.expected

testbench: add basic test for fjson_object_object_add_ex()

10 лет назад
test_object_object_add_ex.test

testbench: add basic test for fjson_object_object_add_ex()

10 лет назад
test_object_object_add_exFormatted_plain.expected

testbench: add basic test for fjson_object_object_add_ex()

10 лет назад
test_object_object_add_exFormatted_pretty.expected

testbench: add basic test for fjson_object_object_add_ex()

10 лет назад
test_object_object_add_exFormatted_spaced.expected

testbench: add basic test for fjson_object_object_add_ex()

10 лет назад
test_parse.c

testbench bugfix: some tests did only work in debug build

10 лет назад
test_parse.expected

change API from json_* to fjson_* to prevent problems with json-c

10 лет назад
test_parse.test

Move the rest of the tests into the tests subdirectory.

14 лет назад
test_parse_int64.c

testbench: do not test non-well-defined integer representations

9 лет назад
test_parse_int64.expected

testbench: do not test non-well-defined integer representations

9 лет назад
test_parse_int64.test

Simplify the tests Makefile to avoid repeating the name of each test.

12 лет назад
test_printbuf.c

cleanup: remove unneeded include

10 лет назад
test_printbuf.expected

Actually save the expected output for the test_printbuf test so it passes.

14 лет назад
test_printbuf.test

Add a test for the printbuf functions.

14 лет назад
ucs_copyright_char.c

testbench: add new test for invalid unicode escapes

10 лет назад
ucs_copyright_char.expected

testbench: add new test for invalid unicode escapes

10 лет назад
ucs_copyright_char.test

support solaris compiler

9 лет назад