Skip to content

Commit 358db12

Browse files
committed
auto merge of #19590 : sfackler/rust/fix-android, r=sfackler
Seems to be blocking forever
2 parents 6f4c11b + 2e2aca9 commit 358db12

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/run-pass/issue-16671.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-android seems to block forever
12+
1113
#![forbid(warnings)]
1214

1315
// Pretty printing tests complain about `use std::predule::*`

src/test/run-pass/wait-forked-but-failed-child.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-test
1112

1213
extern crate libc;
1314

0 commit comments

Comments
 (0)