summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTestLib: fix race on QElapsedTimers from WatchDog threadDavid Faure2025-03-311-3/+12
* QElapsedTimer: port some restart() calls to start()Giuseppe D'Angelo2025-03-181-1/+1
* QTestLog: use the right preprocessor test for C++ featuresGiuseppe D'Angelo2025-01-181-1/+1
* Testlib: loggers - don't move const valueTim Blechmann2024-12-061-4/+1
* Testlib: extend lifetime of loggers during message handlerTim Blechmann2024-12-041-47/+110
* Testlib: improve messageHandler without loggersTim Blechmann2024-12-021-3/+5
* QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf...Marc Mutz2024-08-031-2/+4
* qtestlog.cpp: remove duplicate <vector> includeMarc Mutz2024-08-011-1/+0
* Extend QTest::failOnWarning() to a no-parameter fail-on-any-warningEdward Welbourne2024-05-061-0/+5
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-221-1/+2
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-151-0/+15
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-051-1/+1
* QPlainTestLogger: don't print "RESULT" before each additional resultThiago Macieira2022-11-091-2/+2
* Simplify a list-removal operation in QTestLog's handleIgnoredMessage()Edward Welbourne2022-10-181-3/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-2/+2
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-281-0/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QTestLog: simplify construction of a log messageSona Kurazyan2022-05-021-2/+5
* QtTestLib: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-281-3/+3
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-131-6/+62
* Make Skip an incident in test loggingEdward Welbourne2021-12-091-1/+1
* Add QTest::failOnWarningMitch Curtis2021-11-261-0/+51
* QTestLog: Properly own the loggersUlf Hermann2021-11-091-8/+10
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-271-2/+4
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-101-1/+1
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-041-7/+1
* testlib: Add private API to add test loggerTor Arne Vestbø2020-10-311-5/+19
* testlib: Let logger report whether it is logging to stdoutTor Arne Vestbø2020-10-311-5/+6
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-3/+3
* Use QList instead of QVector in testlibJarek Kobus2020-06-251-1/+1
* Port testlib from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-2/+2
* Fix namespaced build of QTestLibKai Koehne2020-02-141-2/+2
* testlib: Make testlogs enumerable and printableTor Arne Vestbø2020-02-101-0/+2
* testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-031-3/+3
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* QTestLib: Introduce nullptrFriedemann Kleint2019-07-111-5/+5
* QTestLib: Use member initializationFriedemann Kleint2019-07-111-2/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-137/+58
|\
| * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-051-8/+5
| * testlib: Replace manual logger linked list with QVectorTor Arne Vestbø2019-03-051-129/+53
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-0/+2
|\|
| * Add missing increment of blacklisted tests for BXFAIL caseEdward Welbourne2019-02-201-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+18
|\|
| * testlib: Add BXPASS and BXFAILOliver Wolff2019-01-291-0/+18
* | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-241-0/+5
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-4/+6
|\