r46185 - in /desktop/unstable/pango1.0/debian: changelog patches/disable-layout-test.patch patches/series
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Mon Sep 28 13:44:25 UTC 2015
Author: ah
Date: Mon Sep 28 13:44:25 2015
New Revision: 46185
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46185
Log:
* Add debian/patches/disable-layout-test.patch
- disable flaky test while waiting for feedback on bgo#755733
Added:
desktop/unstable/pango1.0/debian/patches/disable-layout-test.patch
Modified:
desktop/unstable/pango1.0/debian/changelog
desktop/unstable/pango1.0/debian/patches/series
Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=46185&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog [utf-8] Mon Sep 28 13:44:25 2015
@@ -1,3 +1,10 @@
+pango1.0 (1.38.0-2) unstable; urgency=medium
+
+ * Add debian/patches/disable-layout-test.patch
+ - disable flaky test while waiting for feedback on bgo#755733
+
+ -- Andreas Henriksson <andreas at fatal.se> Mon, 28 Sep 2015 15:34:57 +0200
+
pango1.0 (1.38.0-1) unstable; urgency=medium
* New upstream release.
Added: desktop/unstable/pango1.0/debian/patches/disable-layout-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/patches/disable-layout-test.patch?rev=46185&op=file
==============================================================================
--- desktop/unstable/pango1.0/debian/patches/disable-layout-test.patch (added)
+++ desktop/unstable/pango1.0/debian/patches/disable-layout-test.patch [utf-8] Mon Sep 28 13:44:25 2015
@@ -0,0 +1,17 @@
+From: Andreas Henriksson <andreas at fatal.se>
+Subject: disable test-layout for now
+
+https://bugzilla.gnome.org/show_bug.cgi?id=755733
+
+--- a/tests/test-layout.c
++++ b/tests/test-layout.c
+@@ -347,6 +347,9 @@
+ g_setenv ("LC_ALL", "C", TRUE);
+ setlocale (LC_ALL, "");
+
++ g_print("WARNING: test-layout disabled -- https://bugzilla.gnome.org/show_bug.cgi?id=755733\n");
++ return 0;
++
+ g_test_init (&argc, &argv, NULL);
+
+ context = pango_font_map_create_context (pango_cairo_font_map_get_default ());
Modified: desktop/unstable/pango1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/patches/series?rev=46185&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/patches/series [utf-8] Mon Sep 28 13:44:25 2015
@@ -1 +1,2 @@
tests-needs-asserts.patch
+disable-layout-test.patch
More information about the pkg-gnome-commits
mailing list