Skip to content

Commit 552d8c5

Browse files
authored
Rollup merge of #79094 - est31:ignore_macos, r=pietroalbini
Add //ignore-macos to pretty-std-collections.rs On macOS the test is flaky and sometimes fails, sometimes succeeds on CI. This is no fix for the underlying issue, but I feel the workaround is worth it as the issue makes it harder to get things merged into master. cc #78665
2 parents 29c8e50 + c03790f commit 552d8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/debuginfo/pretty-std-collections.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// ignore-windows failing on win32 bot
33
// ignore-freebsd: gdb package too new
44
// ignore-android: FIXME(#10381)
5+
// ignore-macos: FIXME(#78665)
56
// compile-flags:-g
67

78
// The pretty printers being tested here require the patch from

0 commit comments

Comments
 (0)