summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-1338-143/+599
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-121-11/+14
* Implement QMAKE_SUBSTITUTES.config = verbatim.Stephen Kelly2012-02-113-1/+15
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-111-0/+6
* Add -fPIE to the Qt5Core_COMPILE_FLAGS with reduce-relocations.Stephen Kelly2012-02-101-0/+1
* Make "nmake check" pass for gui tests in Windows.Miikka Heikkinen2012-02-1012-0/+16
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-101-8/+25
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+17
* Test posted events in tst_QEventDispatcher with various flagsBradley T. Hughes2012-02-101-1/+13
* Run tst_QEventDispatcher with the GUI event dispatchers as wellBradley T. Hughes2012-02-103-1/+21
* Add tst_QEventDispatcher to tests/auto/corelib/kernelBradley T. Hughes2012-02-103-0/+191
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-101-0/+35
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-102-5/+2
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-4/+112
* Remove SVG specific tests and testdata from QIcon.Toby Tomkins2012-02-105-277/+0
* Fixed qlibrary unittest to work on macKurt Korbatits2012-02-102-1/+2
* Fixed qsharedpointer unittest to run from installation directoryKurt Korbatits2012-02-101-1/+1
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-101-0/+55
* QHeaderView - minor bug in visualIndexAtThorbjørn Lund Martsum2012-02-101-12/+21
* Allow customization of qDebug output at runtimeKai Koehne2012-02-098-152/+719
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-096-0/+12
* Fixed tst_qfileinfo::group crash if getgrgid failsRohan McGovern2012-02-091-0/+6
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-099-11/+11
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1
* Fixed qstandardpaths unittest to handle being run as rootKurt Korbatits2012-02-091-0/+5
* Fixed qdir unittest to handle being run as rootKurt Korbatits2012-02-091-1/+12
* Fixed qfile unittest rename() failing as rootKurt Korbatits2012-02-091-0/+7
* Make selftest.pri more readable/maintainable.Jason McDonald2012-02-091-7/+41
* Improve float selftestJason McDonald2012-02-092-10/+23
* Remove unused test results from testlib selftests.Jason McDonald2012-02-0919-353/+0
* Add data tag names to datetime selftest.Jason McDonald2012-02-095-8/+12
* testlib: Add selftests for skip and fail inside cleanupTestCase().Jason McDonald2012-02-0915-1/+261
* Fixed tst_selftests on OSX 10.7Rohan McGovern2012-02-091-1/+7
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-091-6/+2
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-6/+96
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-081-3/+3
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-081-3/+3
* QTextEdit cursor position fix when moving left/right with selectionPasi Matilainen2012-02-082-4/+4
* Fix qlocalsocket autotestHarald Fernengel2012-02-081-19/+11
* Initialize dynamic meta object extradata.Andrew den Exter2012-02-081-0/+34
* Make copy and cut methods work in QAccessibleTextEditJosé Millán Soto2012-02-081-0/+6
* Add the mkspecs dir to the include dirs.Stephen Kelly2012-02-083-0/+58
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-085-2/+91
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-085-35/+77
* Do not check isActiveWindow in QAccessibleWidget::stateJosé Millán Soto2012-02-081-2/+2
* Improved stability of tst_qsemaphore (especially on mac)Rohan McGovern2012-02-082-18/+25
* Improved stability of tst_qhttpsocketengineRohan McGovern2012-02-081-7/+7
* QSqlTableModel::removeRows(): don't emit extra beforeDeleteMark Brand2012-02-071-4/+3
* Don't allow cd'ing to above root.Jonas Gastal2012-02-071-0/+29
* Fix QFile autotest not to require elevated privilege to passShane Kearns2012-02-071-3/+13