rust/tests/ui/threads-sendsync
Alex Crichton cf6d6050f7 Update test directives for wasm32-wasip1
* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`.
2024-03-11 09:36:35 -07:00
..
auxiliary
child-outlives-parent.rs
clone-with-exterior.rs
comm.rs
eprint-on-tls-drop.rs
issue-4446.rs
issue-4448.rs
issue-8827.rs
issue-9396.rs
issue-24313.rs
issue-29488.rs
issue-43733-2.rs
issue-43733.rs
issue-43733.stderr
mpsc_stress.rs
send_str_hashmap.rs
send_str_treemap.rs
send-is-not-static-par-for.rs
send-resource.rs
send-type-inference.rs
sendable-class.rs
sendfn-is-a-block.rs
sendfn-spawn-with-fn-arg.rs
spawn2.rs
spawn-fn.rs
spawn-types.rs
spawn.rs
spawning-with-debug.rs
std-sync-right-kind-impls.rs
sync-send-atomics.rs
sync-send-in-std.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
sync-send-iterators-in-libcollections.rs
sync-send-iterators-in-libcore.rs
task-comm-0.rs
task-comm-1.rs
task-comm-3.rs
task-comm-4.rs
task-comm-5.rs
task-comm-6.rs
task-comm-7.rs
task-comm-9.rs
task-comm-10.rs
task-comm-11.rs
task-comm-12.rs
task-comm-13.rs
task-comm-14.rs
task-comm-15.rs
task-comm-16.rs
task-comm-17.rs
task-comm-chan-nil.rs
task-life-0.rs
task-spawn-barefn.rs
task-spawn-move-and-copy.rs
task-stderr.rs
tcp-stress.rs
test-tasks-invalid-value.rs
thread-local-extern-static.rs
thread-local-syntax.rs
threads.rs
tls-dtors-are-run-in-a-static-binary.rs
tls-init-on-init.rs
tls-try-with.rs
trivial-message.rs
unwind-resource.rs
yield1.rs
yield2.rs
yield.rs