| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -30/+0 | |
| 2021-05-16 | remove mode for run and ignore tests | Aliénore Bouttefeux | -4/+4 | |
| 2021-05-03 | change based on review | Aliénore Bouttefeux | -5/+5 | |
| 2021-05-03 | proof of concept add test type on prints | Aliénore Bouttefeux | -5/+5 | |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -2/+2 | |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -1/+1 | |
| 2020-01-16 | Don't propagate __RUST_TEST_INVOKE to subprocess | Tyler Mandry | -3/+4 | |
| When -Z panic_abort_tests is enabled, we use an environment variable to tell the subprocess which test to invoke. If that subprocess then invokes another Rust test binary, chaos ensues. | ||||
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 | |
| 2019-10-02 | Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr | Aaron Hill | -1/+1 | |
| This removes the implicit dependency on the environment variables set when running `./x.py test` | ||||
| 2019-09-28 | Add test for libtest panic=abort mode | Tyler Mandry | -0/+29 | |
