diff options
| author | bors <bors@rust-lang.org> | 2017-07-26 03:53:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-07-26 03:53:46 +0000 |
| commit | bad58f27916e7e233cc2916dcc9167708077e792 (patch) | |
| tree | bf77c09bafe759f7538cb721d8571590d2ed4214 /src/test/codegen | |
| parent | b5e8a8ef97abef8a69a9c72de74fed779b401d73 (diff) | |
| parent | 8ef3f69ffb03f8b5c83c44a6300bdfc8f73f6296 (diff) | |
| download | rust-bad58f27916e7e233cc2916dcc9167708077e792.tar.gz rust-bad58f27916e7e233cc2916dcc9167708077e792.zip | |
Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhs
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')
| -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 |
