1 Star 0 Fork 71

XYenChi/coreutils

forked from src-openEuler/coreutils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-disable-test-of-rwlock.patch 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
syyhao 提交于 2020-01-10 14:13 . strenthen patch
From bfeacf1aff5f577c42f0d3ca731cfb7ee2fd6a43 Mon Sep 17 00:00:00 2001
From: openEuler Buildteam <[email protected]>
Date: Fri, 10 Jan 2020 14:08:43 +0800
Subject: [PATCH] disable test of rwlock
---
gnulib-tests/test-lock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnulib-tests/test-lock.c b/gnulib-tests/test-lock.c
index 081cbf7..703ecba 100644
--- a/gnulib-tests/test-lock.c
+++ b/gnulib-tests/test-lock.c
@@ -42,7 +42,7 @@
Uncomment some of these, to verify that all tests crash if no locking
is enabled. */
#define DO_TEST_LOCK 1
-#define DO_TEST_RWLOCK 1
+#define DO_TEST_RWLOCK 0
#define DO_TEST_RECURSIVE_LOCK 1
#define DO_TEST_ONCE 1
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xyenchi/coreutils.git
[email protected]:xyenchi/coreutils.git
xyenchi
coreutils
coreutils
master

搜索帮助