aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-10 08:58:38 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-10 08:59:06 +0000
commit7653ff57ba152d8b4d4905cb43d9777a8300a80d (patch)
tree1dd95974aaf3bbb59ad3af0aebb7f83fb7e83fad
parent55b0385a595dfab92a78efb12632e1710d70f70a (diff)
downloadports-7653ff57ba152d8b4d4905cb43d9777a8300a80d.tar.gz
ports-7653ff57ba152d8b4d4905cb43d9777a8300a80d.zip
graphics/wayland: Mark TESTING_UNSAFE
-rw-r--r--graphics/wayland/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile
index a679c5c489f0..632db21714cb 100644
--- a/graphics/wayland/Makefile
+++ b/graphics/wayland/Makefile
@@ -19,4 +19,6 @@ USE_GNOME= libxslt:build
USE_LDCONFIG= yes
MESON_ARGS= -Ddocumentation=false
+TESTING_UNSAFE= "Assertion failed: (wrapped_calls_fcntl > n), function do_os_wrappers_dupfd_cloexec, file ../tests/os-wrappers-test.c, line 222"
+
.include <bsd.port.mk>