aboutsummaryrefslogtreecommitdiff
path: root/tests/check-qjson.c
AgeCommit message (Expand)Author
2017-06-20json: learn to parse uint64 numbersMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-03-07check-qjson: Test errors from qobject_from_json()Markus Armbruster
2017-03-07qobject: Propagate parse errors through qobject_from_json()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qbool()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qfloat()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qint()Markus Armbruster
2017-02-22tests: Don't check qobject_type() before qobject_to_qstring()Markus Armbruster
2017-02-22check-qjson: Simplify around compare_litqobj_to_qobj()Markus Armbruster
2016-12-05tests: Avoid qobject_from_jsonf("%"PRId64)Eric Blake
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-02-16tests: Clean up includesPeter Maydell
2015-11-26check-qjson: Add test for JSON nesting depth limitMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-05-11json-parser: Accept 'null' in QMPEric Blake
2014-06-23json-lexer: fix escaped backslash in single-quoted stringPaolo Bonzini
2013-04-13qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster
2013-04-13check-qjson: Test noncharacters other than U+FFFE, U+FFFF in stringsMarkus Armbruster
2013-04-13check-qjson: Improve a few comments, delete bogus onesMarkus Armbruster
2013-02-21check-qjson: More thorough testing of UTF-8 in stringsMarkus Armbruster
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-08-16check-qjson: add test for large JSON objectsMichael Roth
2012-03-30test makefile overhaulPaolo Bonzini