From ca2a91f43bf6e1df23a07c295534f871ddf2d401 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Mon, 5 May 2025 16:11:36 -0500 Subject: [PATCH] tests: Disable gfxterm_menu and cmdline_cat tests Those tests fail depending on the version of unifont. As we don't distribute our own unifont it fails for most users. Disable them so that they don't mask real failures. They can be reinstated once we solve unifont problem. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- grub-core/Makefile.core.def | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index f70e02e69..24e8c8437 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -2253,6 +2253,10 @@ module = { common = tests/videotest_checksum.c; }; +/* + * These tests fail depending on the version of unifont. As we don't distribute + * our own unifont it fails for most users. Disable them so that they don't mask + * real failures. They can be reinstated once we solve unifont problem. module = { name = gfxterm_menu; common = tests/gfxterm_menu.c; @@ -2262,6 +2266,7 @@ module = { name = cmdline_cat_test; common = tests/cmdline_cat_test.c; }; + */ module = { name = bitmap; -- 2.47.3