summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json
Commit message (Expand)AuthorAgeFilesLines
* Don't use QSKIP() when merely eliding part of a testEdward Welbourne2022-04-071-25/+23
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QJsonObject::removeAt: stop dividing and multiplying by 2Thiago Macieira2022-02-151-2/+3
* QJsonValueConcreteRef: optimize concrete()Thiago Macieira2022-02-151-4/+2
* QJsonObject::erase: erase unnecessary and wrong codeThiago Macieira2022-02-151-9/+62
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-151-21/+75
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-26/+11
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-091-0/+52
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-215-10/+123
* tst_QtJson: fix test for numbers above the limit of qint64Thiago Macieira2022-01-191-10/+7
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-0/+19
* Remove unused .qrc filesJoerg Bornemann2022-01-171-8/+0
* Fix tst_qtextstream / tst_json run time failures on INTEGRITY deviceTatiana Borisova2021-12-281-1/+1
* QNX: Remove expected failPasi Petäjäjärvi2021-12-121-14/+0
* tst_QtJson: add matching escape-generating testThiago Macieira2021-09-061-0/+55
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-7/+64
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-3/+3
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* Remove the qmake project filesJoerg Bornemann2021-01-071-12/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-4/+4
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-2/+1
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict comparison of variantsLars Knoll2020-08-131-2/+10
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Remove deprecated binary json featureEdward Welbourne2020-07-3134-239/+0
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-2/+45
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-0/+7
|\
| * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-0/+7
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-0/+97
|\|
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
* | CMake: Regenerate tests projectsAlexandru Croitor2020-03-121-0/+5
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+2
| |\|
| | * Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-0/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-9/+69
|\| |
| * | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-9/+69
| |/
* | Regenerate tests/auto/corelib/serializationAlexandru Croitor2019-11-121-15/+16
* | cmake: add tests in corelib/serializationFrederik Gladhorn2019-10-071-0/+35
|/
* Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-0/+2
* QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-0/+42
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+18