SHA256
3
0
forked from pool/libuv
libuv/fix_tests.patch
Matej Cepl 93328b5e7d Accepting request 769949 from home:marxin:branches:devel:libraries:c_c++
- Update to libuv 1.34.2:
  * Remove fno-common-build-errs.patch and rebase
    fix_tests.patch.
  Changes since version 1.34.1:
  * misc: adjust stalebot deadlines (Jameson Nash)
  * test: fix env-vars flakiness (cjihrig)
  * test: avoid truncating output lines (Jameson Nash)
  * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)
  * ibmi: implement uv_interface_addresses() (Xu Meng)
  * osx,fsevent: fix race during uv_loop_close (Jameson Nash)
  * osx,fsevent: clear pointer when deleting it [NFCI] (Jameson Nash)
  * Revert "aix: replace ECONNRESET with EOF if already closed" (Jameson Nash)
  * unix: handle uv__open_cloexec return value correctly (Anna Henningsen)
  Changes since version 1.34.0:
  * unix: fix -Wstrict-aliasing compiler warning (Ben Noordhuis)
  * unix: cache address of dlsym("mkostemp") (Ben Noordhuis)
  * build: remove -pedantic from compiler flags (Ben Noordhuis)
  * Revert "darwin: assume pthread_setname_np() is available" (Ben Noordhuis)
  * Revert "darwin: speed up uv_set_process_title()" (Ben Noordhuis)
  * darwin: assume pthread_setname_np() is available (Ben Noordhuis)
  * ibmi: fix the false isatty() issue on IBMi (Xu Meng)
  * test: fix test failure under NetBSD and OpenBSD (David Carlier)
  * test: skip some test cases on IBMi (Xu Meng)
  * test: skip uv_(get|set)_process_title on IBMi (Xu Meng)
  * doc: remove binaries for Windows from README (Richard Lau)
  * unix: fix -Wunused-but-set-variable warning (George Zhao)
  * unix: pass sysctl size arg using ARRAY_SIZE macro (David Carlier)
  * test: disallow running the test suite as root (cjihrig)
  * unix: suppress -Waddress-of-packed-member warning (Ben Noordhuis)
  * misc: make more tags "not-stale" (Jameson Nash)

OBS-URL: https://build.opensuse.org/request/show/769949
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=39
2020-02-04 12:39:36 +00:00

22 lines
645 B
Diff

diff --git a/test/test-list.h b/test/test-list.h
index a6cfc6b..eb514db 100644
--- a/test/test-list.h
+++ b/test/test-list.h
@@ -678,8 +678,6 @@ TASK_LIST_START
TEST_ENTRY (udp_no_autobind)
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_try_send)
@@ -817,7 +815,6 @@ TASK_LIST_START
TEST_ENTRY (getnameinfo_basic_ip4)
TEST_ENTRY (getnameinfo_basic_ip4_sync)
- TEST_ENTRY (getnameinfo_basic_ip6)
TEST_ENTRY (getsockname_tcp)
TEST_ENTRY (getsockname_udp)