rust/tests/ui/process
Hood Chatham 1d6643c4f6 Fix most ui tests on emscripten target
To fix the linker errors, we need to set the output extension to `.js` instead
of `.wasm`. Setting the output to a `.wasm` file puts Emscripten into standalone
mode which is effectively a distinct target. We need to set the runner to be
`node` as well.

This fixes most of the ui tests. I fixed a few more tests with simple problems:
- `intrinsics/intrinsic-alignment.rs` and `structs-enums/rec-align-u64.rs` --
Two `#[cfg]` macros match for Emscripten so we got a duplicate definition of
`mod m`.
- `issues/issue-12699.rs` -- Seems to hang so I disabled it
- `process/process-sigpipe.rs` -- Not expected to work on Emscripten so I
disabled it
2024-10-15 14:25:55 +02:00
..
core-run-destroy.rs
env-args-reverse-iterator.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
env-funky-keys.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
env-null-vars.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
env-vars.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
exec-env.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
fds-are-cloexec.rs
inherit-env.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
issue-13304.rs
issue-14456.rs
issue-14940.rs
issue-16272.rs
issue-20091.rs
issue-30490.rs
multi-panic.rs
no-stdio.rs Handle a few more simple tests 2024-05-20 11:13:10 -04:00
nofile-limit.rs
println-with-broken-pipe.rs Always use a colon in //@ normalize-*: headers 2024-07-11 12:23:44 +10:00
println-with-broken-pipe.run.stderr Bless tests 2024-08-02 11:34:54 +00:00
println-with-broken-pipe.run.stdout
process-envs.rs
process-exit.rs
process-panic-after-fork.rs
process-remove-from-env.rs
process-sigpipe.rs Fix most ui tests on emscripten target 2024-10-15 14:25:55 +02:00
process-spawn-nonexistent.rs
process-spawn-with-unicode-params.rs
process-status-inherits-stdin.rs
signal-exit-status.rs
sigpipe-should-be-ignored.rs
tls-exit-status.rs
try-wait.rs