summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/tst_selftests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QTest: add -[no]throwon{fail,skip} command line argumentsMarc Mutz2024-01-271-4/+15
* QTest: add opt-in changing QCOMPARE etc to exit with throw, not returnMarc Mutz2024-01-271-0/+1
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-151-0/+10
* selftests: respect ASAN_OPTIONSMitch Curtis2023-10-161-0/+1
* tst_selftests: split the qFatal() test away from tst_SilentThiago Macieira2023-09-061-10/+11
* tst_selftests: add a way to run a subset of all subprogramsThiago Macieira2023-08-311-0/+2
* tst_selftests: deduplicate the Unix/Linux conditionsThiago Macieira2023-08-301-9/+4
* tst_selftests: compile with QT_NO_FOREACHAhmad Samir2023-08-191-3/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Correct some testlib selftest data: blacklisted does not qFatal()Edward Welbourne2023-07-311-5/+2
* tst_selftests: Fix mistaken early return when checking error outputTor Arne Vestbø2023-07-311-1/+9
* Use QString/QByteArray range erase()Ahmad Samir2022-12-071-5/+7
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* tests: skip tst_selftests on Wayland and XWaylandLiang Qi2022-10-141-0/+5
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-281-0/+52
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* QPlainTestLogger: do not print "failure location" if there's no failureGiuseppe D'Angelo2022-02-021-0/+2
* Exclude tst_selftests when feature process is disabledTatiana Borisova2022-01-271-7/+1
* Properly indent qtestlib's XML outputDimitrios Apostolou2021-12-171-2/+1
* Match up testlib selftest's lists of generated filesEdward Welbourne2021-12-091-8/+3
* Fix x86 preprocessor check in testlib selftestsEdward Welbourne2021-12-091-7/+8
* Fix argv hacking in tst_benchlibcallgrind.cppEdward Welbourne2021-12-091-6/+10
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-051-0/+2
* testlib: Run test result expectation tests with stdout as outputTor Arne Vestbø2021-07-291-16/+20
* testlib: Accurately name JUnit test, and only run for JUnitXML reporterTor Arne Vestbø2021-07-291-1/+4
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-131-3/+3
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* Selftest - copy XAUTHORITY environment variableTimur Pocheptsov2020-10-281-1/+1
* testlib selftest: Spit out stdout/stderr when test crashesTor Arne Vestbø2020-10-241-7/+17
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-211-1/+1
* testlib: Add start time and test duration to JUnit XMLTor Arne Vestbø2020-07-241-0/+7
* testlib: Output JUnitXML attributes in right orderTor Arne Vestbø2020-07-241-1/+1
* testlib selftest: Actually report failures as non-zero exit codeTor Arne Vestbø2020-07-231-0/+2
* testlib selftest: Only warn about missing test expectation if none was foundTor Arne Vestbø2020-07-221-1/+4
* testlib selftest: check blacklisted test for test failuresTor Arne Vestbø2020-07-221-1/+0
* testlib selftest: Properly print failing testsTor Arne Vestbø2020-07-211-2/+2
* Use QList instead of QVector in testlib testsJarek Kobus2020-06-251-1/+1
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Rewrite Qt Testlib selftest to not rely on Qt Testlib itselfTor Arne Vestbø2020-05-111-655/+702
* QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-051-0/+5
* QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-301-1/+9
* Add 'pass' test to testlib selftestsTor Arne Vestbø2020-03-051-2/+3
* testlib: Improve error message when detecting line count mismatchTor Arne Vestbø2020-02-101-2/+2
* testlib: Move subtest argument handling to individual testsTor Arne Vestbø2020-02-061-45/+2
* Reduce scope of testlib selftest regular expressionsTor Arne Vestbø2020-02-061-4/+2
* testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-031-19/+27
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-3/+0
|\