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
This commit is contained in:
Mark Johnston
2026-05-03 15:46:52 +00:00
parent 476805133f
commit 001cfc7b8a
+2
View File
@@ -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