* [PATCH] tests: Disable gfxterm_menu and cmdline_cat tests
@ 2025-05-05 21:11 Glenn Washburn
2025-05-15 16:07 ` Daniel Kiper
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2025-05-05 21:11 UTC (permalink / raw)
To: grub-devel, Daniel Kiper; +Cc: Vladimir Serbinenko, Glenn Washburn
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-15 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 21:11 [PATCH] tests: Disable gfxterm_menu and cmdline_cat tests Glenn Washburn
2025-05-15 16:07 ` Daniel Kiper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.