Mara Bos
|
34621757ea
|
SeqCst->Relaxed in condvar test.
Relaxed is enough here. Synchronization is done by the mutex.
|
2024-03-20 15:38:09 +01:00 |
|
Mara Bos
|
21c5f780f4
|
Remove condvar::two_mutexes test.
We don't guarantee this panics. On most platforms it doesn't anymore.
|
2022-05-05 21:47:13 +02:00 |
|
Mara Bos
|
10b6f33508
|
Update tests.
|
2022-03-23 14:58:44 +01:00 |
|
Mara Bos
|
b1ce7a38a6
|
Disable condvar::two_mutexes test on non-unix platforms.
Condvars are no longer guaranteed to panic in this case on all
platforms. At least the unix implementation still does.
|
2020-10-02 09:47:08 +02:00 |
|
Lzu Tao
|
a4e926daee
|
std: move "mod tests/benches" to separate files
Also doing fmt inplace as requested.
|
2020-08-31 02:56:59 +00:00 |
|