Skip to content

Commit b93a4da

Browse files
committed
auto merge of #11506 : brson/rust/androidfixes, r=cmr
2 parents cb9c102 + 58097c1 commit b93a4da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/run-pass/capturing-logging.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// xfail-fast
12+
// xfail-android (FIXME #11419)
1213
// exec-env:RUST_LOG=info
1314

1415
#[no_uv];

src/test/run-pass/native-always-waits.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// xfail-fast
12+
// xfail-android (FIXME #11419)
1213

1314
extern mod native;
1415

0 commit comments

Comments
 (0)