qt6-bb10/tests/auto/corelib/tools
Thiago Macieira eaedc04d90 Autotest: Fix QDateTime failure if the test got run West of Greenwich
There was a comment about the test failing for max() because of an
overflow. That happens if you're at UTC or ahead of it (to the East of
the Prime Meridian), which is how this test usually gets run (UTC,
Europe/Oslo, Europe/Helsinki, Pacific/Auckland). But if you're behind
UTC (to the West of the Prime Meridian), then the overflow happens for
min().

Change-Id: Iebba49d1303e9f18f5038f5cf23c77bf83e5fd4b
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
2014-01-09 22:49:23 +01:00
..
qalgorithms tst_QAlgorithms: fix compilation with C++11 enabled 2013-11-17 09:48:17 +01:00
qarraydata
qbitarray
qbytearray Base64: Implement the "base64url" encoding and the stripping of '=' 2013-09-14 03:20:25 +02:00
qbytearraymatcher
qbytedatabuffer don't erroneously claim that gui support is needed 2013-10-16 17:10:15 +02:00
qcache
qchar Ensure we don't repeat QTBUG-30931 in Qt5 2013-06-18 13:36:23 +02:00
qcollator QCollator: enable move semantics 2013-11-17 09:47:07 +01:00
qcommandlineparser Merge remote-tracking branch 'origin/release' into stable 2013-12-12 18:01:28 +01:00
qcontiguouscache
qcryptographichash Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qdate Use the short time format of the current locale on Windows 2013-12-16 22:26:37 +01:00
qdatetime Autotest: Fix QDateTime failure if the test got run West of Greenwich 2014-01-09 22:49:23 +01:00
qeasingcurve Avoided zero devision in cube root approximation 2013-07-29 19:29:15 +02:00
qelapsedtimer
qexplicitlyshareddatapointer
qfreelist
qhash QHash/QSet - fix QHash::erase when the hash is shared 2013-08-24 15:36:30 +02:00
qline
qlinkedlist QLinkedList - extend the auto test. 2013-08-29 08:16:44 +02:00
qlist QList - fix insert with iterator on shared instance 2013-08-24 15:36:30 +02:00
qlocale QLocale: Add auto tests for Poruguese(Brazil) and Greek locales 2013-10-29 16:09:53 +01:00
qmap Add first/last accessors to QMap 2013-09-08 16:13:16 +02:00
qmargins Add missing operators QMargins -=,+= (int). 2013-10-15 18:20:37 +02:00
qmessageauthenticationcode tst_qmessageauthenticationcode: Fix warning about character conversion. 2013-06-08 10:29:34 +02:00
qpair
qpoint
qpointf Fix QPointF::division autotest 2013-08-19 14:24:28 +02:00
qqueue Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qrect
qregexp
qregularexpression
qringbuffer
qscopedpointer Revert "Implement move-ctor and move-assignment-op for QScopedPointer" 2013-09-05 08:20:19 +02:00
qscopedvaluerollback
qset
qsharedpointer Add QT_NO_PROCESS guards in tests where they are missing 2013-09-03 08:42:24 +02:00
qsize
qsizef
qstl
qstring QString::reserve fix to avoid truncation 2013-09-26 18:45:16 +02:00
qstring_no_cast_from_bytearray
qstringbuilder
qstringlist
qstringmatcher
qstringref New QStringRef methods. 2013-09-11 08:06:21 +02:00
qtextboundaryfinder
qtime Use the short time format of the current locale on Windows 2013-12-16 22:26:37 +01:00
qtimeline Fixed bug in QTimeLine::setPaused(false) 2013-03-13 14:51:05 +01:00
qtimezone QTimeZone: Fix isValidId() 2013-12-06 01:36:09 +01:00
qvarlengtharray
qvector QVector - removeLast optimize 2013-03-07 08:37:26 +01:00
tools.pro QCollator: enable move semantics 2013-11-17 09:47:07 +01:00