about summary refs log tree commit diff
path: root/library/std/tests/process_spawning.rs
AgeCommit message (Collapse)AuthorLines
2025-09-19Fix test suite in iOS/tvOS/watchOS/visionOS simulatorMads Marquart-0/+1
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-1/+2
This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs.
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-04-07also test parts of stdRalf Jung-0/+1
requires disabling some tests that do not work
2024-01-11apply fmtklensy-1/+1
2023-07-28Fix issue_15149 test for the SGX targetRaoul Strackx-0/+2
2023-07-26Have a better file name than just the issue idMoskalykA-0/+36