rust/tests/pass/concurrency
bors ab88ba4299 Auto merge of #2270 - RalfJung:futex-ordering, r=RalfJung
test that futexes induce appropriate synchronization

This fails when I remove the `validate_lock_acquire` or `validate_lock_release` from `futex_wake`. So finally we got those code paths actually covered in tests. :)
2022-06-26 03:54:43 +00:00
..
channels.rs rustup 2022-06-16 11:18:09 -07:00
concurrent_caller_location.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00
data_race.rs make a bunch of tests look more like how they did before rustfmt 2022-06-25 23:31:24 -04:00
disable_data_race_detector.rs rename test suite directories 2022-06-01 10:53:38 -04:00
issue1643.rs rename test suite directories 2022-06-01 10:53:38 -04:00
libc_pthread_cond.rs rename test suite directories 2022-06-01 10:53:38 -04:00
linux-futex.rs test that futexes induce appropriate synchronization 2022-06-25 23:40:58 -04:00
mutex_leak.rs test for forgetting locked mutex 2022-06-25 16:01:00 -04:00
simple.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00
simple.stderr bless tests 2022-06-06 20:17:39 -04:00
spin_loop.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00
spin_loops_nopreempt.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00
spin_loops.stderr Update experimental threading warning 2022-06-06 19:15:59 +01:00
sync_nopreempt.rs join all the threads 2022-06-25 15:46:47 -04:00
sync_singlethread.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00
sync.rs join all the threads 2022-06-25 15:46:47 -04:00
sync.stdout rename test suite directories 2022-06-01 10:53:38 -04:00
thread_locals.rs rename test suite directories 2022-06-01 10:53:38 -04:00
tls_lib_drop_single_thread.rs rename test suite directories 2022-06-01 10:53:38 -04:00
tls_lib_drop_single_thread.stderr rename test suite directories 2022-06-01 10:53:38 -04:00
tls_lib_drop.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00
tls_lib_drop.stdout rename test suite directories 2022-06-01 10:53:38 -04:00
tls_pthread_drop_order.rs Format tests with rustfmt (51-100 of 300) 2022-06-20 15:39:46 -07:00