mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
75fa9f6dec
This commit is extracted from #122036 and adds a new directive to the `compiletest` test runner, `//@ needs-threads`. This is intended to capture the need that a target must implement threading to execute a specific test, typically one that uses `std::thread`. This is primarily done for WebAssembly targets which currently do not have threads by default. This enables transitioning a lot of `//@ ignore-wasm*`-style ignores into a more self-documenting `//@ needs-threads` directive. Additionally the `wasm32-wasi-preview1-threads` target, for example, does actually have threads, but isn't tested in CI at this time. This change enables running these tests for that target, but not other wasm targets. |
||
---|---|---|
.. | ||
auxiliary | ||
issue-64872 | ||
cci_borrow.rs | ||
cci_capture_clause.rs | ||
cci_impl_exe.rs | ||
cci_iter_exe.rs | ||
cci_nested_exe.rs | ||
cci_no_inline_exe.rs | ||
const-cross-crate-const.rs | ||
const-cross-crate-extern.rs | ||
cross-crate-const-pat.rs | ||
moves-based-on-type-cross-crate.rs | ||
reexported-static-methods-cross-crate.rs | ||
static-array-across-crate.rs | ||
static-init.rs | ||
xcrate_generic_fn_nested_return.rs | ||
xcrate-address-insignificant.rs | ||
xcrate-associated-type-defaults.rs | ||
xcrate-static-addresses.rs | ||
xcrate-trait-lifetime-param.rs |