********* Start testing of tst_QGuiTimer *********
Config: Using QtTest library 6.10.0, Qt 6.10.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 15.0.0
PASS   : tst_QGuiTimer::initTestCase()
PASS   : tst_QGuiTimer::zeroTimer()
PASS   : tst_QGuiTimer::singleShotTimeout()
PASS   : tst_QGuiTimer::timeout()
PASS   : tst_QGuiTimer::singleShotNormalizes(normalized)
PASS   : tst_QGuiTimer::singleShotNormalizes(space-before)
PASS   : tst_QGuiTimer::singleShotNormalizes(space-after)
PASS   : tst_QGuiTimer::singleShotNormalizes(space-around)
PASS   : tst_QGuiTimer::singleShotNormalizes(spaces-before)
PASS   : tst_QGuiTimer::singleShotNormalizes(spaces-after)
PASS   : tst_QGuiTimer::singleShotNormalizes(spaces-around)
PASS   : tst_QGuiTimer::singleShotNormalizes(space-in-parens)
PASS   : tst_QGuiTimer::singleShotNormalizes(spaces-in-parens)
PASS   : tst_QGuiTimer::singleShotNormalizes(space-after-parens)
PASS   : tst_QGuiTimer::singleShotNormalizes(spaces-after-parens)
PASS   : tst_QGuiTimer::sequentialTimers(0,0,0,0,0,0)
PASS   : tst_QGuiTimer::sequentialTimers(0,1,2)
PASS   : tst_QGuiTimer::sequentialTimers(1,1,1,2,2,2,2)
PASS   : tst_QGuiTimer::sequentialTimers(1,2,3)
PASS   : tst_QGuiTimer::sequentialTimers(19,19,19)
PASS   : tst_QGuiTimer::sequentialTimers(20,20,20,20,20)
PASS   : tst_QGuiTimer::sequentialTimers(25,25,25,25,25,25,50)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(0,0,0,0,0,0)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(0,1,2)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(1,1,1,2,2,2,2)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(1,2,3)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(19,19,19)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(20,20,20,20,20)
PASS   : tst_QGuiTimer::singleShotSequentialTimers(25,25,25,25,25,25,50)
PASS   : tst_QGuiTimer::remainingTime()
PASS   : tst_QGuiTimer::remainingTimeInitial(precise time 0ms)
PASS   : tst_QGuiTimer::remainingTimeInitial(precise time 1ms)
PASS   : tst_QGuiTimer::remainingTimeInitial(precise time 10ms)
PASS   : tst_QGuiTimer::remainingTimeInitial(coarse time 0ms)
PASS   : tst_QGuiTimer::remainingTimeInitial(coarse time 1ms)
PASS   : tst_QGuiTimer::remainingTimeInitial(coarse time 10ms)
PASS   : tst_QGuiTimer::remainingTimeDuringActivation(repeating)
PASS   : tst_QGuiTimer::remainingTimeDuringActivation(single-shot)
PASS   : tst_QGuiTimer::basic_chrono()
PASS   : tst_QGuiTimer::livelock(zero timer)
PASS   : tst_QGuiTimer::livelock(non-zero timer)
PASS   : tst_QGuiTimer::livelock(longer than sleep)
PASS   : tst_QGuiTimer::timerInfiniteRecursion(zero timer)
PASS   : tst_QGuiTimer::timerInfiniteRecursion(non-zero timer)
PASS   : tst_QGuiTimer::timerInfiniteRecursion(10ms timer)
PASS   : tst_QGuiTimer::timerInfiniteRecursion(11ms timer)
PASS   : tst_QGuiTimer::timerInfiniteRecursion(100ms timer)
PASS   : tst_QGuiTimer::timerInfiniteRecursion(1s timer)
PASS   : tst_QGuiTimer::recurringTimer(zero timer, don't recurse)
PASS   : tst_QGuiTimer::recurringTimer(zero timer, recurse)
PASS   : tst_QGuiTimer::recurringTimer(non-zero timer, don't recurse)
PASS   : tst_QGuiTimer::recurringTimer(non-zero timer, recurse)
PASS   : tst_QGuiTimer::deleteLaterOnQTimer()
SKIP   : tst_QGuiTimer::moveToThread() Does not work reliably on macOS 10.12+ (QTBUG-59679)
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp(685)]
PASS   : tst_QGuiTimer::restartedTimerFiresTooSoon()
PASS   : tst_QGuiTimer::timerFiresOnlyOncePerProcessEvents(zero timer)
PASS   : tst_QGuiTimer::timerFiresOnlyOncePerProcessEvents(non-zero timer)
QWARN  : tst_QGuiTimer::timerIdPersistsAfterThreadExit() QObject::killTimer: Timers cannot be stopped from another thread
QWARN  : tst_QGuiTimer::timerIdPersistsAfterThreadExit() QObject::~QObject: Timers cannot be stopped from another thread
PASS   : tst_QGuiTimer::timerIdPersistsAfterThreadExit()
PASS   : tst_QGuiTimer::cancelLongTimer()
PASS   : tst_QGuiTimer::singleShotStaticFunctionZeroTimeout()
PASS   : tst_QGuiTimer::recurseOnTimeoutAndStopTimer()
PASS   : tst_QGuiTimer::singleShotToFunctors()
PASS   : tst_QGuiTimer::singleShot_chrono()
PASS   : tst_QGuiTimer::singleShot_static()
PASS   : tst_QGuiTimer::singleShotDestructionBeforeEventDispatcher()
PASS   : tst_QGuiTimer::crossThreadSingleShotToFunctor(zero-timer)
PASS   : tst_QGuiTimer::crossThreadSingleShotToFunctor(1ms)
PASS   : tst_QGuiTimer::crossThreadSingleShotDestruction(1ms)
PASS   : tst_QGuiTimer::crossThreadSingleShotDestruction(1s)
PASS   : tst_QGuiTimer::timerOrder(permutation=0)
PASS   : tst_QGuiTimer::timerOrder(permutation=1)
PASS   : tst_QGuiTimer::timerOrder(permutation=2)
PASS   : tst_QGuiTimer::timerOrder(permutation=3)
PASS   : tst_QGuiTimer::timerOrder(permutation=4)
PASS   : tst_QGuiTimer::timerOrder(permutation=5)
PASS   : tst_QGuiTimer::timerOrder(permutation=6)
PASS   : tst_QGuiTimer::timerOrder(permutation=7)
PASS   : tst_QGuiTimer::timerOrder(permutation=8)
PASS   : tst_QGuiTimer::timerOrder(permutation=9)
PASS   : tst_QGuiTimer::timerOrder(permutation=10)
PASS   : tst_QGuiTimer::timerOrder(permutation=11)
PASS   : tst_QGuiTimer::timerOrder(permutation=12)
PASS   : tst_QGuiTimer::timerOrder(permutation=13)
PASS   : tst_QGuiTimer::timerOrder(permutation=14)
PASS   : tst_QGuiTimer::timerOrder(permutation=15)
PASS   : tst_QGuiTimer::timerOrder(permutation=16)
PASS   : tst_QGuiTimer::timerOrder(permutation=17)
PASS   : tst_QGuiTimer::timerOrder(permutation=18)
PASS   : tst_QGuiTimer::timerOrder(permutation=19)
PASS   : tst_QGuiTimer::timerOrder(permutation=20)
PASS   : tst_QGuiTimer::timerOrder(permutation=21)
PASS   : tst_QGuiTimer::timerOrder(permutation=22)
PASS   : tst_QGuiTimer::timerOrder(permutation=23)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=0)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=1)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=2)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=3)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=4)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=5)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=6)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=7)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=8)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=9)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=10)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=11)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=12)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=13)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=14)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=15)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=16)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=17)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=18)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=19)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=20)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=21)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=22)
PASS   : tst_QGuiTimer::timerOrderBackgroundThread(permutation=23)
PASS   : tst_QGuiTimer::dontBlockEvents()
PASS   : tst_QGuiTimer::postedEventsShouldNotStarveTimers()
PASS   : tst_QGuiTimer::callOnTimeout()
PASS   : tst_QGuiTimer::bindToTimer()
PASS   : tst_QGuiTimer::bindTimer()
QWARN  : tst_QGuiTimer::automatedBindingTests() qt.qproperty.binding: binding:  The QBindable does not allow interaction with the binding.
QWARN  : tst_QGuiTimer::automatedBindingTests() qt.qproperty.binding: setBinding: Could not set binding via bindable interface. The QBindable is read-only.
QWARN  : tst_QGuiTimer::automatedBindingTests() qt.qproperty.binding: binding:  The QBindable does not allow interaction with the binding.
PASS   : tst_QGuiTimer::automatedBindingTests()
PASS   : tst_QGuiTimer::negativeInterval()
PASS   : tst_QGuiTimer::testTimerId()
PASS   : tst_QGuiTimer::intervalOverflow()
PASS   : tst_QGuiTimer::cleanupTestCase()
Totals: 126 passed, 0 failed, 1 skipped, 0 blacklisted, 24561ms
********* Finished testing of tst_QGuiTimer *********
