summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the Linux Perf Counter backend for benchlibThiago Macieira2013-03-061-1/+2
* Add the skeleton Linux perf events counter for QtTestThiago Macieira2013-03-061-0/+11
* iOS: Don't use IOKit in QTestLib, it's a private framework on iOSTor Arne Vestbø2013-02-271-5/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-2/+2
|\
| * Doc: Fix references to Qt TestSze Howe Koh2013-01-301-2/+2
* | Allow QtTest's QCOMPARE to work with mixed q(u)int32 and q(u)int64Jon Severinsson2013-02-111-0/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | QTestLib: improve output when comparing lists fails.David Faure2013-01-221-0/+4
|/
* Docs: Fix referencesChristian Stenger2012-12-131-2/+3
* Fix missing code snippet in QTest doc.Christian Strømme2012-11-301-1/+1
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-5/+4
|\