| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Document QTouchEventWidgetSequence, QTestResult | Topi Reinio | 2025-08-27 | 1 | -0/+6 |
| * | Replace qTerminate() with std::terminate() and mark it for removal | Thiago Macieira | 2024-12-26 | 1 | -1/+1 |
| * | Mark max length work buffers uninitialized | Allan Sandfeld Jensen | 2024-11-30 | 1 | -4/+4 |
| * | [QCOMPARE_3WAY] Expected and actual vars should use different formatters | Tatiana Borisova | 2024-11-21 | 1 | -3/+4 |
| * | Create a QCOMPARE_3WAY macro to test the C++20 spaceship operator <=> | Tatiana Borisova | 2024-11-14 | 1 | -2/+89 |
| * | Rename qt_saturate to q26::saturate_cast | Giuseppe D'Angelo | 2024-08-18 | 1 | -3/+2 |
| * | QtTest: mark more functions as cold | Marc Mutz | 2024-08-03 | 1 | -0/+2 |
| * | QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf... | Marc Mutz | 2024-08-03 | 1 | -22/+24 |
| * | QPROPERTY_TEST_COMPARISON_HELPER: fix extra leading \n in failure output | Marc Mutz | 2024-08-01 | 1 | -1/+1 |
| * | QtTest: port approx_wide_len() from std::clamp() to qt_saturate() | Marc Mutz | 2024-07-31 | 1 | -4/+4 |
| * | QPROPERTY_TEST_COMPARISON_HELPER: fix mbstowcs and snprintf usage | Marc Mutz | 2024-07-31 | 1 | -0/+11 |
| * | QTest::formatFailMessage(): fix use of std::mbstowcs() | Marc Mutz | 2024-07-31 | 1 | -2/+18 |
| * | QTest: rip out qxp::function_ref from reportResult() | Thiago Macieira | 2024-04-26 | 1 | -4/+5 |
| * | QTest: make failOnWarning() functional on temp objects destruction | Vladimir Belyavsky | 2023-11-22 | 1 | -7/+5 |
| * | Increase QTest failure message limit | Mitch Curtis | 2023-10-19 | 1 | -5/+9 |
| * | QTestEventLoop: don't stop the test fails outside the main thread | Thiago Macieira | 2023-05-05 | 1 | -1/+2 |
| * | QTest: Rename QCOMPARE_XX parameters to add meaning | Mårten Nordheim | 2023-03-08 | 1 | -8/+8 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -4/+2 |
| * | testlib: Don't print QCOMPARE values if they lack string representation | Volker Hilsheimer | 2022-07-10 | 1 | -23/+27 |
| * | QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult::reportResult | Marc Mutz | 2022-06-03 | 1 | -1/+2 |
| * | QTestLib: rework QTest::compare_helper() | Ivan Solovev | 2022-06-03 | 1 | -2/+47 |
| * | Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}() | Ivan Solovev | 2022-06-03 | 1 | -11/+105 |
| * | QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult | Marc Mutz | 2022-06-03 | 1 | -2/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtTestLib: replace remaining uses of QL1String with QL1StringView | Sona Kurazyan | 2022-05-02 | 1 | -2/+2 |
| * | Make counts of various types of test result add up correctly | Edward Welbourne | 2022-01-13 | 1 | -0/+3 |
| * | Add QTest::failOnWarning | Mitch Curtis | 2021-11-26 | 1 | -0/+1 |
| * | testlib: Let loggers know which test function is being left | Tor Arne Vestbø | 2021-08-10 | 1 | -2/+2 |
| * | testlib: Document order of QTestResult completion functions | Tor Arne Vestbø | 2021-08-10 | 1 | -0/+39 |
| * | QTestEventLoop: stop when the test fails | Edward Welbourne | 2021-08-05 | 1 | -0/+2 |
| * | testlib: Pass on file location on failure, but don't assume we have one | Tor Arne Vestbø | 2021-08-04 | 1 | -5/+4 |
| * | Fix QFAIL() to interract correctly with QEXPECT_FAIL() | Edward Welbourne | 2021-06-15 | 1 | -6/+11 |
| * | QTestlib: Speed up comparison of qsizetype | Friedemann Kleint | 2021-01-22 | 1 | -0/+10 |
| * | QTestLib: add a abort-on-fail environment variable | Giuseppe D'Angelo | 2020-12-04 | 1 | -11/+41 |
| * | QTestResult: Don't pass a nullptr file to addFailure() | Ulf Hermann | 2020-09-30 | 1 | -3/+5 |
| * | QTestLib: Speed up QCOMPARE for QString | Friedemann Kleint | 2019-08-01 | 1 | -0/+26 |
| * | QTestLib: Introduce nullptr | Friedemann Kleint | 2019-07-11 | 1 | -19/+17 |
| * | QTestLib: Speed up QCOMPARE for float, double, int, unsigned | Friedemann Kleint | 2019-07-09 | 1 | -15/+101 |
| * | testlib: Add BXPASS and BXFAIL | Oliver Wolff | 2019-01-29 | 1 | -3/+10 |
| * | testlib: Add Test Anything Protocol (TAP) reporter | Tor Arne Vestbø | 2018-03-14 | 1 | -0/+2 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Testlib: Avoid formatting unneeded messages. | Friedemann Kleint | 2015-10-30 | 1 | -9/+11 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add support for blacklisting test functions | Lars Knoll | 2014-09-21 | 1 | -2/+15 |
| * | Fix auto test failure output on QNX | Bernd Weimer | 2014-05-19 | 1 | -8/+9 |
| * | Remove duplicate symbol name: QTest::currentAppName | Thiago Macieira | 2014-04-30 | 1 | -4/+4 |
| * | Fix the alignment for non-ASCII strings | Thiago Macieira | 2014-01-22 | 1 | -2/+4 |
| * | Expose QTest::currentAppName() and remove hard-coded argv[0] in tests | Tor Arne Vestbø | 2013-09-26 | 1 | -5/+5 |
| * | TestLib: align the colons so the "actual" and "expected" align too | Thiago Macieira | 2013-07-21 | 1 | -3/+5 |