rust/library/std/tests
Matthias Krüger 68dc159241
Rollup merge of #114172 - fortanix:raoul/fix_process-spawning_test, r=workingjubilee
Fix issue_15149 test for the SGX target

PR https://github.com/rust-lang/rust/pull/112390 moved tests to std. Unfortunately, this caused the `issue_15149` test to be enabled for the SGX target. This is incorrect as the SGX target does not support the `env::current_exe()` call.
2023-07-29 06:13:07 +02:00
..
common std: mark common functions in test crate pub(crate) 2023-05-25 08:15:04 -07:00
create_dir_all_bare.rs
env.rs
process_spawning.rs Fix issue_15149 test for the SGX target 2023-07-28 14:48:06 +02:00
run-time-detect.rs
switch-stdout.rs Fix switch-stdout test for none unix/windows platforms 2023-07-28 13:54:07 +02:00
thread.rs