summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Improved qWaitForWindowShown().Samuel Rødal2012-03-151-11/+11
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-7/+6
* Deliver events in qtestmouseLaszlo Agocs2012-03-131-6/+11
* Autotest details of QAccessibleEvent.Frederik Gladhorn2012-03-131-6/+17
* Use QAccessibleEvent in test.Frederik Gladhorn2012-03-121-24/+26
* testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-123-9/+9
* testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-086-48/+73
* testlib: Document a known limitation of QFINDTESTDATA.Jason McDonald2012-03-081-0/+6
* Fix sending simulated keyboard events to popup widgetsMiikka Heikkinen2012-03-071-5/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-042-22/+12
|\
| * Add operator<<(QTestData &, QStringBuilder)Olivier Goffart2012-02-291-0/+8
| * Merge master -> api_changesRohan McGovern2012-02-293-9/+16
| |\
| * | QTestlib: no need to use the preprocessor to distinguish qrealOlivier Goffart2012-02-271-22/+4
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-21/+21
* | | testlib: Improve documentation of verbose test logging options.Jason McDonald2012-03-021-5/+7
| |/ |/|
* | 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