about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-11-30 17:29:08 +0900
committerGitHub <noreply@github.com>2021-11-30 17:29:08 +0900
commitae1badb0474f593a4b8b21f21736b24fb85c9d6f (patch)
tree27680a9b703fbdb8fcee54d73d927588fd558727
parent626afa18b3d3d2215c9050d045f83dba018ea7e9 (diff)
parentb6f9416863f9c818a60ba44e279197a111400503 (diff)
downloadrust-ae1badb0474f593a4b8b21f21736b24fb85c9d6f.tar.gz
rust-ae1badb0474f593a4b8b21f21736b24fb85c9d6f.zip
Rollup merge of #91317 - petrochenkov:debugnu, r=Mark-Simulacrum
tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu

The tests checks some pretty-printer output, but pretty-printers are not embedded on windows-gnu.

Regressed in https://github.com/rust-lang/rust/pull/85448.
-rw-r--r--src/test/debuginfo/rc_arc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/rc_arc.rs b/src/test/debuginfo/rc_arc.rs
index 144a746062d..8470ace24b8 100644
--- a/src/test/debuginfo/rc_arc.rs
+++ b/src/test/debuginfo/rc_arc.rs
@@ -1,4 +1,4 @@
-// pretty-printers are not loaded
+// ignore-windows-gnu: pretty-printers are not loaded
 // compile-flags:-g
 
 // min-gdb-version: 8.1