rust/library/std/src/io
Jacob Pratt b58221ec9d
Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum
Update emscripten std tests

This disables a bunch of emscripten tests that test things emscripten doesn't support and re-enables a whole bunch of tests which now work just fine on emscripten.

Tested with `EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" ./x.py test library/ --target wasm32-unknown-emscripten`.
2025-01-25 23:27:00 -05:00
..
buffered Add inherent versions of MaybeUninit methods for slices 2025-01-11 23:57:00 -05:00
copy Fix testing of the standard library with Emscripten 2025-01-24 09:25:34 +00:00
cursor attempt to optimise vectored write 2022-06-26 17:15:31 +01:00
error Use NonNull::without_provenance within the standard library 2025-01-10 23:23:10 +01:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
util Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
copy.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cursor.rs std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
error.rs update version placeholders 2025-01-08 20:02:18 +01:00
impls.rs Specialize read_exact and read_buf_exact for VecDeque 2024-10-23 10:09:24 +02:00
mod.rs Improve and expand documentation of pipes 2025-01-25 22:15:54 +02:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs add isatty alias for is_terminal 2024-12-01 13:54:04 -06:00
tests.rs Remove a bunch of emscripten test ignores 2025-01-24 09:25:34 +00:00
util.rs Replace version placeholders for 1.79 2024-05-01 21:01:51 -04:00