Auto merge of #75068 - petrochenkov:ignore-debinfo, r=Mark-Simulacrum

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?
This commit is contained in:
bors 2020-08-03 05:25:03 +00:00
commit 1b0ff9e7d0

View File

@ -1,3 +1,4 @@
// ignore-windows pretty-printers are not loaded
// compile-flags:-g
// min-gdb-version: 8.1