| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -32/+0 | |
| 2021-06-27 | Don't run a publically reachable server in tests | Smitty | -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-06 | Fix bind address in process-termination-blocking-io test | Mohsen Zohrevandi | -1/+1 | |
| 2020-05-01 | Correction: ignore emscripten in process termination tests | Mohsen Zohrevandi | -2/+2 | |
| 2020-04-29 | Ignore wasm in process termination tests | Mohsen Zohrevandi | -0/+2 | |
| 2020-04-22 | Process termination tests | Mohsen Zohrevandi | -0/+30 | |
| Related issues: - https://github.com/fortanix/rust-sgx/issues/109 | ||||
