Kai wrote:
Dan Kegel dank@kegel.com wrote:
I'm running into http://bugs.winehq.org/show_bug.cgi?id=15716 more and more often. We really need to set up mock servers so test cases don't need to rely on the public internet.
Samba has a socket wrapper library that fakes network access...
I was thinking of something cruder: an option that causes all hostname-to-IP-address resolution to resolve to 127.0.0.1, and then make that the default when running conformance tests. It would break lots of tests, so we would have to mark them todo_wine at the same time, or something.