about summary refs log tree commit diff
path: root/src/test/ui/process-termination
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-32/+0
2021-06-27Don't run a publically reachable server in testsSmitty-1/+1
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.
2020-05-06Fix bind address in process-termination-blocking-io testMohsen Zohrevandi-1/+1
2020-05-01Correction: ignore emscripten in process termination testsMohsen Zohrevandi-2/+2
2020-04-29Ignore wasm in process termination testsMohsen Zohrevandi-0/+2
2020-04-22Process termination testsMohsen Zohrevandi-0/+30
Related issues: - https://github.com/fortanix/rust-sgx/issues/109