summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-021-6/+10
| |\
| * | Doc: add landing page for Qt TestLeena Miettinen2012-11-021-5/+4
* | | Update mac-specific code in qtestlib for Qt5Liang Qi2012-11-021-13/+8
| |/ |/|
* | List possible matches when specifying invalid test function.Friedemann Kleint2012-10-291-6/+10
|/
* TestLib: Fix MinGW compile warningKai Koehne2012-09-281-1/+1
* QTestLib: clean up qCompare specialisation/overload mixMarc Mutz2012-09-231-6/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix QTest::qExec crash with no command line argumentsJeremy Lainé2012-09-081-1/+2
* Remove qWaitForWindowShown(QWindow*) overload.Stephen Kelly2012-08-231-12/+0
* fix some QTest documentationJeremy Katz2012-08-211-6/+6
* QtTestLib: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-7/+10
* Add QSignalSpy::wait() method.David Faure2012-07-251-1/+1