about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-11-16 12:01:26 +0100
committerest31 <MTest31@outlook.com>2020-11-16 12:01:26 +0100
commitc03790ff5eaa7d5a41cbf866e7727fc5f2c9456c (patch)
tree230fd4398767e363002148f3f263289e77dfed59
parentf5230fbf76bafd86ee4376a0e26e551df8d17fec (diff)
downloadrust-c03790ff5eaa7d5a41cbf866e7727fc5f2c9456c.tar.gz
rust-c03790ff5eaa7d5a41cbf866e7727fc5f2c9456c.zip
Add //ignore-macos to pretty-std-collections.rs
On macOS the test is flaky and sometimes fails,
sometimes succeeds on CI.
-rw-r--r--src/test/debuginfo/pretty-std-collections.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/pretty-std-collections.rs b/src/test/debuginfo/pretty-std-collections.rs
index cc2a3a34510..1adda813604 100644
--- a/src/test/debuginfo/pretty-std-collections.rs
+++ b/src/test/debuginfo/pretty-std-collections.rs
@@ -2,6 +2,7 @@
 // ignore-windows failing on win32 bot
 // ignore-freebsd: gdb package too new
 // ignore-android: FIXME(#10381)
+// ignore-macos: FIXME(#78665)
 // compile-flags:-g
 
 // The pretty printers being tested here require the patch from