summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0224-256/+592
|\
| * Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-0/+11
| * Android: Pass tst_qlibraryMårten Nordheim2018-06-292-15/+57
| * Android: Make tst_qfile passMårten Nordheim2018-06-281-3/+22
| * Android: fix tst_qloggingMårten Nordheim2018-06-282-1/+19
| * Android: Pass tst_qlocaleMårten Nordheim2018-06-281-4/+19
| * Android: Pass tst_QUuidMårten Nordheim2018-06-281-0/+11
| * QSortFilterProxyModel unittest: add test for filtered-out-after-setDataDavid Faure2018-06-281-6/+33
| * tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
| * QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-271-3/+9
| * Android: tst_qtimezone: Blacklist a bunchMårten Nordheim2018-06-271-0/+171
| * Android: tst_QTimeZone::transitionEachZone: skip 2 zonesMårten Nordheim2018-06-271-0/+4
| * Kludge round Android's ignorance of some esoteric time-zone transitionsEdward Welbourne2018-06-261-3/+9
| * tst_QTimer: Replace unconditional qWait()s with QSignalSpyKari Oikarinen2018-06-261-152/+111
| * Make tests compile for AndroidLiang Qi2018-06-259-7/+18
| * 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
* | tst_qfile: Do not build helper application for winrtOliver Wolff2018-06-281-1/+2
* | tst_qthreadstorage: Fix execution for WinRTOliver Wolff2018-06-283-25/+22
* | tst_qfile: Fix execution for WinRTOliver Wolff2018-06-285-12/+37
* | QRegularExpression: fix compiler warning in testGiuseppe D'Angelo2018-06-271-1/+1
* | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-0/+6
* | Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-271-8/+13
* | tst_qlogging: Fix execution for WinRTOliver Wolff2018-06-273-12/+26
* | tst_qobject: Fix execution in debug&release shadow buildsOliver Wolff2018-06-264-16/+39
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+29
* | QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-229-291/+147
* | tst_qresourceengine: Fix position of testqrc for builtin testdataOliver Wolff2018-06-221-1/+1
* | Blacklist tst_QThread::createJoni Jantti2018-06-151-0/+2
* | Extend blacklisting of QSemaphore tests to macOS 10.13Tony Sarajärvi2018-06-111-0/+2
* | QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-083-0/+347
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-082-28/+99
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-072-28/+99
| |\|
| | * 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
* | | Long live DOM API for CBOR!Thiago Macieira2018-06-083-0/+1502
|/ /
* | QCborStreamReader: use QByteArray directly if possibleThiago Macieira2018-06-061-11/+167
* | tst_qstandardpaths: #if-out a function only used within #if-eryEdward Welbourne2018-05-311-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-291-4/+14
|\|
| * QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-4/+14
* | Long live QCborStreamReader!Thiago Macieira2018-05-273-0/+947
* | Long live QCborStreamWriter!Thiago Macieira2018-05-273-0/+322
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-261-1/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-245-0/+13
|\|
| * Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-0/+8