rust/tests/run-pass/concurrency
Aaron Hill 05bb560de2
Enable backtrace feature in the generated Xargo.toml
This allows the normal std panic hook to print a backtrace if
`RUST_BACKTRACE=1` and `-Z miri-disable-isolation` are set
2020-10-20 18:27:55 -04:00
..
libc_pthread_cond.rs Review comments 2020-09-07 10:54:39 -05:00
linux-futex.rs Add test for futex syscall. 2020-10-03 13:34:49 +02:00
linux-futex.stderr Add test for futex syscall. 2020-10-03 13:34:49 +02:00
simple.rs also test panic from thread with name 2020-05-03 12:51:48 +02:00
simple.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
sync_singlethread.rs introduce platform-specific module hierarchy for dlsym (similar to foreign_items) 2020-06-27 14:36:05 +02:00
sync.rs merge parking test into general synchronization test 2020-10-03 15:27:23 +02:00
sync.stderr Move all run-pass synchronization primitive tests to sync.rs. 2020-05-25 00:02:54 +02:00
sync.stdout Move all run-pass synchronization primitive tests to sync.rs. 2020-05-25 00:02:54 +02:00
thread_locals.rs Improve concurrency tests. 2020-04-27 14:26:36 -07:00
thread_locals.stderr Improve concurrency tests. 2020-04-27 14:26:36 -07:00
tls_lib_drop_single_thread.rs Unify TLS dtors; move stepping outside. 2020-04-27 14:26:36 -07:00
tls_lib_drop_single_thread.stderr Unify TLS dtors; move stepping outside. 2020-04-27 14:26:36 -07:00
tls_lib_drop.rs fix and test order of TLS dtors and thread joining 2020-07-27 23:32:15 +02:00
tls_lib_drop.stderr Clarify comments about TLS destructor handling in Windows, add a test for TLS destructors. 2020-04-27 14:26:36 -07:00
tls_lib_drop.stdout fix and test order of TLS dtors and thread joining 2020-07-27 23:32:15 +02:00