mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
ZTS: Add tests for creation time
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Reviewed-by: Allan Jude <allan@klarasystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #12432
This commit is contained in:
committed by
Brian Behlendorf
parent
abbf0bd4eb
commit
8ae86e2edc
@@ -75,6 +75,12 @@ python_deps_reason = 'Python modules missing: python-cffi'
|
||||
#
|
||||
tmpfile_reason = 'Kernel O_TMPFILE support required'
|
||||
|
||||
#
|
||||
# Some tests require the statx(2) system call on Linux which was first
|
||||
# introduced in the 4.11 kernel.
|
||||
#
|
||||
statx_reason = 'Kernel statx(2) system call required on Linux'
|
||||
|
||||
#
|
||||
# Some tests require that the NFS client and server utilities be installed.
|
||||
#
|
||||
@@ -193,6 +199,7 @@ elif sys.platform.startswith('linux'):
|
||||
#
|
||||
maybe = {
|
||||
'chattr/setup': ['SKIP', exec_reason],
|
||||
'crtime/crtime_001_pos': ['SKIP', statx_reason],
|
||||
'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason],
|
||||
'cli_root/zfs_destroy/zfs_destroy_dev_removal_condense':
|
||||
['FAIL', known_reason],
|
||||
|
||||
Reference in New Issue
Block a user