Skip to content

Commit 1b0ff9e

Browse files
committed
Auto merge of rust-lang#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?
2 parents 7637cbb + 0eacf02 commit 1b0ff9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/debuginfo/rc_arc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-windows pretty-printers are not loaded
12
// compile-flags:-g
23

34
// min-gdb-version: 8.1

0 commit comments

Comments
 (0)