aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/sys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tests/sys/Makefile')
-rw-r--r--lib/libc/tests/sys/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile
index e4a1bf30a8f9..188196911666 100644
--- a/lib/libc/tests/sys/Makefile
+++ b/lib/libc/tests/sys/Makefile
@@ -74,6 +74,13 @@ NETBSD_ATF_TESTS_C+= write_test
LIBADD.getpid_test+= pthread
LIBADD.timer_create_test+= rt
+# Message queue IPC tests need to be executed serially since they variously
+# use global keys and exhaust global IPC limits.
+TEST_METADATA.msgctl_test+= is_exclusive="true"
+TEST_METADATA.msgget_test+= is_exclusive="true"
+TEST_METADATA.msgsnd_test+= is_exclusive="true"
+TEST_METADATA.msgrcv_test+= is_exclusive="true"
+
.include "../Makefile.netbsd-tests"
SRCS.mlock_test+= mlock_helper.c