summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Port to QDirListingAhmad Samir2024-03-031-14/+15
* Correct doc snippet licenseLucie Gérard2024-02-282-2/+2
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-201-1/+1
* QTest: rename local `timeout` variable in QTRY_IMPL macroVolker Hilsheimer2024-02-091-3/+3
* Qttestlib-manual.qdoc: fix typo in API docsAhmad Samir2024-02-081-1/+1
* QTest: allow passing chrono literal as QTRY_ timeoutMarc Mutz2024-02-072-13/+38
* Update Valgrind to version 3.22.0Edward Welbourne2024-02-062-3/+4
* Change license of .qdoc filesLucie Gérard2024-02-011-1/+1
* [docs] Fix C'n'P error in QTRY_VERIFY2 exampleMarc Mutz2024-01-311-1/+1
* QTest: add -[no]throwon{fail,skip} command line argumentsMarc Mutz2024-01-271-0/+12
* QTest: add opt-in changing QCOMPARE etc to exit with throw, not returnMarc Mutz2024-01-273-1/+258
* QTest: hold WatchDog in optional<> instead of QScopedPointerMarc Mutz2024-01-271-5/+6
* QTest: DRY test function invocationMarc Mutz2024-01-261-22/+17
* QTestLib: prepare QVERIFY_THROWS_EXCEPTION for FAILED_ACTION = throwMarc Mutz2024-01-251-1/+4
* QTest: replace naked returns with QTEST_{FAIL,SKIP}_ACTION macrosMarc Mutz2024-01-252-16/+24
* testlib: Remove the "cmake" key from BLACKLIST filesJoerg Bornemann2024-01-241-4/+1
* QTest: Extract Method qCaught() from THROWS_(NO_)EXCEPTIONMarc Mutz2024-01-232-18/+45
* QAppleTestLogger: Add source link to failure messagesAxel Spoerl2024-01-221-0/+8
* SignalDumper: protect access to ignoreClassesMårten Nordheim2024-01-191-6/+17
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-0/+40
* TestLib: consistently wrap comparison helper macros into do {} whileIvan Solovev2024-01-181-38/+40
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTS argumentAlexey Edelev2024-01-171-1/+0
* Make adding new rows to QTestTable more efficientIsak Fyksen2024-01-151-8/+6
* Remove the use of Q_TESTLIB_PRIVATE_EXPORTAlexey Edelev2023-12-221-3/+2
* testlib: Add test function for simulating wheel eventsDoris Verria2023-12-204-0/+85
* QTest: Extract Method writePrettyUnicodeChar from toPrettyUnicodeMarc Mutz2023-12-071-38/+46
* Remove unneeded toString(QPair) declarationMarc Mutz2023-12-062-10/+0
* QTest::toPrettyUnicode: remove magic numbersMarc Mutz2023-12-061-4/+8
* QTest: simplify toString(tuple)Marc Mutz2023-12-062-10/+3
* Silence a warning in release buildJoni Poikelin2023-12-011-1/+1
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-301-1/+1
* Implement checking of op<=> in the compare test helpersIvan Solovev2023-11-281-0/+84
* Implement compare helper macrosIvan Solovev2023-11-281-4/+15
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-222-8/+7
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-222-12/+31
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-211-12/+11
* Fix a compiler warning (GCC 13.2.1) -Wpessimizing-moveAhmad Samir2023-11-201-2/+2
* Move the remaining blacklist setting into TestMethods::invokeTest()Kalle Viironen2023-11-202-3/+4
* [doc] QBENCHMARK_ONCE: fix typosMarc Mutz2023-11-151-2/+2
* QBENCHMARK: mark loop operations as noexceptMarc Mutz2023-11-153-6/+6
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-158-7/+74
* TestLib: provide helper functions to test relational operatorsIvan Solovev2023-11-133-0/+262
* Make checkBlackLists() return boolKalle Viironen2023-11-032-2/+4
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-20/+37
* Doc: Fix QTest::createTouchDevice docsMichal Klocek2023-11-011-4/+4
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-261-0/+12
* Modify copyright format in qt_attribution.jsonLucie Gérard2023-10-231-7/+7
* Increase QTest failure message limitMitch Curtis2023-10-191-5/+9
* SignalDumper: fix UB (data race on ignoreLevel)Mårten Nordheim2023-10-171-1/+1
* SignalDumper: fix UB (data race on indentation level)Mårten Nordheim2023-10-171-1/+1