We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f26ade commit 10b6f33Copy full SHA for 10b6f33
library/std/src/sync/condvar/tests.rs
@@ -191,7 +191,7 @@ fn wait_timeout_wake() {
191
192
#[test]
193
#[should_panic]
194
-#[cfg_attr(not(unix), ignore)]
+#[cfg(all(unix, not(target_os = "linux"), not(target_os = "android")))]
195
fn two_mutexes() {
196
let m = Arc::new(Mutex::new(()));
197
let m2 = m.clone();
0 commit comments