Commit graph

5 commits

Author SHA1 Message Date
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
Mohsen Zohrevandi
2b3adc9b94 Fix bind address in process-termination-blocking-io test 2020-05-06 23:41:38 -07:00
Mohsen Zohrevandi
2e749a5ecd Correction: ignore emscripten in process termination tests 2020-05-01 17:03:39 -07:00
Mohsen Zohrevandi
9d8f1170b1 Ignore wasm in process termination tests 2020-04-29 10:36:56 -07:00
Mohsen Zohrevandi
db1fbd4a11 Process termination tests
Related issues:
- https://github.com/fortanix/rust-sgx/issues/109
2020-04-22 14:24:20 -07:00