Skip to content

Commit 40ce87f

Browse files
committed
Ignore yet another windows debuginfo test
1 parent 5079a10 commit 40ce87f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/debuginfo/issue12886.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
// except according to those terms.
1010

1111
// ignore-android: FIXME(#10381)
12+
// ignore-windows failing on 64-bit bots FIXME #17638
1213

1314
// compile-flags:-g
14-
// gdb-command:break issue12886.rs:29
15+
// gdb-command:break issue12886.rs:30
1516
// gdb-command:run
1617
// gdb-command:next
17-
// gdb-check:[...]30[...]s
18+
// gdb-check:[...]31[...]s
1819
// gdb-command:continue
1920

2021
// IF YOU MODIFY THIS FILE, BE CAREFUL TO ADAPT THE LINE NUMBERS IN THE DEBUGGER COMMANDS

0 commit comments

Comments
 (0)