summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* qtest_widgets.h: add support for pretty-printing QSizePolicyMarc Mutz2015-01-161-0/+37
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-111-0/+2
* Add QtInfoMsgKai Koehne2015-01-091-3/+3
* QTest: update docs for toString()Marc Mutz2015-01-081-3/+14
* Document -plugins argument in qmltest usage helpala2015-01-031-0/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+7
|\
| * Also search current directory in QFINDTESTDATAEskil Abrahamsen Blomfeldt2014-12-191-0/+7
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-131-12/+9
|/
* QtTest: fix pretty-printing of QStrings containing "Thiago Macieira2014-11-211-1/+1
* WinRT: Ignore winrtrunner specific argumentsMaurice Kalinowski2014-11-211-1/+2
* Make QVersionNumber privateThiago Macieira2014-11-131-7/+0
* Indicate that QTestLib is runningMorten Johan Sørvig2014-10-241-0/+1
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-1/+0
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-1/+0
| |\
| | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+2
* | | Initialize certain Qt environment variables in testcasesThiago Macieira2014-09-231-0/+6
|/ /
* | Add support for blacklisting test functionsLars Knoll2014-09-211-0/+6
* | Long live QVersionNumber!Keith Gardner2014-08-091-0/+7
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-0/+7
|\|
| * Support getting test data from qrcEskil Abrahamsen Blomfeldt2014-07-081-0/+7
* | Fix QtTestlib build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+2
|/
* Limit the QString pretty outputs to 256 charactersThiago Macieira2014-05-091-1/+14
* Remove warnings about sleep times from QTest::qSleep()Ulf Hermann2014-05-061-16/+0
* Increase tolerance for warning about QTest::qSleep() for Windows.Friedemann Kleint2014-04-041-1/+6
* Doc: Fix warning about nonexistent 'message' parameterSergio Ahumada2014-03-251-2/+2
* Warn if the time taken by QTest::qSleep() is more than 50% offUlf Hermann2014-03-171-0/+11
* QtTest: Don't crash when -callgrind is used on QTEST_APPLESS_MAINThiago Macieira2014-02-241-0/+3
* Doc: Address some "No documentation for..." warnings in QTestJason McDonald2014-02-221-14/+205
* Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-161-3/+63
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-141-1/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-5/+4
|\
| * Revert "QTest: use nth_element to calculate the median"Marc Mutz2013-11-041-5/+4
* | Add QVERIFY_EXCEPTION_THROWN macro for testing exceptions using QtTestDmitry Ashkadov2013-11-261-0/+19
* | Add overload of QTest::ignoreMessage() taking a QRegularExpression.Friedemann Kleint2013-11-171-0/+21
* | Disable error message box on WinRTMaurice Kalinowski2013-11-081-1/+3
* | Ignore debugger arguments on WinRTMaurice Kalinowski2013-11-011-0/+4
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-6/+6
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-2/+10
* QTest: microoptimisationMarc Mutz2013-09-211-1/+1
* WinRT: Basic global supportAndrew Knight2013-09-201-5/+7
* QTest: use nth_element to calculate the medianMarc Mutz2013-09-131-4/+5
* Remove qSort usages from QtTestlibGiuseppe D'Angelo2013-09-111-1/+2
* Testlib: Add a crash handler for Windows that prints a message.Friedemann Kleint2013-07-171-0/+13
* QTestlib: Re-enable Windows error dialog when -nocrashhandler is passed.Friedemann Kleint2013-07-151-13/+9
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-5/+5
* Add minimumtotal option to improve accuracy of short-lived benchmarks.Mirko Boehm (AWS)2013-03-191-1/+29
* Add support for more performance counters in QBenchlibThiago Macieira2013-03-061-0/+12