From b3bd54c7a412253021e68e3a7ecd2373c95ffca6 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Tue, 27 Sep 2022 11:17:31 +0800 Subject: [PATCH] skip some test (cherry picked from commit 4ef4aa4710096752dcc6d7332daf5813e3d51809) --- libuv.spec | 6 ++++- openEuler-skip-some-test.patch | 47 ++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 openEuler-skip-some-test.patch diff --git a/libuv.spec b/libuv.spec index 53a954a..9f0966a 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,9 +1,10 @@ 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 License: MIT and CC-BY-4.0 URL: http://libuv.org/ @@ -59,6 +60,9 @@ make check %doc ChangeLog %changelog +* Tue Sep 27 2022 shixuantong - 1:1.42.0-3 +- skip some test + * Mon Jun 20 2022 renhongxun - 1.42.0-2 - enable check diff --git a/openEuler-skip-some-test.patch b/openEuler-skip-some-test.patch new file mode 100644 index 0000000..14c230a --- /dev/null +++ b/openEuler-skip-some-test.patch @@ -0,0 +1,47 @@ +From 19591084bc54ed3915d458582a1714cf54cffd0d Mon Sep 17 00:00:00 2001 +From: sxt1001 +Date: Tue, 27 Sep 2022 11:12:13 +0800 +Subject: [PATCH] openEuler: skip some test + +--- + test/test-list.h | 6 ------ + 1 file changed, 6 deletions(-) + +diff --git a/test/test-list.h b/test/test-list.h +index 59b95da..eaf7159 100644 +--- a/test/test-list.h ++++ b/test/test-list.h +@@ -167,13 +167,10 @@ 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) + TEST_DECLARE (udp_dgram_too_big) +-TEST_DECLARE (udp_dual_stack) + TEST_DECLARE (udp_ipv6_only) + TEST_DECLARE (udp_options) + TEST_DECLARE (udp_options6) +@@ -741,7 +738,6 @@ TASK_LIST_START + TEST_ENTRY (udp_send_immediate) + TEST_ENTRY (udp_send_unreachable) + TEST_ENTRY (udp_dgram_too_big) +- TEST_ENTRY (udp_dual_stack) + TEST_ENTRY (udp_ipv6_only) + TEST_ENTRY (udp_options) + TEST_ENTRY (udp_options6) +@@ -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.27.0 + -- Gitee