rust/tests/ui/process
Alex Crichton cf6d6050f7 Update test directives for wasm32-wasip1
* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`.
2024-03-11 09:36:35 -07:00
..
core-run-destroy.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
fds-are-cloexec.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-13304.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-14456.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-14940.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-16272.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-20091.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
issue-30490.rs Move tests 2024-03-03 16:30:48 -03:00
multi-panic.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
no-stdio.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
nofile-limit.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
println-with-broken-pipe.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
println-with-broken-pipe.run.stderr Fix tests. 2023-07-29 11:47:26 +02:00
println-with-broken-pipe.run.stdout Regression test println!() panic message on ErrorKind::BrokenPipe 2023-07-26 13:41:39 +02:00
process-envs.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-exit.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-panic-after-fork.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-remove-from-env.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-sigpipe.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-spawn-nonexistent.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-spawn-with-unicode-params.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
process-status-inherits-stdin.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
signal-exit-status.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
sigpipe-should-be-ignored.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
tls-exit-status.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
try-wait.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00