diff options
| author | Christos Longros <chris.longros@gmail.com> | 2026-04-03 14:02:51 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2026-04-22 22:46:12 +0000 |
| commit | 7f9a4806983b18d3446c8f6096616ecf59f5b80b (patch) | |
| tree | e2b66928a8d1c77dde51300db40e3a7ceac8841c | |
| parent | 3162c631eea983839aa62b11a5c932c61a397f4f (diff) | |
6 files changed, 0 insertions, 17 deletions
diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 874a23a87574..22da0fc5cc13 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -173,9 +173,6 @@ if sys.platform.startswith('freebsd'): 'cli_root/zpool_resilver/zpool_resilver_concurrent': ['SKIP', na_reason], 'zoned_uid/setup': ['SKIP', na_reason], - 'cli_root/zpool_wait/zpool_wait_trim_basic': ['SKIP', trim_reason], - 'cli_root/zpool_wait/zpool_wait_trim_cancel': ['SKIP', trim_reason], - 'cli_root/zpool_wait/zpool_wait_trim_flag': ['SKIP', trim_reason], 'cli_root/zfs_unshare/zfs_unshare_008_pos': ['SKIP', na_reason], 'cp_files/cp_files_002_pos': ['SKIP', na_reason], 'link_count/link_count_001': ['SKIP', na_reason], diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_trim/setup.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_trim/setup.ksh index 7be2a316a873..483cb3738c72 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_trim/setup.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_trim/setup.ksh @@ -25,7 +25,6 @@ verify_runnable "global" if is_freebsd; then - log_unsupported "FreeBSD has no hole punching mechanism for the time being." diskinfo -v $DISKS | grep -qE 'No.*# TRIM/UNMAP support' && log_unsupported "DISKS do not support discard (TRIM/UNMAP)" else diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_basic.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_basic.ksh index 504eec11d70e..785556229908 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_basic.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_basic.ksh @@ -46,10 +46,6 @@ function trim_in_progress zpool status -t "$pool" | grep "trimmed, started" } -if is_freebsd; then - log_unsupported "FreeBSD has no hole punching mechanism for the time being." -fi - typeset -r FILE_VDEV="$TESTDIR/file_vdev" typeset pid diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_cancel.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_cancel.ksh index b94e7a50ce91..44372d657388 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_cancel.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_cancel.ksh @@ -59,10 +59,6 @@ function do_test bkgrnd_proc_succeeded $pid } -if is_freebsd; then - log_unsupported "FreeBSD has no hole punching mechanism for the time being." -fi - typeset pid typeset -r FILE_VDEV="$TESTDIR/file_vdev1" diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_flag.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_flag.ksh index a6b7cabb1c4a..dcfda3ad817a 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_flag.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_wait/zpool_wait_trim_flag.ksh @@ -41,10 +41,6 @@ function cleanup [[ -d "$TESTDIR" ]] && log_must rm -r "$TESTDIR" } -if is_freebsd; then - log_unsupported "FreeBSD has no hole punching mechanism for the time being." -fi - typeset trim12_pid trim3_pid typeset -r VDEV1="$TESTDIR/file_vdev1" typeset -r VDEV2="$TESTDIR/file_vdev2" diff --git a/tests/zfs-tests/tests/functional/trim/setup.ksh b/tests/zfs-tests/tests/functional/trim/setup.ksh index 7be2a316a873..483cb3738c72 100755 --- a/tests/zfs-tests/tests/functional/trim/setup.ksh +++ b/tests/zfs-tests/tests/functional/trim/setup.ksh @@ -25,7 +25,6 @@ verify_runnable "global" if is_freebsd; then - log_unsupported "FreeBSD has no hole punching mechanism for the time being." diskinfo -v $DISKS | grep -qE 'No.*# TRIM/UNMAP support' && log_unsupported "DISKS do not support discard (TRIM/UNMAP)" else |
