summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_qglobal.cpp: fix compilation with an actual C++14 compilerMarc Mutz2016-03-051-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-292-19/+18
|\
| * Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
| * Remove legacy from tst_qprocess.cppJoerg Bornemann2016-02-241-8/+0
| * tst_QProcess: Transform loop into additional test rowsJoerg Bornemann2016-02-241-9/+18
* | QVector: preserve capacity in clear()Marc Mutz2016-02-291-4/+5
* | Fix warnings about constructor initialization order in tst_QObject.Friedemann Kleint2016-02-261-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-185-1/+24
|\|
| * Update testdataMaurice Kalinowski2016-02-172-2/+2
| * winrt: Fix usage of testdataMaurice Kalinowski2016-02-171-0/+9
| * winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-162-0/+12
| * Autotest: Enable make check on rhel 7.1Simo Fält2016-02-111-0/+2
* | tst_QTemporaryFile: test value of openMode() after open().David Faure2016-02-151-2/+3
* | Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+122
* | Introduce QHash::equal_range()Sérgio Martins2016-02-141-0/+108
* | QRect(F): add transposed()Marc Mutz2016-02-131-0/+38
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-0/+97
* | Fix QFileSelectorPrivate::addStatics()J-P Nurmi2016-02-121-0/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+2
|\|
| * Cleanup testcase for platforms without QProcess support.Maurice Kalinowski2016-02-091-0/+2
* | Add setFlag method to QFlagsAndre Somers2016-02-081-0/+14
* | tst_qeventloop: replace select with pollLouai Al-Khanji2016-02-041-5/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-029-5/+95
|\|
| * winrt: cleanup testcasesMaurice Kalinowski2016-01-298-2/+28
| * Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-1/+3
| * Add DST-change test for a date derived via .toLocalTime().Edward Welbourne2016-01-261-0/+24
| * Test .addDays() and .addMonths() are sensible around DST changes.Edward Welbourne2016-01-261-2/+40
* | Stabilize tst_QProcess::softExitInSlots()Alex Trotsenko2016-02-011-2/+2
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-1/+7
* | QIODevice: add infrastructure for multistreamingAlex Trotsenko2016-01-271-0/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2621-38/+176
|\|
| * Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-2120-29/+171
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-2610-117/+295
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2110-117/+295
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-216-60/+98
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-196-60/+98
| | | |\
| | | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | | * Fix UB in tst_QSharedPointer::basics()Marc Mutz2016-01-071-2/+4
| | | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
| | | | * Fix UB in tst_QMetaTypeMarc Mutz2016-01-061-43/+43
| | | | * Fix UB in tst_QIODevice::getSetCheck()Marc Mutz2016-01-061-8/+7
| | | | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-0/+29
| | | | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+10
| | * | | Expand springForward_data() to cover a few more time-zones.Edward Welbourne2016-01-201-3/+35
| | * | | Be fussier about setting tst_QDateTime's globals.Edward Welbourne2016-01-201-14/+63
| | * | | Nomenclature corrections relating to CET.Edward Welbourne2016-01-201-37/+37
| | * | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-0/+25
| | |/ /
| | * | [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-1/+2
| | * | Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-2/+0