aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-05-03 15:46:52 +0000
committerMark Johnston <markj@FreeBSD.org>2026-05-03 21:51:49 +0000
commit001cfc7b8aa38122c4e0fe8ae48fae3556a1f2b6 (patch)
tree87aa22713ca75f04e19d1a4bd8d2a7760d92ab81
parent476805133f5736c2c8638e41d2b5d8dd2c597f3a (diff)
tests/timerfd: Serialize
At least one of these tests changes the system clock, which potentially interferes with concurrently running tests and causes them to fail. MFC after: 1 week
-rw-r--r--tests/sys/kern/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile
index e65b4812f90b..a5a2af67e39d 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -55,6 +55,8 @@ ATF_TESTS_C+= sysctl_kern_proc
ATF_TESTS_C+= sys_getrandom
ATF_TESTS_C+= timerfd
LIBADD.timerfd+= pthread
+# One test modifies the system time.
+TEST_METADATA.timerfd+= is_exclusive="true"
ATF_TESTS_C+= tty_pts
ATF_TESTS_C+= unix_dgram
ATF_TESTS_C+= unix_passfd_dgram