qt5base-lts/tests/auto/corelib/thread
Friedemann Kleint 752c0d7de0 tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
- Replace Q[TRY]_VERIFY(pointer == 0) by Q[TRY]_VERIFY(!pointer).
- Replace Q[TRY]_VERIFY(smartPointer == 0)  by
          Q[TRY]_VERIFY(smartPointer.isNull()).
- Replace Q[TRY]_VERIFY(a == b) by  Q[TRY]_COMPARE(a, b) and
  add casts where necessary. The values will then be logged
  should a test fail.

Tests from corelib/tools were omitted in this change.

Change-Id: I4c8786d33fcf429d11b2b624c7cd89c28cadb518
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-08-19 19:06:33 +00:00
..
qatomicint Tests: Do not rely on qCompare(bool, int,...). 2015-07-18 10:36:17 +00:00
qatomicinteger Add missing fetchAndXxx methods to atomic classes based on std::atomic 2015-03-05 00:05:00 +00:00
qatomicpointer tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:33 +00:00
qfuture tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:33 +00:00
qfuturesynchronizer Update copyright headers 2015-02-11 06:49:51 +00:00
qfuturewatcher Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v). 2015-07-27 12:09:19 +00:00
qmutex Update copyright headers 2015-02-11 06:49:51 +00:00
qmutexlocker Update copyright headers 2015-02-11 06:49:51 +00:00
qreadlocker Update copyright headers 2015-02-11 06:49:51 +00:00
qreadwritelock Update copyright headers 2015-02-11 06:49:51 +00:00
qresultstore tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:33 +00:00
qsemaphore Blacklist tryAcquireWithTimeout 2015-06-20 15:25:35 +00:00
qthread Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
qthreadonce tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-08-19 19:06:33 +00:00
qthreadpool Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qthreadstorage Do not search test binary if QProcess is not supported. 2015-03-23 08:38:58 +00:00
qwaitcondition Update copyright headers 2015-02-11 06:49:51 +00:00
qwritelocker Update copyright headers 2015-02-11 06:49:51 +00:00
thread.pro Replace the type-based QAtomicIntegerTraits with a size-based one 2014-01-30 18:06:27 +01:00