summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-3/+4
* 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
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-174-8/+0
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-3/+3
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-8/+2
* Fix compiler warning from int size mismatchVolker Hilsheimer2021-04-291-2/+2
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-208-13/+13
* tst_qcborstreamwriter: don't pass char8_t strings to QByteArrayGiuseppe D'Angelo2021-04-161-2/+2
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-0/+31
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-5/+3
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+19
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-50/+0
* tst_qdatastream: expect failure on 32bit system with large QBitArraySamuli Piippo2021-01-082-3/+4
* Remove the qmake project filesJoerg Bornemann2021-01-0714-145/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2210-10/+32
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+17
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-071-6/+6
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-071-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-072-12/+19
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-062-10/+11
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-063-8/+13
* Test conversion of ulonglong variant to JSONSona Kurazyan2020-11-201-0/+12
* Android: exclude tests crashing at startAssam Boudjelthia2020-11-162-2/+4
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-5/+5
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-042-0/+10
* Update tst_qcborstreamwriter to use QMetaTypeDavid Skoland2020-10-301-10/+10
* Deprecate QVariant::TypeLars Knoll2020-10-232-2/+2
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-161-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-2/+2
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-291-8/+43
* Add checks for new QBitArray versionAllan Sandfeld Jensen2020-09-291-46/+57
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-0/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2313-19/+19
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-2/+1
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Tests: fix json test for AndroidAssam Boudjelthia2020-09-152-3/+2
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-151-2/+2
* Remove the SAX parser from QtXmlLars Knoll2020-09-151-1/+0
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-3/+3
* Change QByteArray to handle large arraysLars Knoll2020-08-272-4/+8
* Deprecate int based convert/canConvertLars Knoll2020-08-241-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-3/+3
* Constrain the data stream operators for containersLars Knoll2020-08-151-0/+8
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict comparison of variantsLars Knoll2020-08-131-2/+10
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61