summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
...
* tst_QXmlStream: remove unneeded _ba UDLsMarc Mutz2023-06-291-5/+5
* QXmlStreamReader: make fastScanName() indicate parsing status to callersAhmad Samir2023-06-281-0/+39
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-2/+3
* qc14n.h: general cleanupAhmad Samir2023-05-011-13/+7
* Move QZipReader/Writer from QtGui to QtCoreMarc Mutz2023-04-262-2/+2
* tst_qxmlstream: remove dependency on QtXmlMarc Mutz2023-04-251-1/+0
* QXmlStreamAttributes: port value()/hasAttribute() to QAnyStringViewMarc Mutz2023-04-251-0/+8
* QXmlStream: run the test suite from a method other than initTestCase()Ahmad Samir2023-04-081-4/+8
* tst_qxmlstream: add non-US-ASCII hasAttribute() checksMarc Mutz2023-04-011-2/+19
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1713-26/+0
* QXmlStreamWriter: fix a thinko in doWriteToDevice(QSV)Marc Mutz2022-12-161-1/+8
* Extend tst_qxmlstream::readBack() to all Unicode charactersMarc Mutz2022-12-161-12/+28
* 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
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-28/+42
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-3/+3
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-291-1/+1
* Ignore the warning for all types in tst_QCborValue's mapFromArray*()Edward Welbourne2022-10-181-6/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-15/+15
* tst_QCborValue: remove duplicate data row from testsEdward Welbourne2022-10-111-1/+0
* Rename some tst_QTextStream::manipulators() data rowsEdward Welbourne2022-10-111-4/+4
* Reflow tst_QTextStream::manipulators_data()Edward Welbourne2022-10-111-7/+21
* Port from container.count()/length() to size()Marc Mutz2022-10-043-5/+5
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-0/+55
* 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-2314-14/+14
* Add license headers to cmake filesLucie Gérard2022-08-0314-0/+42
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-286-6/+6
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-6/+6
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-121-0/+22
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-2/+16
* Increase timeout of slow test for ASAN-enabled buildDimitrios Apostolou2022-06-151-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-1616-488/+33
* QTextStream: complete char16_t supportMarc Mutz2022-05-041-0/+9
* QTextStream: fix streaming of char16_t'sMarc Mutz2022-05-031-0/+27
* Skip test that fails with Address Sanitizer enabledDimitrios Apostolou2022-04-121-0/+7
* Don't use QSKIP() when merely eliding part of a testEdward Welbourne2022-04-071-25/+23
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Disable test tst_qxmlstream for QNXPasi Petäjäjärvi2022-03-251-1/+1
* CI: Add docker support for tst_qtextstream testPasi Petäjäjärvi2022-03-242-1/+7
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+5
* 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
* 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
* QCborArray: allow large but in-range keysThiago Macieira2022-02-151-0/+25
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-151-2/+14
* QCborValueRef: fix using operator[] to convert an empty array to mapThiago Macieira2022-02-151-8/+207