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 e30a8b6 commit 514e8deCopy full SHA for 514e8de
src/libcore/arc.rs
@@ -206,6 +206,7 @@ mod tests {
206
}
207
208
#[test]
209
+ #[ignore] // this can probably infinite loop too.
210
fn exclusive_arc() {
211
let mut futures = [];
212
src/libcore/sys.rs
@@ -173,6 +173,7 @@ mod tests {
173
174
175
176
+ #[ignore] // this can go into infinite loops
177
fn condition_variable() {
178
let lock = arc::arc(create_lock());
179
let lock2 = arc::clone(&lock);
0 commit comments