rust/tests/ui/std
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
..
issue-3563-3.rs Move tests 2024-03-03 16:30:48 -03:00
issue-3563-3.stderr Move tests 2024-03-03 16:30:48 -03:00
issue-81357-unsound-file-methods.rs
stdio-from.rs
thread-sleep-ms.rs Fix most ui tests on emscripten target 2024-10-15 14:25:55 +02:00
windows-bat-args1.bat Disallow or quote all specials in bat args 2024-04-09 01:19:08 +02:00
windows-bat-args2.bat Disallow or quote all specials in bat args 2024-04-09 01:19:08 +02:00
windows-bat-args3.bat Disallow or quote all specials in bat args 2024-04-09 01:19:08 +02:00
windows-bat-args.rs More robust extension checking 2024-09-03 14:36:21 +02:00