void-packages/srcpkgs/qt6-base/patches/zfs-storage.patch
Đoàn Trần Công Danh 21ac0cafe8 qt6-base: update to 6.3.1.
2022-08-27 17:37:08 +07:00

20 lines
813 B
Diff

--- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
+++ b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
@@ -190,6 +190,8 @@ void tst_QStorageInfo::tempFile()
#ifdef Q_OS_LINUX
if (storage1.fileSystemType() == "btrfs")
QSKIP("This test doesn't work on btrfs, probably due to a btrfs bug");
+ if (storage1.fileSystemType() == "zfs")
+ QSKIP("This test doesn't work on zfs");
#endif
qint64 free = storage1.bytesFree();
@@ -216,6 +218,8 @@ void tst_QStorageInfo::caching()
#ifdef Q_OS_LINUX
if (storage1.fileSystemType() == "btrfs")
QSKIP("This test doesn't work on btrfs, probably due to a btrfs bug");
+ if (storage1.fileSystemType() == "zfs")
+ QSKIP("This test doesn't work on zfs");
#endif
qint64 free = storage1.bytesFree();