summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Skip sax autotests if XML is disabledJuha Vuolle2025-05-131-1/+3
* Fix QFile::open() Easter EggMarc Mutz2025-01-241-4/+4
* tst_qutf8: port from QScopedPointer to std::unique_ptrMarc Mutz2024-12-181-6/+7
* tst_QStringRef: protect QASV{QSR} test from all except GCCMarc Mutz2024-12-181-2/+2
* tst_QStringRef: protect QASV{QSR} test from MSVCMarc Mutz2024-12-171-0/+10
* QStringRef: preserve null-ness when converting to QAnyStringViewMarc Mutz2024-12-151-4/+27
* QStringRef: fix lost null-ness when converting to QStringViewMarc Mutz2024-12-121-2/+0
* tst_QStringRef: check that QStringRef->QStringView preserves nullnessMarc Mutz2024-12-121-0/+33
* tst_QTextCodec::utf32Codec: Split the Chakma digits into multiple rowsThiago Macieira2024-11-111-21/+13
* tst_QTextCodec: add the missing "e" to Negative LengthThiago Macieira2024-09-181-4/+4
* QTextCodec: use DefaultConversion tooThiago Macieira2024-09-181-3/+4
* Remove second parameter being passed to QSKIP()Edward Welbourne2024-08-131-1/+1
* tests: Fix tst_qtextcodec to start echo_helper from test directoryAri Parkkila2024-07-111-1/+1
* tests: Fix tst_QtJson to bundle resources for builtin testdataAri Parkkila2024-07-101-1/+1
* Correct license for test filesLucie Gérard2024-03-1518-18/+18
* tst_QStringRef: ensure QStringRef implicitly converts to QStringViewMarc Mutz2024-03-011-0/+9
* tst_qxmlinputsource: Use case-insensitive match for a HTTP headerIevgenii Meshcheriakov2024-02-071-1/+1
* Add CMake autotestJoerg Bornemann2024-01-292-6/+12
* QTextCodec: retain input's nullness on {to,from}UnicodeVolker Hilsheimer2023-11-071-0/+51
* CMake: Make qt5compat tests standalone projectsAlexandru Croitor2023-07-0612-0/+72
* QStringRef: test it works as QString::arg() argumentMarc Mutz2023-01-021-0/+7
* Port from container::count() and length() to size()Marc Mutz2022-10-056-36/+36
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2323-23/+23
* Port away from deprecated QDomDocument::setContent() overloadSona Kurazyan2022-08-151-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2713-13/+13
* Prepare for usage of the new QDomDocument::setContent() overloadSona Kurazyan2022-07-211-1/+1
* QLinkedList: only support data streaming if contained type doesVolker Hilsheimer2022-07-121-0/+5
* Add license headers to cmake filesLucie Gérard2022-07-0723-0/+69
* Use SPDX license identifiersLucie Gérard2022-06-2319-520/+44
* tst_qxmlinputsource: fix C++20-deprecated implicit [=]-capture of thisMarc Mutz2022-06-211-1/+1
* tst_QTextCodec::toLocal8Bit: disable the test for AndroidSona Kurazyan2022-04-041-3/+3
* Don't pass 0 as nullptr when constructing a QLatin1StringSona Kurazyan2022-03-081-8/+8
* Disable QT_NO_JAVA_STYLE_ITERATORS for tst_qlinkedlistAlexey Edelev2022-02-141-5/+1
* tst_QLinkedList: Unconditionally enable testing Java-style iteratorsMarc Mutz2022-02-082-18/+3
* tst_QLinkedList: compile with QT_NO_JAVA_STYLE_ITERATORSMarc Mutz2022-02-011-0/+16
* Remove unused .qrc filesJoerg Bornemann2022-01-182-15/+0
* Add QTextCodec test that triggers an assertion in QUtf32Edward Welbourne2021-10-131-1/+43
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Fix QTextCodec::canEncode() for ICU codecIvan Solovev2021-09-021-0/+58
* QStringRef::lastIndexOf: adapt tests after upstream fixesGiuseppe D'Angelo2021-08-311-2/+2
* Remove qmake project filesJoerg Bornemann2021-05-0331-235/+0
* Fix compiler warnings from int/size_t mismatchesVolker Hilsheimer2021-05-032-2/+2
* Fix warning from incorrect qHash signatureVolker Hilsheimer2021-04-121-1/+1
* Mark overrides in tests to fix compiler warningsVolker Hilsheimer2021-04-123-43/+43
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-03-252-33/+33
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-221-1/+1
* Qt5Compat: Extend Latin-1/Latin-9 code coverageKarsten Heimrich2020-11-241-0/+45
* Qt5Compat: Extend QTextCodec test covering invalid inputKarsten Heimrich2020-11-241-0/+104
* Qt5Compat: Add tests for TSCII QTextCodec code coverageKarsten Heimrich2020-11-241-0/+48
* Qt5Compat: Extend test for ISCII QTextCodec code coverageKarsten Heimrich2020-11-231-0/+35