git: 7653ff57ba15 - main - graphics/wayland: Mark TESTING_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Mar 2024 09:00:12 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7653ff57ba152d8b4d4905cb43d9777a8300a80d commit 7653ff57ba152d8b4d4905cb43d9777a8300a80d Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-10 08:58:38 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-10 08:59:06 +0000 graphics/wayland: Mark TESTING_UNSAFE --- graphics/wayland/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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>