about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/issue-43733.rs
AgeCommit message (Collapse)AuthorLines
2024-05-23delete UI tests that only check internal implementation details of thread-localsjoboet-32/+0
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
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.
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-05Stabilize THIR unsafeckMatthew Jasper-2/+2
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-6/+2
This is to make the diff when stabilizing it easier to review.
2023-04-26Update tests.Mara Bos-5/+3
2023-03-10Moved thread_local implementation to sys::commonAyush Singh-4/+4
This allows removing all the platform-dependent code from `library/std/src/thread/local.rs` and `library/std/src/thread/mod.rs` Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
2023-01-11Move /src/test to /testsAlbert Larsan-0/+38