rust/tests/compile-fail/sync
2022-05-25 13:31:26 +00:00
..
libc_pthread_cond_double_destroy.rs Add tests for double destroying various pthread items 2021-12-06 21:15:02 +00:00
libc_pthread_cond_double_destroy.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_condattr_double_destroy.rs Handle uninit data in pthread_condattr_destroy 2021-12-05 19:47:29 +00:00
libc_pthread_condattr_double_destroy.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_deadlock.rs
libc_pthread_mutex_deadlock.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_default_deadlock.rs
libc_pthread_mutex_default_deadlock.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_destroy_locked.rs
libc_pthread_mutex_destroy_locked.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_double_destroy.rs Add tests for double destroying various pthread items 2021-12-06 21:15:02 +00:00
libc_pthread_mutex_double_destroy.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_normal_deadlock.rs
libc_pthread_mutex_normal_deadlock.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_normal_unlock_unlocked.rs
libc_pthread_mutex_normal_unlock_unlocked.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_NULL_deadlock.rs
libc_pthread_mutex_NULL_deadlock.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutex_wrong_owner.rs
libc_pthread_mutex_wrong_owner.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_mutexattr_double_destroy.rs Add tests for double destroying various pthread items 2021-12-06 21:15:02 +00:00
libc_pthread_mutexattr_double_destroy.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_destroy_read_locked.rs
libc_pthread_rwlock_destroy_read_locked.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_destroy_write_locked.rs
libc_pthread_rwlock_destroy_write_locked.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_double_destroy.rs Add tests for double destroying various pthread items 2021-12-06 21:15:02 +00:00
libc_pthread_rwlock_double_destroy.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_read_write_deadlock_single_thread.rs rustup; fix tests for new MIR optimization 2021-03-02 10:57:08 +01:00
libc_pthread_rwlock_read_write_deadlock_single_thread.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_read_wrong_owner.rs
libc_pthread_rwlock_read_wrong_owner.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_unlock_unlocked.rs
libc_pthread_rwlock_unlock_unlocked.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_write_read_deadlock_single_thread.rs rustup; fix tests for new MIR optimization 2021-03-02 10:57:08 +01:00
libc_pthread_rwlock_write_read_deadlock_single_thread.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_write_read_deadlock.rs
libc_pthread_rwlock_write_read_deadlock.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_write_write_deadlock_single_thread.rs rustup; fix tests for new MIR optimization 2021-03-02 10:57:08 +01:00
libc_pthread_rwlock_write_write_deadlock_single_thread.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_write_write_deadlock.rs
libc_pthread_rwlock_write_write_deadlock.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
libc_pthread_rwlock_write_wrong_owner.rs
libc_pthread_rwlock_write_wrong_owner.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00