diff options
| author | Corey Farwell <coreyf@rwell.org> | 2016-12-03 15:39:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-03 15:39:52 -0500 |
| commit | d0e57b19cf65cab46b8deff6c80aab679ceae43e (patch) | |
| tree | e3f7fee0ba7ce72bd69415ea5c79d0c57e7bed7a /src | |
| parent | d68c585b017303348a8187def7aa7687397e4725 (diff) | |
| parent | a15d2dbef6d9a370c3048c8c3f620399e9090a5f (diff) | |
| download | rust-d0e57b19cf65cab46b8deff6c80aab679ceae43e.tar.gz rust-d0e57b19cf65cab46b8deff6c80aab679ceae43e.zip | |
Rollup merge of #38089 - michaelwoerister:disable-debuginfo-test-on-aarch64, r=alexcrichton
debuginfo: Ignore macro-stepping test on aarch64 See https://github.com/rust-lang/rust/issues/37225. r? @alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/debuginfo/macro-stepping.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/macro-stepping.rs b/src/test/debuginfo/macro-stepping.rs index 52a2a58ed7d..37355ed377b 100644 --- a/src/test/debuginfo/macro-stepping.rs +++ b/src/test/debuginfo/macro-stepping.rs @@ -10,6 +10,7 @@ // ignore-windows // ignore-android +// ignore-aarch64 // min-lldb-version: 310 // aux-build:macro-stepping.rs |
