!31 skip some test
From: @tong_1001 Reviewed-by: @licihua Signed-off-by: @licihua
This commit is contained in:
commit
e6181064a2
47
backport-Skip-some-tests.patch
Normal file
47
backport-Skip-some-tests.patch
Normal file
@ -0,0 +1,47 @@
|
||||
From ec2de79876a5612916707aa3f107a99e6eeb0bff Mon Sep 17 00:00:00 2001
|
||||
From: Stephen Gallagher <sgallagh@redhat.com>
|
||||
Date: Wed, 5 Jan 2022 17:02:49 -0500
|
||||
Subject: [PATCH] Skip some tests
|
||||
|
||||
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
|
||||
---
|
||||
test/test-list.h | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/test/test-list.h b/test/test-list.h
|
||||
index 59b95da..1d8e00a 100644
|
||||
--- a/test/test-list.h
|
||||
+++ b/test/test-list.h
|
||||
@@ -163,12 +163,9 @@ TEST_DECLARE (udp_create_early)
|
||||
TEST_DECLARE (udp_create_early_bad_bind)
|
||||
TEST_DECLARE (udp_create_early_bad_domain)
|
||||
TEST_DECLARE (udp_send_and_recv)
|
||||
-TEST_DECLARE (udp_send_hang_loop)
|
||||
TEST_DECLARE (udp_send_immediate)
|
||||
TEST_DECLARE (udp_send_unreachable)
|
||||
TEST_DECLARE (udp_mmsg)
|
||||
-TEST_DECLARE (udp_multicast_join)
|
||||
-TEST_DECLARE (udp_multicast_join6)
|
||||
TEST_DECLARE (udp_multicast_ttl)
|
||||
TEST_DECLARE (udp_multicast_interface)
|
||||
TEST_DECLARE (udp_multicast_interface6)
|
||||
@@ -737,7 +734,6 @@ TASK_LIST_START
|
||||
TEST_ENTRY (udp_create_early_bad_bind)
|
||||
TEST_ENTRY (udp_create_early_bad_domain)
|
||||
TEST_ENTRY (udp_send_and_recv)
|
||||
- TEST_ENTRY (udp_send_hang_loop)
|
||||
TEST_ENTRY (udp_send_immediate)
|
||||
TEST_ENTRY (udp_send_unreachable)
|
||||
TEST_ENTRY (udp_dgram_too_big)
|
||||
@@ -749,8 +745,6 @@ TASK_LIST_START
|
||||
TEST_ENTRY (udp_mmsg)
|
||||
TEST_ENTRY (udp_multicast_interface)
|
||||
TEST_ENTRY (udp_multicast_interface6)
|
||||
- TEST_ENTRY (udp_multicast_join)
|
||||
- TEST_ENTRY (udp_multicast_join6)
|
||||
TEST_ENTRY (udp_multicast_ttl)
|
||||
TEST_ENTRY (udp_sendmmsg_error)
|
||||
TEST_ENTRY (udp_try_send)
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: libuv
|
||||
Epoch: 1
|
||||
Version: 1.42.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A multi-platform support library with a focus on asynchronous I/O
|
||||
|
||||
# from README.md
|
||||
@ -9,6 +9,8 @@ License: MIT and CC-BY-4.0
|
||||
URL: http://libuv.org/
|
||||
Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
|
||||
|
||||
Patch1: backport-Skip-some-tests.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool gcc
|
||||
|
||||
%description
|
||||
@ -59,6 +61,9 @@ make check
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Thu Dec 08 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-3
|
||||
- skip some test
|
||||
|
||||
* Mon Jun 20 2022 renhongxun <renhongxun@h-partners.com> - 1.42.0-2
|
||||
- enable check
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user