summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json
Commit message (Expand)AuthorAgeFilesLines
* QJsonObject iterators: use new comparison helper macrosTatiana Borisova7 days1-0/+22
* Add equality comparison between QJsonObject and QJsonValueConstRefTatiana Borisova2024-04-031-0/+3
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-2/+2
* QJsonArray iterators: use new comparison helper macrosTatiana Borisova2024-03-261-0/+35
* QJsonObject: use new comparison helper macrosTatiana Borisova2024-03-251-1/+21
* QJsonValue: use new comparison helper macrosTatiana Borisova2024-03-221-35/+49
* QJsonDocument: use new comparison helper macrosTatiana Borisova2024-03-221-3/+20
* QJsonArray: use new comparison helper macrosTatiana Borisova2024-03-212-0/+41
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Rest of QtBase tests: port away from deprecated methodsIvan Solovev2022-08-301-5/+7
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-2/+16
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* 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