about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-08-02 22:20:48 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-08-02 22:20:48 +0300
commit0eacf02f01b4ea084a4f970e487ce6d3a6a20f90 (patch)
tree7a1692fa27f0729b9617f74d4a5719fc0c0cfaf6
parenta99ae95c722d4dc8d1eef09aaa4e72d50d496e75 (diff)
downloadrust-0eacf02f01b4ea084a4f970e487ce6d3a6a20f90.tar.gz
rust-0eacf02f01b4ea084a4f970e487ce6d3a6a20f90.zip
tests: Ignore src/test/debuginfo/rc_arc.rs on Windows
It requires loading pretty-printers, but GDB doesn't load them on Windows
-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