Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichton

Resolved #21773. (Aarch64 test has been broken again)
r? @alexcrichton
This commit is contained in:
bors 2015-03-20 17:45:15 +00:00
commit 3900c089a1
7 changed files with 39 additions and 0 deletions

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
extern crate libc;
use std::mem;

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
use std::env;
use std::io::prelude::*;
use std::io;

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
use std::process::Command;
use std::env;

View file

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
#[cfg(unix)]
fn main() {
use std::process::Command;

View file

@ -16,6 +16,8 @@
// non-ASCII characters. The child process ensures all the strings are
// intact.
// ignore-aarch64
use std::io::prelude::*;
use std::io;
use std::fs;