diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-07-13 14:17:33 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-07-24 16:24:52 -0700 |
| commit | 8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296 (patch) | |
| tree | 657b27713b42c8daee9e8cf62df8ad9be4b7720f /src/test/codegen/stack-probes.rs | |
| parent | b80e946101dd49dd1864b6229f9430c55036c7ce (diff) | |
| download | rust-8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296.tar.gz rust-8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296.zip | |
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
Diffstat (limited to 'src/test/codegen/stack-probes.rs')
| -rw-r--r-- | src/test/codegen/stack-probes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs index 1658f4ee5d2..5b26dade9af 100644 --- a/src/test/codegen/stack-probes.rs +++ b/src/test/codegen/stack-probes.rs @@ -11,6 +11,7 @@ // ignore-arm // ignore-aarch64 // ignore-powerpc +// ignore-aarch64 // ignore-wasm // ignore-emscripten // ignore-windows |
