rust/src/test/ui/process-termination
Smitty 63cc169d1e Don't run a publically reachable server in tests
This causes Windows Defender's firewall to pop up during tests to ask if
I want to allow the test program to access the public Internet, since it
was listening on `0.0.0.0`. The test server doesn't actually need to be
publically reachable, so this makes it so it is only reachable locally,
which makes Windows Defender happy.
2021-06-27 09:53:27 -04:00
..
process-termination-blocking-io.rs Don't run a publically reachable server in tests 2021-06-27 09:53:27 -04:00
process-termination-simple.rs Correction: ignore emscripten in process termination tests 2020-05-01 17:03:39 -07:00