summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* tst_qxmlstream: swap WHEN and THEN in readBack()Marc Mutz2022-12-161-3/+3
* tst_qmlstream: re-use QBuffer instance in readBack()Marc Mutz2022-12-161-2/+3
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-091-0/+55
* Don't use QSKIP() when merely eliding part of a testEdward Welbourne2022-09-091-25/+24
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-221-6/+6
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-221-2/+16
* Disable test tst_qxmlstream for QNXPasi Petäjäjärvi2022-03-261-1/+1
* CI: Add docker support for tst_qtextstream testPasi Petäjäjärvi2022-03-252-1/+7
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-03-161-0/+87
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-03-161-21/+75
* Revert "Blacklist: test cases blacklisted in tst_QXmlStream:"Heikki Halmet2022-03-151-4/+0
* Activate tst_qxmlstream for AndroidAndreas Buhr2022-03-023-11/+42
* Blacklist: test cases blacklisted in tst_QXmlStream:CI Insignificant Platforms Monitor Bot2022-02-281-0/+4
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-101-0/+52
* Remove execute permission from XML filesEdward Welbourne2022-01-184-0/+0
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-0/+19
* Exclude tst_qxmlstream test for INTEGRITYTatiana Borisova2021-12-281-1/+1
* Fix tst_qtextstream / tst_json run time failures on INTEGRITY deviceTatiana Borisova2021-12-283-2/+24
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-221-1/+1
* QXmlStreamReader: update test distributionIvan Solovev2021-12-19653-3918/+27
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-174-0/+99
* QNX: Remove expected failPasi Petäjäjärvi2021-12-121-14/+0
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-174-8/+0
* 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