********* Start testing of tst_QTimer *********
Config: Using QtTest library 6.9.3, Qt 6.9.3 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 15.0.0 (clang-1500.3.9.4)), macos 13.6.4
PASS   : tst_QTimer::initTestCase()
PASS   : tst_QTimer::zeroTimer()
PASS   : tst_QTimer::singleShotTimeout()
PASS   : tst_QTimer::timeout()
PASS   : tst_QTimer::singleShotNormalizes(normalized)
PASS   : tst_QTimer::singleShotNormalizes(space-before)
PASS   : tst_QTimer::singleShotNormalizes(space-after)
PASS   : tst_QTimer::singleShotNormalizes(space-around)
PASS   : tst_QTimer::singleShotNormalizes(spaces-before)
PASS   : tst_QTimer::singleShotNormalizes(spaces-after)
PASS   : tst_QTimer::singleShotNormalizes(spaces-around)
PASS   : tst_QTimer::singleShotNormalizes(space-in-parens)
PASS   : tst_QTimer::singleShotNormalizes(spaces-in-parens)
PASS   : tst_QTimer::singleShotNormalizes(space-after-parens)
PASS   : tst_QTimer::singleShotNormalizes(spaces-after-parens)
PASS   : tst_QTimer::sequentialTimers(0,0,0,0,0,0)
PASS   : tst_QTimer::sequentialTimers(0,1,2)
PASS   : tst_QTimer::sequentialTimers(1,1,1,2,2,2,2)
PASS   : tst_QTimer::sequentialTimers(1,2,3)
PASS   : tst_QTimer::sequentialTimers(19,19,19)
PASS   : tst_QTimer::sequentialTimers(20,20,20,20,20)
PASS   : tst_QTimer::sequentialTimers(25,25,25,25,25,25,50)
PASS   : tst_QTimer::singleShotSequentialTimers(0,0,0,0,0,0)
PASS   : tst_QTimer::singleShotSequentialTimers(0,1,2)
PASS   : tst_QTimer::singleShotSequentialTimers(1,1,1,2,2,2,2)
PASS   : tst_QTimer::singleShotSequentialTimers(1,2,3)
PASS   : tst_QTimer::singleShotSequentialTimers(19,19,19)
PASS   : tst_QTimer::singleShotSequentialTimers(20,20,20,20,20)
PASS   : tst_QTimer::singleShotSequentialTimers(25,25,25,25,25,25,50)
PASS   : tst_QTimer::remainingTime()
PASS   : tst_QTimer::remainingTimeInitial(precise time 0ms)
PASS   : tst_QTimer::remainingTimeInitial(precise time 1ms)
PASS   : tst_QTimer::remainingTimeInitial(precise time 10ms)
PASS   : tst_QTimer::remainingTimeInitial(coarse time 0ms)
PASS   : tst_QTimer::remainingTimeInitial(coarse time 1ms)
PASS   : tst_QTimer::remainingTimeInitial(coarse time 10ms)
PASS   : tst_QTimer::remainingTimeDuringActivation(repeating)
PASS   : tst_QTimer::remainingTimeDuringActivation(single-shot)
PASS   : tst_QTimer::basic_chrono()
PASS   : tst_QTimer::livelock(zero timer)
PASS   : tst_QTimer::livelock(non-zero timer)
PASS   : tst_QTimer::livelock(longer than sleep)
PASS   : tst_QTimer::timerInfiniteRecursion(zero timer)
PASS   : tst_QTimer::timerInfiniteRecursion(non-zero timer)
PASS   : tst_QTimer::timerInfiniteRecursion(10ms timer)
PASS   : tst_QTimer::timerInfiniteRecursion(11ms timer)
PASS   : tst_QTimer::timerInfiniteRecursion(100ms timer)
PASS   : tst_QTimer::timerInfiniteRecursion(1s timer)
PASS   : tst_QTimer::recurringTimer(zero timer, don't recurse)
PASS   : tst_QTimer::recurringTimer(zero timer, recurse)
PASS   : tst_QTimer::recurringTimer(non-zero timer, don't recurse)
PASS   : tst_QTimer::recurringTimer(non-zero timer, recurse)
PASS   : tst_QTimer::deleteLaterOnQTimer()
SKIP   : tst_QTimer::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(683)]
PASS   : tst_QTimer::restartedTimerFiresTooSoon()
PASS   : tst_QTimer::timerFiresOnlyOncePerProcessEvents(zero timer)
PASS   : tst_QTimer::timerFiresOnlyOncePerProcessEvents(non-zero timer)
QWARN  : tst_QTimer::timerIdPersistsAfterThreadExit() QObject::killTimer: Timers cannot be stopped from another thread
QWARN  : tst_QTimer::timerIdPersistsAfterThreadExit() QObject::~QObject: Timers cannot be stopped from another thread
PASS   : tst_QTimer::timerIdPersistsAfterThreadExit()
PASS   : tst_QTimer::cancelLongTimer()
PASS   : tst_QTimer::singleShotStaticFunctionZeroTimeout()
PASS   : tst_QTimer::recurseOnTimeoutAndStopTimer()
PASS   : tst_QTimer::singleShotToFunctors()
PASS   : tst_QTimer::singleShot_chrono()
PASS   : tst_QTimer::singleShot_static()
PASS   : tst_QTimer::singleShotDestructionBeforeEventDispatcher()
PASS   : tst_QTimer::crossThreadSingleShotToFunctor(zero-timer)
PASS   : tst_QTimer::crossThreadSingleShotToFunctor(1ms)
PASS   : tst_QTimer::timerOrder(permutation=0)
PASS   : tst_QTimer::timerOrder(permutation=1)
PASS   : tst_QTimer::timerOrder(permutation=2)
PASS   : tst_QTimer::timerOrder(permutation=3)
PASS   : tst_QTimer::timerOrder(permutation=4)
PASS   : tst_QTimer::timerOrder(permutation=5)
PASS   : tst_QTimer::timerOrder(permutation=6)
PASS   : tst_QTimer::timerOrder(permutation=7)
PASS   : tst_QTimer::timerOrder(permutation=8)
PASS   : tst_QTimer::timerOrder(permutation=9)
PASS   : tst_QTimer::timerOrder(permutation=10)
PASS   : tst_QTimer::timerOrder(permutation=11)
PASS   : tst_QTimer::timerOrder(permutation=12)
PASS   : tst_QTimer::timerOrder(permutation=13)
PASS   : tst_QTimer::timerOrder(permutation=14)
PASS   : tst_QTimer::timerOrder(permutation=15)
PASS   : tst_QTimer::timerOrder(permutation=16)
PASS   : tst_QTimer::timerOrder(permutation=17)
PASS   : tst_QTimer::timerOrder(permutation=18)
PASS   : tst_QTimer::timerOrder(permutation=19)
PASS   : tst_QTimer::timerOrder(permutation=20)
PASS   : tst_QTimer::timerOrder(permutation=21)
PASS   : tst_QTimer::timerOrder(permutation=22)
PASS   : tst_QTimer::timerOrder(permutation=23)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=0)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=1)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=2)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=3)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=4)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=5)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=6)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=7)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=8)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=9)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=10)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=11)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=12)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=13)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=14)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=15)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=16)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=17)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=18)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=19)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=20)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=21)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=22)
PASS   : tst_QTimer::timerOrderBackgroundThread(permutation=23)
PASS   : tst_QTimer::dontBlockEvents()
PASS   : tst_QTimer::postedEventsShouldNotStarveTimers()
PASS   : tst_QTimer::callOnTimeout()
PASS   : tst_QTimer::bindToTimer()
PASS   : tst_QTimer::bindTimer()
PASS   : tst_QTimer::automatedBindingTests()
PASS   : tst_QTimer::negativeInterval()
PASS   : tst_QTimer::testTimerId()
PASS   : tst_QTimer::cleanupTestCase()
Totals: 123 passed, 0 failed, 1 skipped, 0 blacklisted, 24392ms
********* Finished testing of tst_QTimer *********
