summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-232-1/+16
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2215-47/+224
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-216-9/+33
| |\
| | * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+1
| | * tst_QXmlStream::writerHangs(): Create file in temporary directoryMaurice Kalinowski2016-03-161-1/+2
| | * QTextStream test: Change current directoryMaurice Kalinowski2016-03-162-0/+20
| | * QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
| | * tst_QRect: drop a test that depends on int overflowMarc Mutz2016-03-151-2/+1
| | * tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
| | * Disable tests requiring shared build when compiling staticallyMaurice Kalinowski2016-03-111-0/+6
| * | Remove inclusion of -lm for INTEGRITY.Rolland Dudemaine2016-03-181-1/+1
| * | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+48
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-117-39/+144
| |\|
| | * Fix signed integer overflows in tst_QAtomicIntegerMarc Mutz2016-03-101-8/+80
| | * tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
| | * Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-0/+17
| | * Fix tests for platforms without process supportMaurice Kalinowski2016-03-013-1/+7
| | * Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-0/+33
| | * Remove superfluous Windows CE special cases from tst_qprocess.cppJoerg Bornemann2016-02-291-29/+6
| * | tst_qglobal.cpp: fix compilation with an actual C++14 compilerMarc Mutz2016-03-051-2/+2
* | | QStringRef: add missing relational operators against QLatin1String/QStringMarc Mutz2016-03-161-6/+0
* | | Add test for API symmetry of QString/Ref, QLatin1String, QCharMarc Mutz2016-03-154-0/+204
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-014-25/+25
|\| |
| * | 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.7' into devLiang Qi2016-02-255-1/+24
|\| |
| * | 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
* | | QLatin1String: add at()/op[]/mid()/right()/left()Marc Mutz2016-02-191-0/+30
* | | Blacklist tzTest in openSUSE 42.1Tony Sarajärvi2016-02-171-0/+1
* | | Blacklist tst_QStorageInfo::storageListTony Sarajärvi2016-02-171-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