about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-03 05:25:03 +0000
committerbors <bors@rust-lang.org>2020-08-03 05:25:03 +0000
commit1b0ff9e7d0620daa86a80bf92f6b661f7699984e (patch)
treea723e226ec227b497acda8950c6ac7db2da00ce5
parent7637cbb79bad4fdc29906a21847096a997a13631 (diff)
parent0eacf02f01b4ea084a4f970e487ce6d3a6a20f90 (diff)
downloadrust-1b0ff9e7d0620daa86a80bf92f6b661f7699984e.tar.gz
rust-1b0ff9e7d0620daa86a80bf92f6b661f7699984e.zip
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?
-rw-r--r--src/test/debuginfo/rc_arc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/rc_arc.rs b/src/test/debuginfo/rc_arc.rs
index 8ab8a2f9c1c..87bc79ea794 100644
--- a/src/test/debuginfo/rc_arc.rs
+++ b/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