]> git.lizzy.rs Git - rust.git/commitdiff
Unskip some tests on AArch64
authorMátyás Mustoha <mmatyas@inf.u-szeged.hu>
Fri, 4 Aug 2017 11:45:08 +0000 (13:45 +0200)
committerMátyás Mustoha <mmatyas@inf.u-szeged.hu>
Fri, 4 Aug 2017 11:45:08 +0000 (13:45 +0200)
src/test/run-pass/foreign-call-no-runtime.rs
src/test/run-pass/issue-13304.rs
src/test/run-pass/issue-16272.rs
src/test/run-pass/issue-20091.rs
src/test/run-pass/process-spawn-with-unicode-params.rs
src/test/run-pass/sigpipe-should-be-ignored.rs

index 697e9074c448c1056889f906cc5ae174881ea267..dd5c075c39b16cf8752e6d4178cb30ab06dd1e7b 100644 (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)]
index e1c2c5684fb5f18f34abf436c5de8245f2668f38..5a743d7b54784357efc748cd72c025f6dfc117b0 100644 (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)]
 
index d4f3d15b320d7987a3fa2172137372f406006fc6..f86be2d7c9933fae3d7a5cb0e8449b541de2a994 100644 (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;
index 52c7911075ae9d3d51542e043286dea6c3328d72..1ee47a69d0c87dde43b489fe3a3771edaa5f64f1 100644 (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)]
 
index d3d847127ee954430d82ee0366dd08114344ba45..550c6d6ab67025a8311ec582f590b05e2f01cc38 100644 (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::*;
index 4eb4720e8d7be43f611dc444057d38b780d74a48..5aa4faa13656527803943c03f4ffa1544a9d8423 100644 (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;