Skip to content

Commit

Permalink
Auto merge of #75068 - petrochenkov:ignore-debinfo, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
tests: Ignore src/test/debuginfo/rc_arc.rs on Windows

It requires loading pretty-printers (`src\etc\gdb_load_rust_pretty_printers.py`), but GDB doesn't load them on Windows.

Not sure how this passes through CI, due to an old GDB version perhaps?
  • Loading branch information
bors committed Aug 3, 2020
2 parents 7637cbb + 0eacf02 commit 1b0ff9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/debuginfo/rc_arc.rs
@@ -1,3 +1,4 @@
// ignore-windows pretty-printers are not loaded
// compile-flags:-g

// min-gdb-version: 8.1
Expand Down

0 comments on commit 1b0ff9e

Please sign in to comment.