| Commit message (Expand) | Author | Age | Files | Lines |
* | Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/w | Edward Welbourne | 12 days | 1 | -2/+2 |
* | Silence some conversion warnings | Amir Masoud Abdol | 2023-03-10 | 4 | -4/+4 |
* | QTest: Rename QCOMPARE_XX parameters to add meaning | Mårten Nordheim | 2023-03-08 | 6 | -1080/+1080 |
* | Doc: fix link to QTest::failOnWarning | Volker Hilsheimer | 2023-03-05 | 1 | -1/+1 |
* | QTestEventLoop: add enterLoop(std::chrono::milliseconds) overload | Ahmad Samir | 2023-03-03 | 1 | -4/+6 |
* | tst_benchlibcallgrind: silence a compiler warning | Ahmad Samir | 2023-02-26 | 1 | -1/+1 |
* | tests: Remove remains of qmake conversion from CMakeLists.txt files | Friedemann Kleint | 2023-02-17 | 57 | -336/+110 |
* | tst_Selftests: rewrite this with templates instead of macro | Thiago Macieira | 2023-01-12 | 1 | -33/+41 |
* | Adapt to QTimeZone replacing Qt::TimeSpec usage | Edward Welbourne | 2022-12-10 | 1 | -2/+5 |
* | Use QString/QByteArray range erase() | Ahmad Samir | 2022-12-07 | 1 | -5/+7 |
* | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -2/+2 |
* | Update Catch2 to v2.13.10 | Marc Mutz | 2022-10-17 | 2 | -12/+18 |
* | testlib: make it possible to test double-clicks with discrete events | Shawn Rutledge | 2022-10-16 | 7 | -6/+68 |
* | Autotest/Unix: request zero-sized core dumps for crashing code | Thiago Macieira | 2022-10-14 | 1 | -0/+8 |
* | tests: skip tst_selftests on Wayland and XWayland | Liang Qi | 2022-10-14 | 1 | -0/+5 |
* | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -3/+3 |
* | Skip early return from test loops during cleanup() | Edward Welbourne | 2022-09-22 | 6 | -113/+17 |
* | Fix error in TAP test logger's regex to recognize QVERIFY() output | Edward Welbourne | 2022-09-22 | 2 | -4/+4 |
* | Add test-case for TAP logging glitch | Edward Welbourne | 2022-09-22 | 7 | -7/+11 |
* | Include global data tags in teamcity's test function names | Edward Welbourne | 2022-09-13 | 2 | -425/+435 |
* | Fix cmake warnings from using deprecated PUBLIC_LIBRARIES | Volker Hilsheimer | 2022-09-05 | 1 | -1/+1 |
* | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 59 | -59/+59 |
* | Fix DeferredFlag implementation for QTestEventLoop | Edward Welbourne | 2022-08-12 | 1 | -4/+12 |
* | Test QTRY_COMPARE() and expand testing of QTRY_VERIFY*() | Edward Welbourne | 2022-08-12 | 7 | -36/+180 |
* | Remove the stale expected_crashes_[345].txt | Edward Welbourne | 2022-08-12 | 3 | -16/+0 |
* | Add some testing of QTestEventLoop | Edward Welbourne | 2022-08-08 | 10 | -2/+333 |
* | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 59 | -0/+181 |
* | CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers | Alexandru Croitor | 2022-07-28 | 60 | -61/+61 |
* | Test skip and fail in cleanup() as well as in cleanupTestCase() | Edward Welbourne | 2022-07-25 | 34 | -58/+312 |
* | Use debug stream in QTest::toString's default fallback if possible | Volker Hilsheimer | 2022-07-13 | 13 | -63/+131 |
* | testlib: Don't print QCOMPARE values if they lack string representation | Volker Hilsheimer | 2022-07-10 | 7 | -54/+101 |
* | qtestlib: exit with error if a test is invoked with unknown data tag | Dimitrios Apostolou | 2022-06-28 | 1 | -0/+52 |
* | FatalSignalHandler: print some more information from siginfo_t | Thiago Macieira | 2022-06-28 | 1 | -5/+2 |
* | FatalSignalHandler: print the signal name on crash | Thiago Macieira | 2022-06-08 | 2 | -2/+2 |
* | Update Catch2 to v2.13.9 | Marc Mutz | 2022-06-08 | 1 | -5/+9 |
* | QTestLib: rework QTest::compare_helper() | Ivan Solovev | 2022-06-03 | 7 | -6/+32 |
* | Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT() | Ivan Solovev | 2022-06-03 | 7 | -7/+191 |
* | Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}() | Ivan Solovev | 2022-06-03 | 10 | -1/+3985 |
* | Guard the use of QWinEventNotifier in tests | Alexey Edelev | 2022-05-17 | 2 | -0/+4 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 59 | -1616/+119 |
* | Remove remnants of the old Intel C++ compiler | Thiago Macieira | 2022-05-11 | 1 | -1/+1 |
* | Replace uses of _qs with _s in tests | Sona Kurazyan | 2022-04-07 | 1 | -1/+3 |
* | TAP test logger: report B?XFAIL (mostly) as a message | Edward Welbourne | 2022-03-29 | 3 | -61/+141 |
* | Move TAP's messages block to after the primary report details | Edward Welbourne | 2022-03-29 | 16 | -165/+101 |
* | Include file and line information in TAP diagnostics blocks | Edward Welbourne | 2022-03-29 | 5 | -0/+30 |
* | TAP test logger: move messages into the diagnostics block | Edward Welbourne | 2022-03-29 | 18 | -2281/+4636 |
* | Fix parsing of .cmake.conf in generate_expected_output.py | Edward Welbourne | 2022-03-25 | 1 | -3/+7 |
* | Avoid duplicate descriptions in TAP's incident YAML | Edward Welbourne | 2022-03-22 | 1 | -13/+0 |
* | TAP test logger: treat blacklisted XFail the same as XFail | Edward Welbourne | 2022-03-22 | 1 | -3/+0 |
* | CMake: Add BUILTIN_TESTDATA option to qt_internal_add_test | Alexey Edelev | 2022-02-11 | 1 | -19/+9 |