Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | Ignore vsock tests on Linux aarch64 | Alan Somers | |
Apparently AWS Graviton containers don't support it. socket() retunrs EAFNOSUPPORT in that environment. Also, be more selective about skipping tests under QEMU Instead of skipping them on architectures where we happen to use QEMU, only skip them when QEMU is actually being used. | |||
2017-07-03 | Use single threads for testing | Bryant Mairs | |
I actually couldn't find a reference to CARGO_TEST_THREADS in the current cargo codebase, but RUST_TEST_THREADS is definitely correct. This should reduce some spurious failures on some platforms. |