summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Add missing crtdbg.h includeJonathan Liu2012-02-131-0/+3
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-133-16/+19
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-123-4/+31
* Disable Assertion messagebox for unittests.Andreas Holzammer2012-02-081-0/+1
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-083-5/+11
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-083-2/+10
* CodeCoverage: Save coverage data in QTestLog::stopLogging()Caroline Chao2012-02-074-20/+37
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Use events for accessibility updates.Frederik Gladhorn2012-01-311-2/+2
* Revert "Revert "Blow up earlier when adding test rows without columns.""Robin Burchell2012-01-311-0/+1
* Remove pass/fail/skip count getters from QTestResult.Jason McDonald2012-01-302-19/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3056-56/+56
* Eliminate QTestResult::ignoreMessage().Jason McDonald2012-01-303-8/+1
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2523-23/+0
* Revert "Blow up earlier when adding test rows without columns."Robin Burchell2012-01-231-1/+0
* Blow up earlier when adding test rows without columns.Robin Burchell2012-01-231-0/+1
* Update contact information in license headers.Jason McDonald2012-01-2356-56/+56
* Change QSKIP to fail for outdated tests.Jason McDonald2012-01-181-2/+2
* Move pass/fail/skip counters from QTestResult to QTestLog.Jason McDonald2012-01-175-21/+51
* Remove unused QTestResult::allDataPassed().Jason McDonald2012-01-162-6/+0
* Rename QTestLog::addIgnoreMessage to QTestLog::ignoreMessage.Jason McDonald2012-01-163-3/+4
* Compile if the header files from QtWidgets are unavailableLars Knoll2012-01-124-5/+18
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-0/+4
* Tests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros in bearer.Friedemann Kleint2012-01-102-16/+41
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-4/+4
* Update copyright year in license headers.Jason McDonald2012-01-0556-56/+56
* QTestlib: Make QImage comparison more verbose.Friedemann Kleint2011-12-211-0/+62
* QTestLib: Fix QFINDTESTDATA for Windows.Friedemann Kleint2011-12-211-13/+27
* Fix -tickcounter in qtestlib.Robin Burchell2011-12-211-2/+0
* Retire QTest::pixmapsAreEqual().Jason McDonald2011-12-201-15/+0
* Avoid confusing method overloading in QTestTable.Jason McDonald2011-12-191-6/+6
* Avoid qDebug in verbose benchmark test output.Jason McDonald2011-12-161-2/+6
* Switch off signal dumper when testing is completed.Jason McDonald2011-12-161-0/+3
* Remove Qt5 comment from qsignalspy.h.Jason McDonald2011-12-151-2/+0
* Fix incorrect function name in assertion.Jason McDonald2011-12-151-1/+1
* Remove QTest::qt_snprintf() from testlib API.Jason McDonald2011-12-152-17/+0
* Improve QTest::keyClick documentation.Jason McDonald2011-12-151-7/+12
* Update documentation of QTEST_MAIN macro.Jason McDonald2011-12-151-7/+12
* Improve QCOMPARE for QStringListJason McDonald2011-12-151-6/+7
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-30/+26
* Remove incorrect information from QCOMPARE documentation.Jason McDonald2011-12-141-3/+0
* Add missing assertion to QAbstractTestLogger.Jason McDonald2011-12-131-0/+1
* testlib: fixed actual, expected order in QTest::compare_helperRohan McGovern2011-12-131-1/+1
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+1
* Revert "Remove unused overload of QTest::qExec."Friedemann Kleint2011-12-122-0/+29
* Remove -keyevent-verbose option for autotests.Jason McDonald2011-12-121-12/+0
* Stop using QTest::qt_snprintf() in testlib.Jason McDonald2011-12-127-61/+49
* Improve definition of QTEST_NO_SPECIALIZATIONSJason McDonald2011-12-121-1/+1
* Filter unprintable chars out of all test output.Jason McDonald2011-12-123-15/+18