********* Start testing of tst_QRandomAccessAsyncFile *********
Config: Using QtTest library 6.11.0, Qt 6.11.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_QRandomAccessAsyncFile::initTestCase()
PASS   : tst_QRandomAccessAsyncFile::size()
PASS   : tst_QRandomAccessAsyncFile::roundtripOwning()
PASS   : tst_QRandomAccessAsyncFile::roundtripNonOwning()
PASS   : tst_QRandomAccessAsyncFile::roundtripVectored()
PASS   : tst_QRandomAccessAsyncFile::readLessThanMax()
PASS   : tst_QRandomAccessAsyncFile::flushIsBarrier()
PASS   : tst_QRandomAccessAsyncFile::errorHandling(read_not_open)
PASS   : tst_QRandomAccessAsyncFile::errorHandling(read_writeonly)
PASS   : tst_QRandomAccessAsyncFile::errorHandling(read_negative_offset)
PASS   : tst_QRandomAccessAsyncFile::errorHandling(write_not_open)
PASS   : tst_QRandomAccessAsyncFile::errorHandling(write_readonly)
PASS   : tst_QRandomAccessAsyncFile::errorHandling(write_negative_offset)
PASS   : tst_QRandomAccessAsyncFile::errorHandling(flush_not_open)
PASS   : tst_QRandomAccessAsyncFile::fileClosedInProgress(read_owning)
PASS   : tst_QRandomAccessAsyncFile::fileClosedInProgress(write_owning)
PASS   : tst_QRandomAccessAsyncFile::fileClosedInProgress(read_nonowning)
PASS   : tst_QRandomAccessAsyncFile::fileClosedInProgress(write_nonowning)
PASS   : tst_QRandomAccessAsyncFile::fileClosedInProgress(flush)
PASS   : tst_QRandomAccessAsyncFile::fileClosedInProgress(open)
PASS   : tst_QRandomAccessAsyncFile::fileRemovedInProgress(read_owning)
