]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tests: Disable gfxterm_menu and cmdline_cat tests
authorGlenn Washburn <development@efficientek.com>
Mon, 5 May 2025 21:11:36 +0000 (16:11 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 29 May 2025 12:48:31 +0000 (14:48 +0200)
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 <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def

index f70e02e69654cdff64fc0313f956fcd689bbf865..24e8c8437eb31c5966cc3d4df0ae56cf8ab9d2b2 100644 (file)
@@ -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;