summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestresult.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira12 days1-4/+5
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-221-7/+5
* Increase QTest failure message limitMitch Curtis2023-10-191-5/+9
* QTestEventLoop: don't stop the test fails outside the main threadThiago Macieira2023-05-051-1/+2
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-081-8/+8
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-101-23/+27
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult::reportResultMarc Mutz2022-06-031-1/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-2/+47
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-031-11/+105
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResultMarc Mutz2022-06-031-2/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-2/+2
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-131-0/+3
* Add QTest::failOnWarningMitch Curtis2021-11-261-0/+1
* testlib: Let loggers know which test function is being leftTor Arne Vestbø2021-08-101-2/+2
* testlib: Document order of QTestResult completion functionsTor Arne Vestbø2021-08-101-0/+39
* QTestEventLoop: stop when the test failsEdward Welbourne2021-08-051-0/+2
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-041-5/+4
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-6/+11
* QTestlib: Speed up comparison of qsizetypeFriedemann Kleint2021-01-221-0/+10
* QTestLib: add a abort-on-fail environment variableGiuseppe D'Angelo2020-12-041-11/+41
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-301-3/+5
* QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-011-0/+26
* QTestLib: Introduce nullptrFriedemann Kleint2019-07-111-19/+17
* QTestLib: Speed up QCOMPARE for float, double, int, unsignedFriedemann Kleint2019-07-091-15/+101
* testlib: Add BXPASS and BXFAILOliver Wolff2019-01-291-3/+10
* testlib: Add Test Anything Protocol (TAP) reporterTor Arne Vestbø2018-03-141-0/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Testlib: Avoid formatting unneeded messages.Friedemann Kleint2015-10-301-9/+11
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for blacklisting test functionsLars Knoll2014-09-211-2/+15
* Fix auto test failure output on QNXBernd Weimer2014-05-191-8/+9
* Remove duplicate symbol name: QTest::currentAppNameThiago Macieira2014-04-301-4/+4
* Fix the alignment for non-ASCII stringsThiago Macieira2014-01-221-2/+4
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-5/+5
* TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-211-3/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* testlib: Remove obsolete internal compare_helper overload.Jason McDonald2012-03-211-9/+0
* testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-121-1/+1
* testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-081-9/+25
* testlib: make XPASS output slightly less confusing.Jason McDonald2012-02-201-1/+4
* Remove code related to test location.Jason McDonald2012-02-161-15/+0
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-131-13/+11
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-081-4/+5
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-081-2/+7
* CodeCoverage: Save coverage data in QTestLog::stopLogging()Caroline Chao2012-02-071-0/+12