Unskip some tests on AArch64

This commit is contained in:
Mátyás Mustoha 2017-08-04 13:45:08 +02:00
parent 5431f423aa
commit 28c423d692
6 changed files with 0 additions and 6 deletions

View file

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
// ignore-emscripten no threads support
#![feature(libc)]

View file

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
// ignore-emscripten
#![feature(io, process_capture)]

View file

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

View file

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-aarch64
// ignore-emscripten
#![feature(std_misc, os)]

View file

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

View file

@ -11,7 +11,6 @@
// Be sure that when a SIGPIPE would have been received that the entire process
// doesn't die in a ball of fire, but rather it's gracefully handled.
// ignore-aarch64
// ignore-emscripten
use std::env;