aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runfiles/common.run
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2021-12-17 19:18:37 -0500
committerGitHub <[email protected]>2021-12-17 16:18:37 -0800
commit3fa5266d727a0e9506dfeed0118cbe7dd3c2a18d (patch)
tree311331500e79bfbdb0d79c5a5ae6bb831bc85273 /tests/runfiles/common.run
parent82e414f1b2e4d3c45d107b79da4a750485038c83 (diff)
Linux: Implement FS_IOC_GETVERSION
Provide access to file generation number on Linux. Add test coverage. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ahelenia ZiemiaƄska <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #12856
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r--tests/runfiles/common.run4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run
index d5052172d..0f0eab050 100644
--- a/tests/runfiles/common.run
+++ b/tests/runfiles/common.run
@@ -874,6 +874,10 @@ tags = ['functional', 'snapused']
tests = ['sparse_001_pos']
tags = ['functional', 'sparse']
+[tests/functional/stat]
+tests = ['stat_001_pos']
+tags = ['functional', 'stat']
+
[tests/functional/suid]
tests = ['suid_write_to_suid', 'suid_write_to_sgid', 'suid_write_to_suid_sgid',
'suid_write_to_none']