summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
* Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
* tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
* Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
* 50 ms isn't enough for the CI, so increase to 100 msThiago Macieira2017-02-151-4/+4
* tst_QMimeDatabase: increase timeoutMarc Mutz2017-02-141-1/+6
* tst_QSemaphore: avoid deadlock on test failuresMarc Mutz2017-02-141-2/+4
* Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-02-141-0/+3
* Binary compatibility files for QtBase (5.8.0)Milla Pohjanheimo2017-02-1411-0/+96721
* Blacklist tst_QWaitCondition::wakeOne() on WindowsMarc Mutz2017-02-141-0/+2
* Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-121-7/+2
* Revert "Add tests for QCollatorSortKey"Thiago Macieira2017-02-122-44/+2
* Add tests for QCollatorSortKeyMarc Mutz2017-02-112-2/+44
* Blacklist tst_QElapsedTimer::elapsed() on WindowsMarc Mutz2017-02-091-0/+2
* QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-6/+9
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-071-2/+11
* Fix result handling in QDialog::doneSamuel Gaist2017-02-071-0/+57
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-062-1/+72
* Reset QFileDevicePrivate::cachedSize on file closeAleksey Lysenko2017-02-061-0/+62
* Use a precise timer in tst_QTimer::remainingTimeThiago Macieira2017-02-051-0/+1
* Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-033-0/+22
* tst_qurl: add test for fromUserInput(3 args) using "." as working dirDavid Faure2017-02-021-1/+4
* QVariant: don't do fuzzy comparisons with NaN and infinitiesThiago Macieira2017-01-311-2/+13
* Read the .ini file back in text modeThiago Macieira2017-01-311-5/+2
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-01-261-0/+22
* Plug leaks in tests/auto/dbusMarc Mutz2017-01-261-2/+1
* Plug remaining memleaks in tests/auto/widgets/itemviewsMarc Mutz2017-01-263-3/+3
* Plug memleaks in tst_QHeaderViewMarc Mutz2017-01-261-2/+4
* Plug memleaks in tst_QTreeViewMarc Mutz2017-01-261-5/+4
* tst_QTreeWidget: plug memleaksMarc Mutz2017-01-261-18/+23
* Plug memleaks in tst_QAbstractItemViewMarc Mutz2017-01-261-3/+5
* QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-0/+11
* Improve QTest::qWait() precision and switch to QDeadlineTimerAllan Sandfeld Jensen2017-01-251-1/+1
* Stabilize tst_QPropertyAnimation::noStartValue()Friedemann Kleint2017-01-251-4/+2
* Cocoa: fix crash regression in qt_mac_create_nsimage()Oleg Yadrov2017-01-231-0/+10
* tst_QSocks5SocketEngine: Refactor testsFriedemann Kleint2017-01-231-88/+52
* tst_QPauseAnimation: Use QTRY_COMPARE for checking the stopped stateFriedemann Kleint2017-01-201-39/+25
* Make shortcuts work for platform menu barsDmitry Shachnev2017-01-191-8/+17
* QSslDiffieHellmanParameters: simplify defaultParameters() constructionMikkel Krautz2017-01-181-0/+35
* Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-0/+14
* QHostAddress: add missing docsMarc Mutz2017-01-151-0/+1
* Plug memleaks in tst_QStackedLayoutMarc Mutz2017-01-141-1/+1
* Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-144-0/+49
* QFont: fix fromString(toString()) when application font has styleNameDavid Faure2017-01-111-0/+14
* tst_qfont: clear style name in test fontDavid Faure2017-01-111-0/+2
* tst_utf8: remove duplicate nonCharacters() dataMarc Mutz2017-01-101-33/+0
* Fixed Chinese language selection on iOSJason Erb2017-01-101-1/+38
* Drop unnecessary dependencies from some testsUlf Hermann2017-01-107-7/+7
* Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
* Improve reliability of network bearer testsSimon Hausmann2017-01-023-10/+10