aboutsummaryrefslogtreecommitdiff
path: root/ldc-disable-tests2.patch
blob: 1203045546570969c6b1e6f91edb2470c1f85f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff --git a/std/path.d b/std/path.d
index a9f0bd8..b063862 100644
--- a/std/path.d
+++ b/std/path.d
@@ -4043,10 +4043,10 @@ version(unittest) import std.process : environment;
         }
         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");
+        // assert(expandTilde("~Idontexist/hey") == "~Idontexist/hey");
     }
 }
 
diff --git a/std/socket.d b/std/socket.d
index e901168..72c4026 100644
--- a/std/socket.d
+++ b/std/socket.d
@@ -804,7 +804,7 @@ class InternetHost
 }
 
 ///
-@safe unittest
+@safe version(skipunittest) unittest
 {
     InternetHost ih = new InternetHost;