1 Star 0 Fork 30

shirely/pango

forked from src-openEuler/pango 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
disable-layout-test.patch 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
shirely16 提交于 2020-06-15 16:43 . update to pango-1.44.7
From e2d66766171c216052b4d1a112752f6fb5370631 Mon Sep 17 00:00:00 2001
From: songnannan <[email protected]>
Date: Thu, 16 Apr 2020 21:14:36 +0800
Subject: [PATCH] disable layout test
https://gitlab.gnome.org/GNOME/pango/issues/299
It comes down to font availability differences on the systems the test
are run on, which hard to fix.
---
tests/meson.build | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/meson.build b/tests/meson.build
index c617331..a870ccf 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -40,8 +40,6 @@ if cairo_dep.found()
[ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
[ 'test-ellipsize', [ 'test-ellipsize.c' ], [ libpangocairo_dep ] ],
[ 'markup-parse', [ 'markup-parse.c' , 'test-common.c' ], [ libpangocairo_dep ] ],
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ],
- [ 'test-itemize', [ 'test-itemize.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-shape', [ 'test-shape.c', 'test-common.c' ], [ libpangocairo_dep ] ],
[ 'test-font', [ 'test-font.c' ], [ libpangocairo_dep ] ],
[ 'testattributes', [ 'testattributes.c', 'test-common.c' ], [ libpangocairo_dep ] ],
--
2.23.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shirely16/pango.git
[email protected]:shirely16/pango.git
shirely16
pango
pango
master

搜索帮助