summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Improve tst_qtimeline::setPaused resilienceJędrzej Nowacki2016-05-041-8/+7
* remove redundant OTHER_FILES assignmentsOswald Buddenhagen2016-05-021-1/+0
* Autotest: fix the QTimeZone::tzTest failure when database contains LMTThiago Macieira2016-04-292-8/+12
* QMimeDatabase: fix mimeTypeForUrl for mailto URLsDavid Faure2016-04-231-0/+2
* Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-0/+3
* Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-2/+27
* Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-0/+19
* Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-0/+4
* Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+10
* Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+8
* tst_QStringBuilder: add a check for self-assignmentMarc Mutz2016-04-071-0/+5
* QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
* QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
* Autotest: Remove blacklistingsSimo Fält2016-04-011-2/+0
* Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
* tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
* Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-28/+10
* 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
* 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
* 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
* 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
* Cleanup testcase for platforms without QProcess support.Maurice Kalinowski2016-02-091-0/+2
* 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
* 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.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