From 8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 13 Jul 2017 14:17:33 -0700 Subject: Add a disabled builder for aarch64 emulated tests This commit adds a disabled builder which will run all tests for the standard library for aarch64 in a QEMU instance. Once we get enough capacity to run this on Travis this can be used to boost our platform coverage of AArch64 --- src/libstd/sys/unix/process/process_common.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/sys') diff --git a/src/libstd/sys/unix/process/process_common.rs b/src/libstd/sys/unix/process/process_common.rs index 32fcee1e461..839e2d88d6a 100644 --- a/src/libstd/sys/unix/process/process_common.rs +++ b/src/libstd/sys/unix/process/process_common.rs @@ -469,6 +469,7 @@ mod tests { // although the reason isn't very clear as to why. For now this test is // ignored there. #[cfg_attr(target_arch = "arm", ignore)] + #[cfg_attr(target_arch = "aarch64", ignore)] fn test_process_mask() { unsafe { // Test to make sure that a signal mask does not get inherited. -- cgit 1.4.1-3-g733a5