summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestresult.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Document QTouchEventWidgetSequence, QTestResultTopi Reinio2025-08-271-0/+6
* Replace qTerminate() with std::terminate() and mark it for removalThiago Macieira2024-12-261-1/+1
* Mark max length work buffers uninitializedAllan Sandfeld Jensen2024-11-301-4/+4
* [QCOMPARE_3WAY] Expected and actual vars should use different formattersTatiana Borisova2024-11-211-3/+4
* Create a QCOMPARE_3WAY macro to test the C++20 spaceship operator <=>Tatiana Borisova2024-11-141-2/+89
* Rename qt_saturate to q26::saturate_castGiuseppe D'Angelo2024-08-181-3/+2
* QtTest: mark more functions as coldMarc Mutz2024-08-031-0/+2
* QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf...Marc Mutz2024-08-031-22/+24
* QPROPERTY_TEST_COMPARISON_HELPER: fix extra leading \n in failure outputMarc Mutz2024-08-011-1/+1
* QtTest: port approx_wide_len() from std::clamp() to qt_saturate()Marc Mutz2024-07-311-4/+4
* QPROPERTY_TEST_COMPARISON_HELPER: fix mbstowcs and snprintf usageMarc Mutz2024-07-311-0/+11
* QTest::formatFailMessage(): fix use of std::mbstowcs()Marc Mutz2024-07-311-2/+18
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira2024-04-261-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