********* Start testing of tst_qstandardpaths *********
Config: Using QtTest library 6.10.2, Qt 6.10.2 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 13.3.0), ubuntu 24.04
PASS   : tst_qstandardpaths::initTestCase()
QDEBUG : tst_qstandardpaths::dump() DesktopLocation "/home/qt/Desktop" QList("/home/qt/Desktop")
QDEBUG : tst_qstandardpaths::dump() DocumentsLocation "/home/qt/Documents" QList("/home/qt/Documents")
QDEBUG : tst_qstandardpaths::dump() FontsLocation "/home/qt/.local/share/fonts" QList("/home/qt/.local/share/fonts", "/home/qt/.fonts", "/usr/local/share/fonts", "/usr/share/fonts")
QDEBUG : tst_qstandardpaths::dump() ApplicationsLocation "/home/qt/.local/share/applications" QList("/home/qt/.local/share/applications", "/usr/local/share/applications", "/usr/share/applications")
QDEBUG : tst_qstandardpaths::dump() MusicLocation "/home/qt/Music" QList("/home/qt/Music")
QDEBUG : tst_qstandardpaths::dump() MoviesLocation "/home/qt/Videos" QList("/home/qt/Videos")
QDEBUG : tst_qstandardpaths::dump() PicturesLocation "/home/qt/Pictures" QList("/home/qt/Pictures")
QDEBUG : tst_qstandardpaths::dump() TempLocation "/tmp" QList("/tmp")
QDEBUG : tst_qstandardpaths::dump() HomeLocation "/home/qt" QList("/home/qt")
QDEBUG : tst_qstandardpaths::dump() AppLocalDataLocation "/home/qt/.local/share/tst_qstandardpaths" QList("/home/qt/.local/share/tst_qstandardpaths", "/usr/local/share/tst_qstandardpaths", "/usr/share/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() CacheLocation "/home/qt/.cache/tst_qstandardpaths" QList("/home/qt/.cache/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() GenericDataLocation "/home/qt/.local/share" QList("/home/qt/.local/share", "/usr/local/share", "/usr/share")
QDEBUG : tst_qstandardpaths::dump() RuntimeLocation "/run/user/1000" QList("/run/user/1000")
QDEBUG : tst_qstandardpaths::dump() ConfigLocation "/home/qt/.config" QList("/home/qt/.config", "/etc/xdg")
QDEBUG : tst_qstandardpaths::dump() DownloadLocation "/home/qt/Downloads" QList("/home/qt/Downloads")
QDEBUG : tst_qstandardpaths::dump() GenericCacheLocation "/home/qt/.cache" QList("/home/qt/.cache")
QDEBUG : tst_qstandardpaths::dump() GenericConfigLocation "/home/qt/.config" QList("/home/qt/.config", "/etc/xdg")
QDEBUG : tst_qstandardpaths::dump() AppDataLocation "/home/qt/.local/share/tst_qstandardpaths" QList("/home/qt/.local/share/tst_qstandardpaths", "/usr/local/share/tst_qstandardpaths", "/usr/share/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() AppConfigLocation "/home/qt/.config/tst_qstandardpaths" QList("/home/qt/.config/tst_qstandardpaths", "/etc/xdg/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() PublicShareLocation "/home/qt/Public" QList("/home/qt/Public")
QDEBUG : tst_qstandardpaths::dump() TemplatesLocation "/home/qt/Templates" QList("/home/qt/Templates")
QDEBUG : tst_qstandardpaths::dump() StateLocation "/home/qt/.local/state/tst_qstandardpaths" QList("/home/qt/.local/state/tst_qstandardpaths")
QDEBUG : tst_qstandardpaths::dump() GenericStateLocation "/home/qt/.local/state" QList("/home/qt/.local/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(environment:non-existing)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment:existing)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment-to-existing-wrong-perm)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment:wrong-owner)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment:file)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment:broken-symlink)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment:symlink-to-dir)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(no-environment:non-existing)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(no-environment:existing)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(no-environment:fallback-is-file)
PASS   : tst_qstandardpaths::testCustomRuntimeDirectory(environment-and-fallback-are-files)
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: 40 passed, 0 failed, 0 skipped, 0 blacklisted, 7ms
********* Finished testing of tst_qstandardpaths *********
