rust/library/test/src
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
..
formatters test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
helpers test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
stats test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
term Dogfood feature(file_buffered) 2024-09-24 14:25:16 -07:00
bench.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cli.rs fix(libtest): Deprecate '--logfile' 2025-01-24 15:34:18 -06:00
console.rs test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
event.rs Do fewer passes and generally be more efficient when filtering tests 2022-10-27 21:34:56 -04:00
lib.rs test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
options.rs test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
stats.rs Fix doc nits 2024-07-26 13:26:33 +01:00
term.rs test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
test_result.rs test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
tests.rs Remove a bunch of emscripten test ignores 2025-01-24 09:25:34 +00:00
time.rs test: add #![warn(unreachable_pub)] 2025-01-20 18:46:29 +01:00
types.rs Reduce merged doctest source code size 2024-08-13 20:14:56 +02:00