summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-0/+57
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+11
* tst_QString: unit test for broken toLocal8bit() error-handlingEdward Welbourne2016-08-051-0/+62
* QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
* QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
* QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
* QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
* QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
* QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
* Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
* Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-0/+10
* Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-087-35/+35
* Improve tst_qtimeline::setPaused resilienceJędrzej Nowacki2016-05-041-8/+7
* Autotest: fix the QTimeZone::tzTest failure when database contains LMTThiago Macieira2016-04-292-8/+12
* tst_QStringBuilder: add a check for self-assignmentMarc Mutz2016-04-071-0/+5
* WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+1
* 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
* Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
* Cleanup testcase for platforms without QProcess support.Maurice Kalinowski2016-02-091-0/+2
* 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
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-211-2/+4
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+4
| |\
| | * Fix UB in tst_QSharedPointer::basics()Marc Mutz2016-01-071-2/+4
* | | 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
|/ /
* | [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
* | Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-2/+37
* | Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
* | QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-10/+31
* | tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* | Stabilize tst_qtimeline::resumeJędrzej Nowacki2015-12-211-5/+4
* | Speedup tst_qtimeline::finishedJędrzej Nowacki2015-12-211-2/+1
* | Get rid of qWait in tst_qtimeline::restart to make it less flakyJędrzej Nowacki2015-12-211-6/+3
* | Improve tst_qtimeline::valueJędrzej Nowacki2015-12-211-11/+7
* | Improve tst_qtimeline::currentFrameJędrzej Nowacki2015-12-211-7/+4
* | Improve tst_qtimeline::currentTimeJędrzej Nowacki2015-12-211-17/+13
* | Make tst_qtimeline::range less prune to timing errorsJędrzej Nowacki2015-12-211-18/+9
* | Make tst_qtimeline::duration less fragile to timingsJędrzej Nowacki2015-12-211-6/+4
* | Fix compilation for WinRTMaurice Kalinowski2015-12-142-3/+3
* | 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
* | Use correct test to add C++14 to the project configurationJames McDonnell2015-12-012-2/+4
* | QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-181-0/+16