summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add qHash(std::pair)Marc Mutz2015-12-301-0/+16
* QString: add resize(int, QChar)Marc Mutz2015-12-281-0/+17
* tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1813-20/+168
|\
| * Extend blacklisting of tst_qsettings to OSX 10.11Tony Sarajärvi2015-12-151-0/+1
| * Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
| * Fix compilation for WinRTMaurice Kalinowski2015-12-148-13/+15
| * QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-081-0/+66
| * Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-6/+44
| * QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41
* | Sanitize JSON test datahjk2015-12-162-5/+5
* | tst_QChar: add a check for comparing against int/uintMarc Mutz2015-12-131-0/+25
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-101-2/+22
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-102-45/+0
* | Add PointerToMemberFunction for ctor of QSignalTransitionAndré Klitzing2015-12-081-0/+28
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-027-34/+26
|\|
| * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-014-4/+8
| * tst_QItemModel: Use a QTemporaryDir for test data of QDirModel.Friedemann Kleint2015-11-271-26/+17
| * tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-272-4/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-273-66/+146
|\|
| * tst_QProcess: Use a QTemporaryDir for files to be created.Friedemann Kleint2015-11-261-12/+18
| * tst_QWaitCondition::wakeOne(): Increase wait interval.Friedemann Kleint2015-11-261-4/+7
| * tst_QWaitCondition: Prevent test functions from interfering with each other.Friedemann Kleint2015-11-261-35/+106
| * tst_QProcess: Remove macro QPROCESS_VERIFY().Friedemann Kleint2015-11-251-15/+7
| * tst_QItemModel: Register QAbstractItemModel::LayoutChangeHint.Friedemann Kleint2015-11-251-0/+8
* | QPair: add compile test involving pair with contained C arrayMarc Mutz2015-11-261-0/+11
* | QPair: add tests for conversion ctor/assignment operatorsMarc Mutz2015-11-261-0/+58
* | Use "shortest" double conversion for JSONUlf Hermann2015-11-232-3/+17
* | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-0/+14
* | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-234-35/+108
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-218-135/+6
* | Long live qUtf16Printable()Marc Mutz2015-11-211-9/+9
* | tst_QString: add checks for sprintf's %lsMarc Mutz2015-11-201-0/+25
* | Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-0/+31
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1810-342/+543
|\|
| * QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-181-0/+16
| * tst_qfilesystemwatcher: Blacklist flaky tests on Windows.Friedemann Kleint2015-11-171-2/+2
| * remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0
| * Add spring-forward testEdward Welbourne2015-11-091-0/+44
| * tst_qdatetime: Fix compiler warning about uninitialized variable.Friedemann Kleint2015-11-051-2/+2
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
| * Update Unicode data files to v8.0Konstantin Ritt2015-11-055-337/+475
* | Add a file to the TESTDATA listJames McDonnell2015-11-161-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devJędrzej Nowacki2015-11-054-31/+126
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-044-31/+126
| |\|
| | * Fix pauseEvents() test to test what should be true, not what is.Edward Welbourne2015-11-021-10/+8
| | * Attach all signal spies before setting the watcher's future.Edward Welbourne2015-11-021-12/+11
| | * Add a test case for conflicting transitionsJarek Kobus2015-10-301-0/+66
| | * QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
| | * Autotest: remove AIX-related QT_POINTER_SIZE codeThiago Macieira2015-10-231-9/+0