Skip to content

Ignore yet another windows debuginfo test #17639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/test/debuginfo/issue12886.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down