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 Exclude SGX from create_dir_all_bare test 2023-02-21 18:33:20 +00:00
env.rs Make create_dir_all_bare an std integration test 2023-02-21 18:33:19 +00:00
process_spawning.rs Fix issue_15149 test for the SGX target 2023-07-28 14:48:06 +02:00
run-time-detect.rs std: remove test for arm's crypto feature 2023-05-08 19:09:12 +09:00
switch-stdout.rs Fix switch-stdout test for none unix/windows platforms 2023-07-28 13:54:07 +02:00
thread.rs Make ui test that are run-pass and do not test the compiler itself library tests 2020-11-30 02:47:32 +01:00