From 40ce87f6ede1d3963258bf35c882a895b02a82b7 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 29 Sep 2014 13:40:28 -0700 Subject: [PATCH] Ignore yet another windows debuginfo test --- src/test/debuginfo/issue12886.rs | 5 +++-- 1 file 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