********* Start testing of tst_QAtomicInteger_uint *********
Config: Using QtTest library 6.10.2, Qt 6.10.2 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_QAtomicInteger_uint::initTestCase()
PASS   : tst_QAtomicInteger_uint::static_checks()
PASS   : tst_QAtomicInteger_uint::constructor(0)
PASS   : tst_QAtomicInteger_uint::constructor(+1)
PASS   : tst_QAtomicInteger_uint::constructor(42)
PASS   : tst_QAtomicInteger_uint::constructor(int8_max)
PASS   : tst_QAtomicInteger_uint::constructor(uint8_max)
PASS   : tst_QAtomicInteger_uint::constructor(int16_max)
PASS   : tst_QAtomicInteger_uint::constructor(uint16_max)
PASS   : tst_QAtomicInteger_uint::constructor(int32_max)
PASS   : tst_QAtomicInteger_uint::constructor(uint_max)
PASS   : tst_QAtomicInteger_uint::copy(0)
PASS   : tst_QAtomicInteger_uint::copy(+1)
PASS   : tst_QAtomicInteger_uint::copy(42)
PASS   : tst_QAtomicInteger_uint::copy(int8_max)
PASS   : tst_QAtomicInteger_uint::copy(uint8_max)
PASS   : tst_QAtomicInteger_uint::copy(int16_max)
PASS   : tst_QAtomicInteger_uint::copy(uint16_max)
PASS   : tst_QAtomicInteger_uint::copy(int32_max)
PASS   : tst_QAtomicInteger_uint::copy(uint_max)
PASS   : tst_QAtomicInteger_uint::assign(0)
PASS   : tst_QAtomicInteger_uint::assign(+1)
PASS   : tst_QAtomicInteger_uint::assign(42)
PASS   : tst_QAtomicInteger_uint::assign(int8_max)
PASS   : tst_QAtomicInteger_uint::assign(uint8_max)
PASS   : tst_QAtomicInteger_uint::assign(int16_max)
PASS   : tst_QAtomicInteger_uint::assign(uint16_max)
PASS   : tst_QAtomicInteger_uint::assign(int32_max)
PASS   : tst_QAtomicInteger_uint::assign(uint_max)
PASS   : tst_QAtomicInteger_uint::operatorInteger(0)
PASS   : tst_QAtomicInteger_uint::operatorInteger(+1)
PASS   : tst_QAtomicInteger_uint::operatorInteger(42)
PASS   : tst_QAtomicInteger_uint::operatorInteger(int8_max)
PASS   : tst_QAtomicInteger_uint::operatorInteger(uint8_max)
PASS   : tst_QAtomicInteger_uint::operatorInteger(int16_max)
PASS   : tst_QAtomicInteger_uint::operatorInteger(uint16_max)
PASS   : tst_QAtomicInteger_uint::operatorInteger(int32_max)
PASS   : tst_QAtomicInteger_uint::operatorInteger(uint_max)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(0)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(+1)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(42)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(int8_max)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(uint8_max)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(int16_max)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(uint16_max)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(int32_max)
PASS   : tst_QAtomicInteger_uint::loadAcquireStoreRelease(uint_max)
PASS   : tst_QAtomicInteger_uint::refDeref(0)
PASS   : tst_QAtomicInteger_uint::refDeref(+1)
PASS   : tst_QAtomicInteger_uint::refDeref(42)
PASS   : tst_QAtomicInteger_uint::refDeref(int8_max)
PASS   : tst_QAtomicInteger_uint::refDeref(uint8_max)
PASS   : tst_QAtomicInteger_uint::refDeref(int16_max)
PASS   : tst_QAtomicInteger_uint::refDeref(uint16_max)
PASS   : tst_QAtomicInteger_uint::refDeref(int32_max)
PASS   : tst_QAtomicInteger_uint::refDeref(uint_max)
PASS   : tst_QAtomicInteger_uint::testAndSet(0)
PASS   : tst_QAtomicInteger_uint::testAndSet(+1)
PASS   : tst_QAtomicInteger_uint::testAndSet(42)
PASS   : tst_QAtomicInteger_uint::testAndSet(int8_max)
PASS   : tst_QAtomicInteger_uint::testAndSet(uint8_max)
PASS   : tst_QAtomicInteger_uint::testAndSet(int16_max)
PASS   : tst_QAtomicInteger_uint::testAndSet(uint16_max)
PASS   : tst_QAtomicInteger_uint::testAndSet(int32_max)
PASS   : tst_QAtomicInteger_uint::testAndSet(uint_max)
PASS   : tst_QAtomicInteger_uint::testAndSet3(0)
PASS   : tst_QAtomicInteger_uint::testAndSet3(+1)
PASS   : tst_QAtomicInteger_uint::testAndSet3(42)
PASS   : tst_QAtomicInteger_uint::testAndSet3(int8_max)
PASS   : tst_QAtomicInteger_uint::testAndSet3(uint8_max)
PASS   : tst_QAtomicInteger_uint::testAndSet3(int16_max)
PASS   : tst_QAtomicInteger_uint::testAndSet3(uint16_max)
PASS   : tst_QAtomicInteger_uint::testAndSet3(int32_max)
PASS   : tst_QAtomicInteger_uint::testAndSet3(uint_max)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(0)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(+1)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(42)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(int8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(uint8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(int16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(uint16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(int32_max)
PASS   : tst_QAtomicInteger_uint::fetchAndStore(uint_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(0)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(+1)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(42)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(int8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(uint8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(int16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(uint16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(int32_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAdd(uint_max)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(0)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(+1)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(42)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(int8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(uint8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(int16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(uint16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(int32_max)
PASS   : tst_QAtomicInteger_uint::fetchAndSub(uint_max)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(0)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(+1)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(42)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(int8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(uint8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(int16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(uint16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(int32_max)
PASS   : tst_QAtomicInteger_uint::fetchAndOr(uint_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(0)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(+1)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(42)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(int8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(uint8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(int16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(uint16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(int32_max)
PASS   : tst_QAtomicInteger_uint::fetchAndAnd(uint_max)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(0)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(+1)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(42)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(int8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(uint8_max)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(int16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(uint16_max)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(int32_max)
PASS   : tst_QAtomicInteger_uint::fetchAndXor(uint_max)
PASS   : tst_QAtomicInteger_uint::cleanupTestCase()
Totals: 129 passed, 0 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of tst_QAtomicInteger_uint *********
