summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102
* tst_largefile: fix the mapOffsetOverflow case to match actual behaviorThiago Macieira2017-03-311-11/+30
* Fix layout tests for GCC 5.2.x/5.3.xSami Nurmenniemi2017-03-302-4/+8
* json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-0/+29
* Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-0/+28
* QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-232-0/+37
* Build examples and tests only if their requirements are metUlf Hermann2017-03-229-7/+33
* Mark some methods in test code as overridesEdward Welbourne2017-03-222-21/+22
* Autotest: make tst_QDir more reliable on tests being run out of orderThiago Macieira2017-03-221-41/+24
* tst_qurl: skip test with ':' in filename, on WindowsDavid Faure2017-03-211-1/+5
* QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-3/+8
* Blacklist tst_QPauseAnimation::multipleSequentialGroups on all macOSTony Sarajärvi2017-03-201-0/+2
* QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-1/+1
* Fix char format of preedit text in empty text blockEskil Abrahamsen Blomfeldt2017-03-201-0/+236
* QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-21/+40
* tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-171-1/+1
* Fix item keeping hover highlight even when mouse has left itDan Cape2017-03-131-0/+53
* QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-101-0/+28
* Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
* Don't call releaseKey a second time if the insertion failsAndy Shaw2017-03-071-0/+11
* Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-062-80/+89
* Fix building of various examples and tools with -no-feature-processUlf Hermann2017-03-062-0/+6
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-069-11/+12
* tst_QVersionNumber: fix Clang warning about superfluous moveMarc Mutz2017-03-061-1/+1
* Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-0/+10
* QMenu: make wide submenu appear on the same screen with its parent menuOleg Yadrov2017-03-041-0/+25
* Wide QMenu: fix size and positionOleg Yadrov2017-03-041-0/+37
* QDialogButtonGroup: Fix removal of deleted buttonsOlivier Goffart2017-03-021-0/+19
* tst_utf8: Fix one of the overlong sequences to be what we meantThiago Macieira2017-03-011-2/+2
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-0/+50
* Make it possible to specify the RCC data version formatSimon Hausmann2017-02-281-2/+2
* Properly use the "process" featureUlf Hermann2017-02-2741-176/+182
* QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-0/+23
* QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-1/+1
* tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
* tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
* QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-231-0/+28
* Make the factoryloader test compile without library supportUlf Hermann2017-02-222-0/+4
* use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-222-7/+1
* Make sure to use C locale during time tests that assume itEdward Welbourne2017-02-203-14/+33
* QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-0/+1
* Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-174-0/+184
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-2/+15
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-1/+1
* Package transient zone setting in test to ensure restore on failEdward Welbourne2017-02-151-13/+25
* 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