about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-30 18:37:24 +0000
committerbors <bors@rust-lang.org>2014-09-30 18:37:24 +0000
commit823f10802fc8940aeb094185cecd5958c7f23d53 (patch)
treee2e90a51d7135d966755130812774fedb5278840
parentfa6b2d4c3b81e6adcfae87dac25fb7d50b2dd39f (diff)
parent40ce87f6ede1d3963258bf35c882a895b02a82b7 (diff)
downloadrust-823f10802fc8940aeb094185cecd5958c7f23d53.tar.gz
rust-823f10802fc8940aeb094185cecd5958c7f23d53.zip
auto merge of #17639 : brson/rust/windbg2, r=pcwalton
I swear this is the last step. p=1 please so i can get the bots changed over before the test suite regresses again.
-rw-r--r--src/test/debuginfo/issue12886.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/debuginfo/issue12886.rs b/src/test/debuginfo/issue12886.rs
index 3b152cd3c1a..02ac01c6813 100644
--- a/src/test/debuginfo/issue12886.rs
+++ b/src/test/debuginfo/issue12886.rs
@@ -9,12 +9,13 @@
 // except according to those terms.
 
 // ignore-android: FIXME(#10381)
+// ignore-windows failing on 64-bit bots FIXME #17638
 
 // compile-flags:-g
-// gdb-command:break issue12886.rs:29
+// gdb-command:break issue12886.rs:30
 // gdb-command:run
 // gdb-command:next
-// gdb-check:[...]30[...]s
+// gdb-check:[...]31[...]s
 // gdb-command:continue
 
 // IF YOU MODIFY THIS FILE, BE CAREFUL TO ADAPT THE LINE NUMBERS IN THE DEBUGGER COMMANDS