summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-016-55/+133
|\
| * OS X QSettings auto test/writing check updateSamuel Gaist2014-03-311-3/+24
| * Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-271-0/+3
| * Check for administrative rights in tst_qsettings.Friedemann Kleint2014-03-271-41/+97
| * Stabilize tst_QProcess::softExitInSlots()Sergio Ahumada2014-03-271-1/+1
| * Mark some tests as XFAIL on QNXSergio Ahumada2014-03-272-6/+6
| * Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-4/+2
* | tst_QStringList: add more checks for removeDuplicatesMarc Mutz2014-03-311-2/+7
* | QStringList: add op<< overload for QList<QString>Marc Mutz2014-03-311-0/+5
* | Properly serialize QFont.Mitch Curtis2014-03-311-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-318-20/+29
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-248-20/+29
| |\|
| | * Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-201-1/+1
| | * Print when logging rule is invalid.Kai Koehne2014-03-201-0/+10
| | * Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+7
| | * Introduce GENERATED_TESTDATA variable and fix qresourceengine test.Janne Anttila2014-03-141-8/+1
| | * Fix tst_qthreadpool under high load.David Faure2014-03-141-0/+1
| | * Fix qchar testdata installation.Janne Anttila2014-03-141-1/+1
| | * Disable UNC tests on WinRT.Janne Anttila2014-03-142-8/+8
| | * Removed unnecessary TESTDATA statement from qmessageauthenticationcode.Janne Anttila2014-03-141-1/+0
* | | QVector: add removeOne(), removeAll() for QList compatibilityMarc Mutz2014-03-261-2/+17
* | | QVector: add more insert() testsMarc Mutz2014-03-261-17/+75
|/ /
* | tst_QSharedPointer: add more tests for forward-declared payloadsMarc Mutz2014-03-141-0/+20
* | Add QDebug operator for QMimeType.David Faure2014-03-131-0/+2
* | QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-131-3/+11
|/
* Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-131-0/+8
* Use QStringRef for parsing of logging rulesKai Koehne2014-03-131-1/+1
* Make parsing of categories in logging rules more strictKai Koehne2014-03-131-0/+8
* Make parsing of categories in logging rules consistent.Kai Koehne2014-03-131-0/+114
* QDebug: Allow text stream formatting for 64 bit numbersKai Koehne2014-03-131-0/+13
* Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-083-228/+0
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-083-0/+131
* Try to speedup tst_qmetatype.cpp compilation with clang.Jędrzej Nowacki2014-03-062-4/+15
* Reduce clang compilation time of tst_qmetatype by ~50%Jędrzej Nowacki2014-03-061-13/+1
* Simplify tst_QMetaType::automaticTemplateRegistrationJędrzej Nowacki2014-03-061-55/+62
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-0/+57
* Disable the qmetatype test on Clang + ARM, it's causing OOM during buildTor Arne Vestbø2014-03-041-1/+4
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* Remove duplicated testsSze Howe Koh2014-03-041-14/+0
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Turn off compiler optimization in tst_qtendian for MSVC2008.Friedemann Kleint2014-03-041-0/+4
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-281-1/+1
* tst_qnumeric: Mark some tests as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+6
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-6/+6
* Remove qSort usages from core testsSergio Ahumada2014-02-224-5/+13
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2214-15/+33
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-212-0/+126
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-211-0/+4
* QMargins - Add missing operatorsJohn Layt2014-02-211-0/+7