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 <developm...@efficientek.com>
---
This is my version of Vladimir's patch, which does not remove the test source
files. It comments out the build part with a description, which makes it easier
to re-enable the building/running of these tests. I've kept his original patch
description.

Glenn
---
 grub-core/Makefile.core.def | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
index 6d4f68cded74..b32ad914342c 100644
--- a/grub-core/Makefile.core.def
+++ b/grub-core/Makefile.core.def
@@ -2266,6 +2266,9 @@ 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;
@@ -2275,6 +2278,7 @@ module = {
   name = cmdline_cat_test;
   common = tests/cmdline_cat_test.c;
 };
+ */
 
 module = {
   name = bitmap;
-- 
2.34.1


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to