about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorSae-bom Kim <sae-bom.kim@samsung.com>2015-03-25 18:17:33 +0900
committerSae-bom Kim <sae-bom.kim@samsung.com>2015-03-25 18:17:33 +0900
commitc66a2b7393afe332ee8bf6aba985e4fdd253cf54 (patch)
tree6077ef5adac882987a402dadc991a601e834c97b /src/test/debuginfo
parenta99936b397daf0aca41e932b0971303c7f9038db (diff)
downloadrust-c66a2b7393afe332ee8bf6aba985e4fdd253cf54.tar.gz
rust-c66a2b7393afe332ee8bf6aba985e4fdd253cf54.zip
Ignore some tests on aarch64
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/c-style-enum.rs1
-rw-r--r--src/test/debuginfo/issue12886.rs3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/test/debuginfo/c-style-enum.rs b/src/test/debuginfo/c-style-enum.rs
index 2305d7bc5c2..766105881ce 100644
--- a/src/test/debuginfo/c-style-enum.rs
+++ b/src/test/debuginfo/c-style-enum.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-aarch64
 // min-lldb-version: 310
 
 // compile-flags:-g
diff --git a/src/test/debuginfo/issue12886.rs b/src/test/debuginfo/issue12886.rs
index 424ba50e3c9..3c2e7f10d16 100644
--- a/src/test/debuginfo/issue12886.rs
+++ b/src/test/debuginfo/issue12886.rs
@@ -10,12 +10,13 @@
 
 // ignore-windows failing on 64-bit bots FIXME #17638
 // ignore-lldb
+// ignore-aarch64
 
 // compile-flags:-g
 
 // gdb-command:run
 // gdb-command:next
-// gdb-check:[...]33[...]s
+// gdb-check:[...]34[...]s
 // gdb-command:continue
 
 #![omit_gdb_pretty_printer_section]