********* 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 GCC 13.3.0), ubuntu 24.04
PASS   : tst_QSemaphore::initTestCase()
PASS   : tst_QSemaphore::acquire()
PASS   : tst_QSemaphore::multiRelease()
PASS   : tst_QSemaphore::multiAcquireRelease()
PASS   : tst_QSemaphore::tryAcquire()
PASS   : tst_QSemaphore::tryAcquireWithTimeout(0.2s)
FAIL!  : tst_QSemaphore::tryAcquireWithTimeout(2s) 'qAbs(a1-e1) < fuzz' returned FALSE. ((int(time.elapsed())=3596) is more than 150 milliseconds different from (timeout=2000))
   Loc: [/home/qt/work/qt/qtbase/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp(354)]
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: 13 passed, 1 failed, 0 skipped, 0 blacklisted, 18731ms
********* Finished testing of tst_QSemaphore *********
