mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
ZTS: Move tmpfile tests to linux.run
O_TMPFILE is not available on FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9503
This commit is contained in:
parent
4c6225b688
commit
28f7427ab1
@ -836,10 +836,6 @@ tags = ['functional', 'suid']
|
|||||||
tests = ['threadsappend_001_pos']
|
tests = ['threadsappend_001_pos']
|
||||||
tags = ['functional', 'threadsappend']
|
tags = ['functional', 'threadsappend']
|
||||||
|
|
||||||
[tests/functional/tmpfile]
|
|
||||||
tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos']
|
|
||||||
tags = ['functional', 'tmpfile']
|
|
||||||
|
|
||||||
[tests/functional/trim]
|
[tests/functional/trim]
|
||||||
tests = ['autotrim_integrity', 'autotrim_config', 'autotrim_trim_integrity',
|
tests = ['autotrim_integrity', 'autotrim_config', 'autotrim_trim_integrity',
|
||||||
'trim_integrity', 'trim_config']
|
'trim_integrity', 'trim_config']
|
||||||
|
@ -101,6 +101,10 @@ tags = ['functional', 'rsend']
|
|||||||
tests = ['snapshot_015_pos', 'snapshot_016_pos']
|
tests = ['snapshot_015_pos', 'snapshot_016_pos']
|
||||||
tags = ['functional', 'snapshot']
|
tags = ['functional', 'snapshot']
|
||||||
|
|
||||||
|
[tests/functional/tmpfile:Linux]
|
||||||
|
tests = ['tmpfile_001_pos', 'tmpfile_002_pos', 'tmpfile_003_pos']
|
||||||
|
tags = ['functional', 'tmpfile']
|
||||||
|
|
||||||
[tests/functional/upgrade:Linux]
|
[tests/functional/upgrade:Linux]
|
||||||
tests = ['upgrade_projectquota_001_pos']
|
tests = ['upgrade_projectquota_001_pos']
|
||||||
tags = ['functional', 'upgrade']
|
tags = ['functional', 'upgrade']
|
||||||
|
@ -70,7 +70,6 @@ SUBDIRS = \
|
|||||||
sparse \
|
sparse \
|
||||||
suid \
|
suid \
|
||||||
threadsappend \
|
threadsappend \
|
||||||
tmpfile \
|
|
||||||
trim \
|
trim \
|
||||||
truncate \
|
truncate \
|
||||||
upgrade \
|
upgrade \
|
||||||
@ -80,3 +79,8 @@ SUBDIRS = \
|
|||||||
write_dirs \
|
write_dirs \
|
||||||
xattr \
|
xattr \
|
||||||
zvol
|
zvol
|
||||||
|
|
||||||
|
if BUILD_LINUX
|
||||||
|
SUBDIRS += \
|
||||||
|
tmpfile
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user