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-19 16:46:28 +0000
commit7797d079ff136e9e13e7d66a160560913914f9a7 (patch)
tree30b544252831993ed249e7d83c4fbed823c108f5
parent8eab86fb3f155e5de86a53e96b9bc87c512d56e8 (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 (cherry picked from commit 001cfc7b8aa38122c4e0fe8ae48fae3556a1f2b6)
-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 4d45a68ef244..51d4aeeaedfc 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -46,6 +46,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