********* Start testing of tst_QSemaphore *********
Config: Using QtTest library 6.10.1, Qt 6.10.1 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 13.6.4
PASS   : tst_QSemaphore::initTestCase()
PASS   : tst_QSemaphore::acquire()
PASS   : tst_QSemaphore::multiRelease()
PASS   : tst_QSemaphore::multiAcquireRelease()
PASS   : tst_QSemaphore::tryAcquire()
BFAIL  : tst_QSemaphore::tryAcquireWithTimeout(0.2s) 'qAbs(a1-e1) < fuzz' returned FALSE. ((int(time.elapsed())=341) is more than 60 milliseconds different from (timeout=200))
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp(307)]
BPASS  : tst_QSemaphore::tryAcquireWithTimeout(2s)
PASS   : tst_QSemaphore::tryAcquireWithTimeoutStarvation()
PASS   : tst_QSemaphore::tryAcquireWithTimeoutForever(-1)
PASS   : tst_QSemaphore::tryAcquireWithTimeoutForever(INT_MIN)
PASS   : tst_QSemaphore::producerConsumer()
PASS   : tst_QSemaphore::raii()
PASS   : tst_QSemaphore::stdCompat()
PASS   : tst_QSemaphore::cleanupTestCase()
Totals: 12 passed, 0 failed, 0 skipped, 2 blacklisted, 21909ms
********* Finished testing of tst_QSemaphore *********
