Skip to content

Commit 28c423d

Browse files
committed
Unskip some tests on AArch64
1 parent 5431f42 commit 28c423d

6 files changed

+0
-6
lines changed

src/test/run-pass/foreign-call-no-runtime.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-aarch64
1211
// ignore-emscripten no threads support
1312

1413
#![feature(libc)]

src/test/run-pass/issue-13304.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-aarch64
1211
// ignore-emscripten
1312
#![feature(io, process_capture)]
1413

src/test/run-pass/issue-16272.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-aarch64
1211
// ignore-emscripten
1312

1413
use std::process::Command;

src/test/run-pass/issue-20091.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-aarch64
1211
// ignore-emscripten
1312
#![feature(std_misc, os)]
1413

src/test/run-pass/process-spawn-with-unicode-params.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// non-ASCII characters. The child process ensures all the strings are
1717
// intact.
1818

19-
// ignore-aarch64
2019
// ignore-emscripten
2120

2221
use std::io::prelude::*;

src/test/run-pass/sigpipe-should-be-ignored.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// Be sure that when a SIGPIPE would have been received that the entire process
1212
// doesn't die in a ball of fire, but rather it's gracefully handled.
1313

14-
// ignore-aarch64
1514
// ignore-emscripten
1615

1716
use std::env;

0 commit comments

Comments
 (0)