summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Android: fix qdiriterator testMårten Nordheim2018-06-212-10/+10
* Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* Cope if mktime() deems times in a spring forward gap to be invalidEdward Welbourne2018-06-211-27/+35
* Add Android to exceptions in tst_QDateTime::toString_textDate_extra()Edward Welbourne2018-06-211-4/+8
* Cope with Android's lack of time-zone abbreviationsEdward Welbourne2018-06-211-4/+12
* Make some QEXPECT_FAIL()s consistent in form and contentEdward Welbourne2018-06-211-6/+6
* Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-0/+23
* Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-0/+39
* macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-28/+60
* QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-4/+14
* Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-0/+8
* Skip tst_QProcess::processesInMultipleThreads under QEMUKari Oikarinen2018-05-142-0/+5
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-142-0/+0
* tst_qresourceengine: Fix test for static MSVC buildsOliver Wolff2018-05-071-0/+6
* tst_qresourceengine: Fix test for configurations with builtin_testdataOliver Wolff2018-05-072-1/+13
* tst_qiodevice: Skip broken winrt testsOliver Wolff2018-05-071-0/+6
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-041-0/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-041-0/+0
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-042-0/+1
* Tests: Fix clang warnings about unused variables and capturesFriedemann Kleint2018-05-021-3/+0
* QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-301-0/+96
* tst_QString: remove old HP aCC workaroundThiago Macieira2018-04-271-8/+0
* Atomics: remove requirement for alignment equality with plain typesThiago Macieira2018-04-241-2/+0
* tst_QFile: Don't expect Windows HANDLE equality in nativeHandleLeaks()Kari Oikarinen2018-04-231-4/+0
* tst_qdir: Fix absoluteFilePath for winrtOliver Wolff2018-04-161-0/+3
* tst_QEventLoop: Remove unconditional qWait()Kari Oikarinen2018-04-101-1/+0
* Revise dates of Pacific/Kiritimati's day-skip transitionEdward Welbourne2018-04-061-2/+2
* QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
* tst_QLocale: Avoid manual deletesKari Oikarinen2018-04-061-14/+19
* Kludge QLocale test order to fix fall-out from setDefault()Edward Welbourne2018-04-051-10/+28
* Hide global qtlogging.ini from autotestKai Koehne2018-04-052-0/+2
* tst_QStateMachine: Don't use unconditional waitsv5.11.0-beta3Kari Oikarinen2018-04-041-2/+5
* tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
* tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
* Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-0/+70
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-9/+73
* tst_QWinEventNotifier: fix flakinessAlex Trotsenko2018-03-231-3/+7
* Blacklist tst_QProcess::softExitInSlots on WindowsKari Oikarinen2018-03-231-0/+3
* QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-0/+69
* QIpAddress: reject IPv6 addresses with more than 4 hex digitsThiago Macieira2018-03-161-3/+5
* Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-6/+12
* add missing tests of rvalue overloads for QVarLengthArray and QVectorv5.11.0-beta2Eric Lemanissier2018-03-102-2/+25
* Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-0/+19
* QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+46
* qstringapisymmetry: Fix XML parsing failing on invalid encodingsFriedemann Kleint2018-03-021-4/+18
* tst_QLibrary: Ensure installation order of testdata libsKari Oikarinen2018-03-022-1/+4
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+2
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+20
* QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-0/+25
* Fix thread_local testSamuli Piippo2018-02-231-1/+1