********* Start testing of tst_qstandardpaths *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 static release build; by Apple LLVM 15.0.0 (clang-1500.3.9.4)), macos 14.3.0
PASS   : tst_qstandardpaths::initTestCase()
QDEBUG : tst_qstandardpaths::dump() DesktopLocation "/Users/qt/Desktop" QList("/Users/qt/Desktop")
QDEBUG : tst_qstandardpaths::dump() DocumentsLocation "/Users/qt/Documents" QList("/Users/qt/Documents")
QDEBUG : tst_qstandardpaths::dump() FontsLocation "/Users/qt/Library/Fonts" QList("/Users/qt/Library/Fonts", "/Library/Fonts", "/System/Cryptexes/App/System/Library/Fonts")
QDEBUG : tst_qstandardpaths::dump() ApplicationsLocation "/Users/qt/Applications" QList("/Users/qt/Applications", "/Applications")
QDEBUG : tst_qstandardpaths::dump() MusicLocation "/Users/qt/Music" QList("/Users/qt/Music")
QDEBUG : tst_qstandardpaths::dump() MoviesLocation "/Users/qt/Movies" QList("/Users/qt/Movies")
QDEBUG : tst_qstandardpaths::dump() PicturesLocation "/Users/qt/Pictures" QList("/Users/qt/Pictures")
QDEBUG : tst_qstandardpaths::dump() TempLocation "/var/folders/2j/kn37v38x7vzggzf1hxn91pc80000gn/T" QList("/var/folders/2j/kn37v38x7vzggzf1hxn91pc80000gn/T")
QDEBUG : tst_qstandardpaths::dump() HomeLocation "/Users/qt" QList("/Users/qt")
QDEBUG : tst_qstandardpaths::dump() AppLocalDataLocation "/Users/qt/Library/Application Support/tst_qstandardpaths" QList("/Users/qt/Library/Application Support/tst_qstandardpaths", "/Library/Application Support/tst_qstandardpaths", "/Users/qt/work/qt/qtbase_standalone_tests/tests/auto/corelib/io/qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() CacheLocation "/Users/qt/Library/Caches/tst_qstandardpaths" QList("/Users/qt/Library/Caches/tst_qstandardpaths", "/Library/Caches/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() GenericDataLocation "/Users/qt/Library/Application Support" QList("/Users/qt/Library/Application Support", "/Library/Application Support")
QDEBUG : tst_qstandardpaths::dump() RuntimeLocation "/Users/qt/Library/Application Support" QList("/Users/qt/Library/Application Support")
QDEBUG : tst_qstandardpaths::dump() ConfigLocation "/Users/qt/Library/Preferences" QList("/Users/qt/Library/Preferences")
QDEBUG : tst_qstandardpaths::dump() DownloadLocation "/Users/qt/Downloads" QList("/Users/qt/Downloads")
QDEBUG : tst_qstandardpaths::dump() GenericCacheLocation "/Users/qt/Library/Caches" QList("/Users/qt/Library/Caches", "/Library/Caches", "/System/Library/Caches")
QDEBUG : tst_qstandardpaths::dump() GenericConfigLocation "/Users/qt/Library/Preferences" QList("/Users/qt/Library/Preferences")
QDEBUG : tst_qstandardpaths::dump() AppDataLocation "/Users/qt/Library/Application Support/tst_qstandardpaths" QList("/Users/qt/Library/Application Support/tst_qstandardpaths", "/Library/Application Support/tst_qstandardpaths", "/Users/qt/work/qt/qtbase_standalone_tests/tests/auto/corelib/io/qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() AppConfigLocation "/Users/qt/Library/Preferences/tst_qstandardpaths" QList("/Users/qt/Library/Preferences/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() PublicShareLocation "/Users/qt/Public" QList("/Users/qt/Public")
QDEBUG : tst_qstandardpaths::dump() TemplatesLocation "" QList()
QDEBUG : tst_qstandardpaths::dump() StateLocation "/Users/qt/Library/Preferences/tst_qstandardpaths/State" QList("/Users/qt/Library/Preferences/tst_qstandardpaths/State")
QDEBUG : tst_qstandardpaths::dump() GenericStateLocation "/Users/qt/Library/Preferences/State" QList("/Users/qt/Library/Preferences/State")
PASS   : tst_qstandardpaths::dump()
PASS   : tst_qstandardpaths::testDefaultLocations()
PASS   : tst_qstandardpaths::testCustomLocations()
PASS   : tst_qstandardpaths::enableTestMode()
PASS   : tst_qstandardpaths::testLocateAll()
PASS   : tst_qstandardpaths::testDataLocation()
PASS   : tst_qstandardpaths::testAppConfigLocation()
PASS   : tst_qstandardpaths::testFindExecutable(unix-sh)
PASS   : tst_qstandardpaths::testFindExecutable(unix-sh-fullpath)
PASS   : tst_qstandardpaths::testFindExecutable(unix-sh-relativepath)
PASS   : tst_qstandardpaths::testFindExecutable(idontexist)
PASS   : tst_qstandardpaths::testFindExecutable(empty)
PASS   : tst_qstandardpaths::testFindExecutableLinkToDirectory()
PASS   : tst_qstandardpaths::testRuntimeDirectory()
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory()
PASS   : tst_qstandardpaths::testAllWritableLocations(DesktopLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(DocumentsLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(FontsLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(ApplicationsLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(MusicLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(MoviesLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(PicturesLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(TempLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(HomeLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(AppLocalDataLocation)
PASS   : tst_qstandardpaths::testAllWritableLocations(DownloadLocation)
PASS   : tst_qstandardpaths::testCleanPath()
PASS   : tst_qstandardpaths::testXdgPathCleanup()
PASS   : tst_qstandardpaths::cleanupTestCase()
Totals: 30 passed, 0 failed, 0 skipped, 0 blacklisted, 8ms
********* Finished testing of tst_qstandardpaths *********
