diff options
| author | bors <bors@rust-lang.org> | 2014-09-30 18:37:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-30 18:37:24 +0000 |
| commit | 823f10802fc8940aeb094185cecd5958c7f23d53 (patch) | |
| tree | e2e90a51d7135d966755130812774fedb5278840 | |
| parent | fa6b2d4c3b81e6adcfae87dac25fb7d50b2dd39f (diff) | |
| parent | 40ce87f6ede1d3963258bf35c882a895b02a82b7 (diff) | |
| download | rust-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.rs | 5 |
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 |
