about summary refs log tree commit diff
path: root/src/test/ui/test-panic-abort.run.stdout
AgeCommit message (Collapse)AuthorLines
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-30/+0
2021-05-16remove mode for run and ignore testsAliénore Bouttefeux-4/+4
2021-05-03change based on reviewAliénore Bouttefeux-5/+5
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-5/+5
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-2/+2
2020-05-05Ignore SGX on a few ui testsMohsen Zohrevandi-1/+1
2020-01-16Don't propagate __RUST_TEST_INVOKE to subprocessTyler 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-12Diagnostics should not end with a full stopvarkor-1/+1
2019-10-02Set RUST_BACKTRACE=0 in tests that include a backtrace in stderrAaron Hill-1/+1
This removes the implicit dependency on the environment variables set when running `./x.py test`
2019-09-28Add test for libtest panic=abort modeTyler Mandry-0/+29