From c03790ff5eaa7d5a41cbf866e7727fc5f2c9456c Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 16 Nov 2020 12:01:26 +0100 Subject: [PATCH] Add //ignore-macos to pretty-std-collections.rs On macOS the test is flaky and sometimes fails, sometimes succeeds on CI. --- src/test/debuginfo/pretty-std-collections.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/debuginfo/pretty-std-collections.rs b/src/test/debuginfo/pretty-std-collections.rs index cc2a3a345102..1adda8136046 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