From 054c473e0706ea360cfd45d994bfed7f1097d742 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 5 Jul 2016 08:05:24 -0700 Subject: [PATCH] test: Ignore pretty-huge-vec.rs to fix nightlies This ignores a test added in #34639 because unfortunately the nightly bots are now broken, but this is now tracked in #34662. --- src/test/debuginfo/pretty-huge-vec.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/debuginfo/pretty-huge-vec.rs b/src/test/debuginfo/pretty-huge-vec.rs index bb53852352307..09b9d5aa5ba66 100644 --- a/src/test/debuginfo/pretty-huge-vec.rs +++ b/src/test/debuginfo/pretty-huge-vec.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-test: FIXME(#34639) // ignore-windows failing on win32 bot // ignore-freebsd: gdb package too new // ignore-android: FIXME(#10381)