summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* testlib: Improve the silent logging modeJason McDonald2012-02-282-6/+10
* testlib: Remove commented-out code from plain text logger.Jason McDonald2012-02-281-2/+0
* QtTest: add missing \since 5.0 to the new macrosDavid Faure2012-02-271-0/+6
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-1/+0
* CodeCoverage: Move installCoverageTool call.Caroline Chao2012-02-221-3/+3
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-1/+1
* Use QMetaMethod::isValid() to check method validityKent Hansen2012-02-201-2/+2
* testlib: Report one test result per benchmark test.Jason McDonald2012-02-201-13/+26
* testlib: make XPASS output slightly less confusing.Jason McDonald2012-02-201-1/+4
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-2/+2
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-171-1/+1
* testlib: Skip test function if init() fails.Jason McDonald2012-02-171-1/+1
* testlib: Remove obsolete version of QSKIP macro.Jason McDonald2012-02-161-11/+0
* Remove code related to test location.Jason McDonald2012-02-163-27/+0
* Fix compilation with MinGWJonathan Liu2012-02-151-1/+5
* 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