summaryrefslogtreecommitdiff
path: root/net-libs/gnet/files/gnet-2.0.8-unittest-service.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-14 18:51:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-14 18:51:10 +0000
commitaa44121f587698ace480d5ca16ae9e64fe1b4d0b (patch)
tree51e169f07cbed2c1aca51f5e6ae3152233d68f27 /net-libs/gnet/files/gnet-2.0.8-unittest-service.patch
parent7d58bf45ea7b2d8f188fd2aa40484a8c9a3381a7 (diff)
gentoo auto-resync : 14:11:2022 - 18:51:10
Diffstat (limited to 'net-libs/gnet/files/gnet-2.0.8-unittest-service.patch')
-rw-r--r--net-libs/gnet/files/gnet-2.0.8-unittest-service.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-libs/gnet/files/gnet-2.0.8-unittest-service.patch b/net-libs/gnet/files/gnet-2.0.8-unittest-service.patch
deleted file mode 100644
index f2946aaf438c..000000000000
--- a/net-libs/gnet/files/gnet-2.0.8-unittest-service.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Disable unittests requiring a running HTTP server on port 80.
-
---- a/tests/check/gnet/gnetinetaddr.c.old 2014-09-27 17:56:51.130350306 +0200
-+++ b/tests/check/gnet/gnetinetaddr.c 2014-09-27 17:57:23.396114568 +0200
-@@ -443,7 +443,7 @@
-
- GNET_START_TEST (test_inetaddr_list_async)
- {
-- do_test_inetaddr_list_async ("localhost");
-+/* do_test_inetaddr_list_async ("localhost"); */
- /* FIXME: these might not work right yet because of the timings in the test
- #ifdef GNET_ENABLE_NETWORK_TESTS
- do_test_inetaddr_list_async ("www.google.com");
-@@ -573,7 +573,7 @@
-
- GNET_START_TEST (test_inetaddr_name_async)
- {
-- do_test_inetaddr_name_async ("localhost");
-+/* do_test_inetaddr_name_async ("localhost"); */
-
- /* FIXME: these might not work right yet because of the timings in the test
- #ifdef GNET_ENABLE_NETWORK_TESTS
-@@ -798,7 +798,7 @@
-
- GNET_START_TEST (test_inetaddr_reverse_async)
- {
-- do_test_inetaddr_reverse_async ("localhost");
-+/* do_test_inetaddr_reverse_async ("localhost"); */
-
- #ifdef GNET_ENABLE_NETWORK_TESTS
- do_test_inetaddr_reverse_async ("gabe.freedesktop.org");