Skip to content

Unskip some tests on AArch64 #43642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/test/run-pass/foreign-call-no-runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/issue-13304.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/issue-16272.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/issue-20091.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/process-spawn-with-unicode-params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// non-ASCII characters. The child process ensures all the strings are
// intact.

// ignore-aarch64
// ignore-emscripten

use std::io::prelude::*;
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/sigpipe-should-be-ignored.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down