rust/src/libtest
Dylan DPC 98347cdbff
Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichton
Don't propagate __RUST_TEST_INVOKE to subprocess

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.

r? @alexcrichton
2020-01-17 11:16:42 +05:30
..
formatters Format the world 2019-12-22 17:42:47 -05:00
helpers Format the world 2019-12-22 17:42:47 -05:00
stats Format the world 2019-12-22 17:42:47 -05:00
bench.rs Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml bootstrap: Merge the libtest build step with libstd 2019-08-23 16:46:11 -07:00
cli.rs Clarify test timeout evironment variables 2020-01-10 21:00:29 +03:00
console.rs Format the world 2019-12-22 17:42:47 -05:00
event.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichton 2020-01-17 11:16:42 +05:30
options.rs Format the world 2019-12-22 17:42:47 -05:00
stats.rs Enhance report-time option 2019-09-29 21:22:30 +03:00
test_result.rs Format the world 2019-12-22 17:42:47 -05:00
tests.rs Format the world 2019-12-22 17:42:47 -05:00
time.rs Format the world 2019-12-22 17:42:47 -05:00
types.rs Format the world 2019-12-22 17:42:47 -05:00