Skip to content

Commit

Permalink
ZTS: Retire "tmpfile_reason" exception
Browse files Browse the repository at this point in the history
All supported Linux kernels, 4.18 and newer, provide O_TMPFILE.

Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
behlendorf committed Sep 21, 2024
1 parent 32b9c57 commit 0c4d4ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test-runner/bin/zts-report.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ exec_reason = 'Test user execute permissions required for utilities'
#
renameat2_reason = 'Kernel renameat2 support required'

#
# Some tests require the O_TMPFILE flag which was first introduced in the
# 3.11 kernel.
#
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.
Expand Down Expand Up @@ -246,7 +240,6 @@ maybe = {
'snapshot/snapshot_009_pos': ['FAIL', 7961],
'snapshot/snapshot_010_pos': ['FAIL', 7961],
'snapused/snapused_004_pos': ['FAIL', 5513],
'tmpfile/setup': ['SKIP', tmpfile_reason],
'trim/setup': ['SKIP', trim_reason],
'upgrade/upgrade_projectquota_001_pos': ['SKIP', project_id_reason],
'upgrade/upgrade_projectquota_002_pos': ['SKIP', project_id_reason],
Expand Down

0 comments on commit 0c4d4ac

Please sign in to comment.