From 8a288d3affa0b5a943695fac27d81f93565e9777 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 5 Dec 2014 20:22:35 -0800 Subject: [PATCH 1/2] Ignore issue #16671 test on android Seems to be blocking forever --- src/test/run-pass/issue-16671.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/issue-16671.rs b/src/test/run-pass/issue-16671.rs index 27a97e1f172e..20bf1b260de6 100644 --- a/src/test/run-pass/issue-16671.rs +++ b/src/test/run-pass/issue-16671.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-android seems to block forever + #![forbid(warnings)] // Pretty printing tests complain about `use std::predule::*` From 2e2aca9eb8db5a37757d098e2cedd10015b2ce8e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 5 Dec 2014 22:58:04 -0800 Subject: [PATCH 2/2] Ignore wait-forked-but-failed-child Test will be fixed in #19588 --- src/test/run-pass/wait-forked-but-failed-child.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/wait-forked-but-failed-child.rs b/src/test/run-pass/wait-forked-but-failed-child.rs index 17dfb9e33194..f482b2e1e703 100644 --- a/src/test/run-pass/wait-forked-but-failed-child.rs +++ b/src/test/run-pass/wait-forked-but-failed-child.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-test extern crate libc;