| Commit message (Expand) | Author | Age | Files | Lines |
| * | Output both global and local data tags in benchmark result header | Magdalena Stojek | 2024-12-13 | 1 | -2/+9 |
| * | Gui/Testlib: fix compilation for FEATURE_qreal | Tim Blechmann | 2024-08-23 | 1 | -1/+1 |
| * | QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf... | Marc Mutz | 2024-08-03 | 1 | -16/+18 |
| * | QPlainTextLogger: FixedBufString: simplify appendf() | Marc Mutz | 2024-07-22 | 1 | -2/+2 |
| * | Add QTest option for repeating the entire test execution | Jøger Hansegård | 2023-11-15 | 1 | -0/+9 |
| * | Remove the manual undef of the min/max macros, or def NOMINMAX | Amir Masoud Abdol | 2023-06-08 | 1 | -7/+0 |
| * | Doc: Remove duplicate words | Andreas Eliasson | 2023-02-28 | 1 | -1/+1 |
| * | QTestlib: Disambiguate static functions | Friedemann Kleint | 2023-01-23 | 1 | -5/+5 |
| * | QPlainTestLogger: include extra information in each result | Thiago Macieira | 2022-11-09 | 1 | -0/+103 |
| * | QPlainTestLogger: don't print "RESULT" before each additional result | Thiago Macieira | 2022-11-09 | 1 | -17/+32 |
| * | QPlainTestLogger: simplify printBenchmarkResult() | Thiago Macieira | 2022-11-09 | 1 | -54/+47 |
| * | QPlainTestLogger::formatResult: use QByteArray instead of QString | Thiago Macieira | 2022-11-09 | 1 | -14/+14 |
| * | QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResult | Thiago Macieira | 2022-11-09 | 1 | -4/+5 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -4/+2 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -8/+8 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteral | Sona Kurazyan | 2022-05-02 | 1 | -3/+5 |
| * | QtTestLib: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-28 | 1 | -5/+4 |
| * | Document what QtTest's various loggers do | Edward Welbourne | 2022-03-22 | 1 | -1/+10 |
| * | Fix deprecated use of QBA/Q*String::count | Mårten Nordheim | 2022-03-15 | 1 | -6/+6 |
| * | QTestLib: code tidies | Giuseppe D'Angelo | 2022-02-03 | 1 | -4/+4 |
| * | QPlainTestLogger: do not print "failure location" if there's no failure | Giuseppe D'Angelo | 2022-02-02 | 1 | -8/+19 |
| * | QPlainTestLogger: code tidies | Giuseppe D'Angelo | 2022-02-02 | 1 | -2/+4 |
| * | Remove spurious class prefixes from subclass code | Edward Welbourne | 2021-12-09 | 1 | -1/+1 |
| * | Ignore blackisted Pass and XFail when ignoring their plain forms | Edward Welbourne | 2021-12-09 | 1 | -2/+2 |
| * | Make Skip an incident in test logging | Edward Welbourne | 2021-12-09 | 1 | -7/+7 |
| * | testlib: Rename QAbstractTestLogger::QSystem to QCritical | Tor Arne Vestbø | 2021-08-10 | 1 | -2/+2 |
| * | Output QSysInfo::productType() and productVersion() in test config line | Mitch Curtis | 2020-09-18 | 1 | -1/+2 |
| * | QTestLib: Fix class declarations/structure | Friedemann Kleint | 2019-07-11 | 1 | -3/+1 |
| * | testlib: Add BXPASS and BXFAIL | Oliver Wolff | 2019-01-29 | 1 | -0/+4 |
| * | testlib: Feed test log messages to Apple Unified Logging | Tor Arne Vestbø | 2018-03-09 | 1 | -15/+3 |
| * | logging: Clarify and document how we look for the presence of a console | Tor Arne Vestbø | 2018-03-07 | 1 | -6/+4 |
| * | un-crash QPlainTestLogger::printMessage() | Jan Arve Sæther | 2018-02-22 | 1 | -6/+5 |
| * | testlib: Pass on log message context to loggers | Tor Arne Vestbø | 2018-02-21 | 1 | -0/+5 |
| * | testlib: Split out test identifier buildup into standalone function | Tor Arne Vestbø | 2018-02-13 | 1 | -19/+28 |
| * | Prefer rvalue versions of toLatin() and toUtf8() | Anton Kudryavtsev | 2017-03-30 | 1 | -1/+1 |
| * | QtTest: Remove Windows CE. | Friedemann Kleint | 2016-04-06 | 1 | -14/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Testlib: Output total test time in plain text logger. | Friedemann Kleint | 2015-10-30 | 1 | -4/+5 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add QtInfoMsg | Kai Koehne | 2015-01-09 | 1 | -1/+3 |
| * | Update the detection of when to log to stderr | Thiago Macieira | 2014-09-29 | 1 | -2/+2 |
| * | 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 | -4/+9 |
| * | Use new QLibraryInfo::build() in testlib to log build information. | Friedemann Kleint | 2014-02-27 | 1 | -5/+13 |
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi... | Frederik Gladhorn | 2014-01-21 | 1 | -1/+9 |
| |\ |
|
| | * | Windows: Do not print test output to both stdout and system debug log | Kai Koehne | 2014-01-13 | 1 | -1/+9 |
| * | | Testlib: Use QString for messages in QAbstractTestLogger::addMessage() | Friedemann Kleint | 2014-01-21 | 1 | -2/+2 |
| |/ |
|
| * | Fix: warning/compilation issue on android | aavit | 2013-09-25 | 1 | -1/+1 |
| * | Support logcat output from tests on Android | Eskil Abrahamsen Blomfeldt | 2013-09-24 | 1 | -0/+6 |