********* Start testing of tst_QAtomicInteger_ulong *********
Config: Using QtTest library 6.12.0, Qt 6.12.0 (arm64-little_endian-llp64 shared (dynamic) release build; by MSVC 2022), windows 11
PASS   : tst_QAtomicInteger_ulong::initTestCase()
PASS   : tst_QAtomicInteger_ulong::static_checks()
PASS   : tst_QAtomicInteger_ulong::constructor(0)
PASS   : tst_QAtomicInteger_ulong::constructor(+1)
PASS   : tst_QAtomicInteger_ulong::constructor(42)
PASS   : tst_QAtomicInteger_ulong::constructor(int8_max)
PASS   : tst_QAtomicInteger_ulong::constructor(uint8_max)
PASS   : tst_QAtomicInteger_ulong::constructor(int16_max)
PASS   : tst_QAtomicInteger_ulong::constructor(uint16_max)
PASS   : tst_QAtomicInteger_ulong::constructor(int32_max)
PASS   : tst_QAtomicInteger_ulong::constructor(ulong_max)
PASS   : tst_QAtomicInteger_ulong::copy(0)
PASS   : tst_QAtomicInteger_ulong::copy(+1)
PASS   : tst_QAtomicInteger_ulong::copy(42)
PASS   : tst_QAtomicInteger_ulong::copy(int8_max)
PASS   : tst_QAtomicInteger_ulong::copy(uint8_max)
PASS   : tst_QAtomicInteger_ulong::copy(int16_max)
PASS   : tst_QAtomicInteger_ulong::copy(uint16_max)
PASS   : tst_QAtomicInteger_ulong::copy(int32_max)
PASS   : tst_QAtomicInteger_ulong::copy(ulong_max)
PASS   : tst_QAtomicInteger_ulong::assign(0)
PASS   : tst_QAtomicInteger_ulong::assign(+1)
PASS   : tst_QAtomicInteger_ulong::assign(42)
PASS   : tst_QAtomicInteger_ulong::assign(int8_max)
PASS   : tst_QAtomicInteger_ulong::assign(uint8_max)
PASS   : tst_QAtomicInteger_ulong::assign(int16_max)
PASS   : tst_QAtomicInteger_ulong::assign(uint16_max)
PASS   : tst_QAtomicInteger_ulong::assign(int32_max)
PASS   : tst_QAtomicInteger_ulong::assign(ulong_max)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(0)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(+1)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(42)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(int8_max)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(uint8_max)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(int16_max)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(uint16_max)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(int32_max)
PASS   : tst_QAtomicInteger_ulong::operatorInteger(ulong_max)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(0)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(+1)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(42)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(int8_max)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(uint8_max)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(int16_max)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(uint16_max)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(int32_max)
PASS   : tst_QAtomicInteger_ulong::loadAcquireStoreRelease(ulong_max)
PASS   : tst_QAtomicInteger_ulong::refDeref(0)
PASS   : tst_QAtomicInteger_ulong::refDeref(+1)
PASS   : tst_QAtomicInteger_ulong::refDeref(42)
PASS   : tst_QAtomicInteger_ulong::refDeref(int8_max)
PASS   : tst_QAtomicInteger_ulong::refDeref(uint8_max)
PASS   : tst_QAtomicInteger_ulong::refDeref(int16_max)
PASS   : tst_QAtomicInteger_ulong::refDeref(uint16_max)
PASS   : tst_QAtomicInteger_ulong::refDeref(int32_max)
PASS   : tst_QAtomicInteger_ulong::refDeref(ulong_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet(0)
PASS   : tst_QAtomicInteger_ulong::testAndSet(+1)
PASS   : tst_QAtomicInteger_ulong::testAndSet(42)
PASS   : tst_QAtomicInteger_ulong::testAndSet(int8_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet(uint8_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet(int16_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet(uint16_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet(int32_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet(ulong_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(0)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(+1)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(42)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(int8_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(uint8_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(int16_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(uint16_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(int32_max)
PASS   : tst_QAtomicInteger_ulong::testAndSet3(ulong_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(0)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(+1)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(42)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(int8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(uint8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(int16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(uint16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(int32_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndStore(ulong_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(0)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(+1)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(42)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(int8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(uint8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(int16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(uint16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(int32_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAdd(ulong_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(0)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(+1)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(42)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(int8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(uint8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(int16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(uint16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(int32_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndSub(ulong_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(0)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(+1)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(42)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(int8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(uint8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(int16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(uint16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(int32_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndOr(ulong_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(0)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(+1)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(42)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(int8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(uint8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(int16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(uint16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(int32_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndAnd(ulong_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(0)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(+1)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(42)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(int8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(uint8_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(int16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(uint16_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(int32_max)
PASS   : tst_QAtomicInteger_ulong::fetchAndXor(ulong_max)
PASS   : tst_QAtomicInteger_ulong::cleanupTestCase()
Totals: 129 passed, 0 failed, 0 skipped, 0 blacklisted, 19ms
********* Finished testing of tst_QAtomicInteger_ulong *********
