From 1e0843ac892e8a63ee538ac0a5b3fc1485164730 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 26 Dec 2015 16:04:03 +0300 Subject: Patches --- gn/packages/patches/ldc-disable-tests.patch | 55 ----------------------------- 1 file changed, 55 deletions(-) delete mode 100644 gn/packages/patches/ldc-disable-tests.patch (limited to 'gn/packages/patches') diff --git a/gn/packages/patches/ldc-disable-tests.patch b/gn/packages/patches/ldc-disable-tests.patch deleted file mode 100644 index c24ff2a..0000000 --- a/gn/packages/patches/ldc-disable-tests.patch +++ /dev/null @@ -1,55 +0,0 @@ -Disable a few ldc tests. - -Patch by Pjotr Prins . - ---- a/runtime/phobos/std/path.d -+++ b/runtime/phobos/std/path.d -@@ -3080,8 +3080,8 @@ unittest - } - else - { -- assert(expandTilde("~root") == "/root", expandTilde("~root")); -- assert(expandTilde("~root/") == "/root/", expandTilde("~root/")); -+ // assert(expandTilde("~root") == "/root", expandTilde("~root")); -+ // assert(expandTilde("~root/") == "/root/", expandTilde("~root/")); - } - assert(expandTilde("~Idontexist/hey") == "~Idontexist/hey"); - } -diff --git a/runtime/phobos/std/socket.d b/runtime/phobos/std/socket.d -index b85d1c9..8d456c8 100644 ---- a/runtime/phobos/std/socket.d -+++ b/runtime/phobos/std/socket.d -@@ -519,6 +519,8 @@ unittest - { - // getprotobyname,number are unimplemented on Android - softUnittest({ -+ pragma(msg, "test disabled on GNU Guix"); -+ /* - Protocol proto = new Protocol; - assert(proto.getProtocolByType(ProtocolType.TCP)); - //writeln("About protocol TCP:"); -@@ -529,6 +531,7 @@ unittest - // } - assert(proto.name == "tcp"); - assert(proto.aliases.length == 1 && proto.aliases[0] == "TCP"); -+ */ - }); - } - -@@ -859,6 +862,8 @@ class InternetHost - - unittest - { -+ pragma(msg, "test disabled on GNU Guix"); -+/* - InternetHost ih = new InternetHost; - - ih.getHostByAddr(0x7F_00_00_01); -@@ -888,6 +893,7 @@ unittest - // { - // writefln("aliases[%d] = %s", i, s); - // } -+*/ - }); - } - -- cgit v1.2.3