File: disable_ipv6_test.patch

package info (click to toggle)
libuv1 1.51.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,772 kB
  • sloc: ansic: 74,890; makefile: 676; python: 189; sh: 51; javascript: 18
file content (15 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Jérémy Lal <kapouer@melix.org>
Last-Update: 2017-10-12
Forwarded: not-needed
Description: export RES_OPTIONS = attempts:0 makes this test fail
--- a/test/test-getnameinfo.c
+++ b/test/test-getnameinfo.c
@@ -99,6 +99,8 @@
   
   int r;
 
+  RETURN_SKIP("DNS request disabled in ipv6 test");
+
   r = uv_ip6_addr(address_ip6, port, &addr6);
   ASSERT_OK(r);