********* Start testing of tst_QHttpServerMultithreaded *********
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_QHttpServerMultithreaded::initTestCase()
PASS   : tst_QHttpServerMultithreaded::singleCall(TCP:Downcase title case)
PASS   : tst_QHttpServerMultithreaded::singleCall(TCP:Upcase title case)
PASS   : tst_QHttpServerMultithreaded::singleCall(TCP:Downcase lower case)
PASS   : tst_QHttpServerMultithreaded::singleCall(TCP:Upcase lower case)
PASS   : tst_QHttpServerMultithreaded::singleCall(TCP:Downcase upper case)
PASS   : tst_QHttpServerMultithreaded::singleCall(TCP:Upcase upper case)
PASS   : tst_QHttpServerMultithreaded::singleCall(SSL:Downcase title case)
PASS   : tst_QHttpServerMultithreaded::singleCall(SSL:Upcase title case)
PASS   : tst_QHttpServerMultithreaded::singleCall(SSL:Downcase lower case)
PASS   : tst_QHttpServerMultithreaded::singleCall(SSL:Upcase lower case)
PASS   : tst_QHttpServerMultithreaded::singleCall(SSL:Downcase upper case)
PASS   : tst_QHttpServerMultithreaded::singleCall(SSL:Upcase upper case)
PASS   : tst_QHttpServerMultithreaded::singleCall(LOCAL:Downcase title case)
PASS   : tst_QHttpServerMultithreaded::singleCall(LOCAL:Upcase title case)
PASS   : tst_QHttpServerMultithreaded::singleCall(LOCAL:Downcase lower case)
PASS   : tst_QHttpServerMultithreaded::singleCall(LOCAL:Upcase lower case)
PASS   : tst_QHttpServerMultithreaded::singleCall(LOCAL:Downcase upper case)
PASS   : tst_QHttpServerMultithreaded::singleCall(LOCAL:Upcase upper case)
PASS   : tst_QHttpServerMultithreaded::multipleCallsOnEachConnection(TCP)
PASS   : tst_QHttpServerMultithreaded::multipleCallsOnEachConnection(SSL)
PASS   : tst_QHttpServerMultithreaded::multipleCallsOnEachConnection(LOCAL)
PASS   : tst_QHttpServerMultithreaded::moreConnectionsThanServerThreads(TCP)
PASS   : tst_QHttpServerMultithreaded::moreConnectionsThanServerThreads(SSL)
PASS   : tst_QHttpServerMultithreaded::moreConnectionsThanServerThreads(LOCAL)
PASS   : tst_QHttpServerMultithreaded::readSlow(TCP)
PASS   : tst_QHttpServerMultithreaded::readSlow(SSL)
PASS   : tst_QHttpServerMultithreaded::readSlow(LOCAL)
PASS   : tst_QHttpServerMultithreaded::postSlow(TCP)
PASS   : tst_QHttpServerMultithreaded::postSlow(SSL)
PASS   : tst_QHttpServerMultithreaded::postSlow(LOCAL)
PASS   : tst_QHttpServerMultithreaded::useSemaphores(TCP)
PASS   : tst_QHttpServerMultithreaded::useSemaphores(SSL)
PASS   : tst_QHttpServerMultithreaded::useSemaphores(LOCAL)
PASS   : tst_QHttpServerMultithreaded::waitingInParallel(TCP)
PASS   : tst_QHttpServerMultithreaded::waitingInParallel(SSL)
PASS   : tst_QHttpServerMultithreaded::waitingInParallel(LOCAL)
PASS   : tst_QHttpServerMultithreaded::waitPipelined(TCP)
PASS   : tst_QHttpServerMultithreaded::waitPipelined(SSL)
PASS   : tst_QHttpServerMultithreaded::waitPipelined(LOCAL)
PASS   : tst_QHttpServerMultithreaded::waitPipelinedQnam(TCP)
SKIP   : tst_QHttpServerMultithreaded::waitPipelinedQnam(SSL) This test only supports TCP
   Loc: [/home/qt/work/qt/qthttpserver/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp(786)]
SKIP   : tst_QHttpServerMultithreaded::waitPipelinedQnam(LOCAL) This test only supports TCP
   Loc: [/home/qt/work/qt/qthttpserver/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp(786)]
PASS   : tst_QHttpServerMultithreaded::manyWaitingToRespond(TCP)
PASS   : tst_QHttpServerMultithreaded::manyWaitingToRespond(SSL)
PASS   : tst_QHttpServerMultithreaded::manyWaitingToRespond(LOCAL)
PASS   : tst_QHttpServerMultithreaded::oneSlowManyFast(TCP)
FAIL!  : tst_QHttpServerMultithreaded::oneSlowManyFast(SSL) 'std::all_of(fastFutures.begin(), fastFutures.end(), [](auto &future) { return future.isFinished(); })' returned FALSE. ()
   Loc: [/home/qt/work/qt/qthttpserver/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp(875)]
FAIL!  : tst_QHttpServerMultithreaded::oneSlowManyFast(LOCAL) Compared values are not the same
   Actual   (getCallCount())       : 7
   Expected (NumberOfFastTasks + 1): 6
   Loc: [/home/qt/work/qt/qthttpserver/tests/auto/qhttpservermultithreaded/tst_qhttpservermultithreaded.cpp(877)]
PASS   : tst_QHttpServerMultithreaded::cleanupTestCase()
Totals: 46 passed, 2 failed, 2 skipped, 0 blacklisted, 162668ms
********* Finished testing of tst_QHttpServerMultithreaded *********
