summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0
* | Add spring-forward testEdward Welbourne2015-11-091-0/+44
* | tst_qdatetime: Fix compiler warning about uninitialized variable.Friedemann Kleint2015-11-051-2/+2
* | Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
* | Update Unicode data files to v8.0Konstantin Ritt2015-11-055-337/+475
* | QLatin1String: add default ctorMarc Mutz2015-10-201-0/+10
* | QLatin1String: add testMarc Mutz2015-10-194-0/+126
* | The C locale should omit group separators by defaultLars Knoll2015-10-192-11/+13
* | QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-132-0/+32
* | tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-022-0/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-0/+17
| |\|
| | * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-0/+16
| | * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* | | tst_QSharedPointer: Add jom.exe to the list of make tools to be searched.Friedemann Kleint2015-10-021-0/+1
|/ /
* | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
* | Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-21/+21
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-263-15/+374
|\|
| * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+2
| * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372