[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/4a496c848c9ab5dff49ba4887900abd6acf7c160
fix Issue 14938 - std.net.curl tests should use localhost or stub any
networking

https://github.com/D-Programming-Language/phobos/commit/ed97fd15faa69f02f33e74ed2213b53440516183
Merge pull request #3576 from MartinNowak/fix14938

--


[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-08-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/4a496c848c9ab5dff49ba4887900abd6acf7c160
fix Issue 14938 - std.net.curl tests should use localhost or stub any
networking

- implement test server on second thread that can be
  fed with premade responses and records the requests
- rewrite tests
- fix upload which didn't work at all

https://github.com/D-Programming-Language/phobos/commit/ed97fd15faa69f02f33e74ed2213b53440516183
Merge pull request #3576 from MartinNowak/fix14938

fix Issue 14938 - std.net.curl tests should use localhost or stub any
networking

--


[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938

Martin Nowak c...@dawg.eu changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Martin Nowak c...@dawg.eu ---
The upload function didn't work at all.
https://github.com/D-Programming-Language/phobos/pull/3576

--


[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-08-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938

--- Comment #2 from Martin Nowak c...@dawg.eu ---
Though std.socket mostly does DNS resolution. Maybe use HOSTALIASES on
non-Windows systems.
It doesn't make much sense to test the actual DNS resolution anyhow, as the
purpose is to test the correct usage of gethostbyname et. al.

--


[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-08-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938

Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com ---
This applies to std.socket as well.

--