]> git.lizzy.rs Git - rust.git/commit
Add tests
authorDavid Cook <divergentdave@gmail.com>
Sun, 5 Apr 2020 18:25:49 +0000 (13:25 -0500)
committerDavid Cook <divergentdave@gmail.com>
Sun, 5 Apr 2020 18:25:49 +0000 (13:25 -0500)
commitd5d5a569264d6ca18ff4d4648d62a81ce85114f7
tree7310ab7f5262339951949d3bf6aaf63a3e9ad76f
parente7944419d4b7403c51028204ec5c4c53e776e94a
Add tests
tests/compile-fail/libc_pthread_mutex_normal_deadlock.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_rwlock_read_write_deadlock.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_rwlock_write_read_deadlock.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_rwlock_write_write_deadlock.rs [new file with mode: 0644]
tests/run-pass/libc.rs