[pango/gravity-metrics-fix] Disable the failing line height test



commit c4403181176549441ab3ad4d36a7a8e483f0b4fd
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 27 22:10:42 2021 -0400

    Disable the failing line height test
    
    This needs to wait until 20ec670e124e4461075 can
    be reapplied.

 tests/testmisc.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/tests/testmisc.c b/tests/testmisc.c
index b9ec81ea..4d83f6bb 100644
--- a/tests/testmisc.c
+++ b/tests/testmisc.c
@@ -152,6 +152,9 @@ test_line_height2 (void)
   g_object_unref (context);
 }
 
+#if 0
+/* This test fails since I had to revert 20ec670e124e446107
+ */
 static void
 test_line_height3 (void)
 {
@@ -183,6 +186,7 @@ test_line_height3 (void)
   g_object_unref (layout);
   g_object_unref (context);
 }
+#endif
 
 static void
 test_run_height (void)
@@ -669,7 +673,7 @@ main (int argc, char *argv[])
   g_test_add_func ("/language/emoji-crash", test_language_emoji_crash);
   g_test_add_func ("/layout/line-height", test_line_height);
   g_test_add_func ("/layout/line-height2", test_line_height2);
-  g_test_add_func ("/layout/line-height3", test_line_height3);
+  //g_test_add_func ("/layout/line-height3", test_line_height3);
   g_test_add_func ("/layout/run-height", test_run_height);
   g_test_add_func ("/layout/cursor-height", test_cursor_height);
   g_test_add_func ("/layout/cursor-height2", test_cursor_height2);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]