]> git.lizzy.rs Git - rust.git/commitdiff
test: Ignore failing gdb pretty tests
authorAlex Crichton <alex@alexcrichton.com>
Tue, 2 Sep 2014 15:34:00 +0000 (08:34 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 2 Sep 2014 15:34:00 +0000 (08:34 -0700)
These tests are blocking a linux nightly and a new snapshot, so ignore them for
now. Their tracking issue is #16919.

src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs
src/test/debuginfo/gdb-pretty-struct-and-enums.rs

index e9daf31be2cd2515be84fc1dc5a655d45bbe3d02..704c8c63de03c6b51d8417378265e585a44e274c 100644 (file)
@@ -12,6 +12,7 @@
 // older versions of GDB too. A more extensive test can be found in
 // gdb-pretty-struct-and-enums.rs
 
+// ignore-test FIXME(#16919)
 // ignore-tidy-linelength
 // ignore-lldb
 // ignore-android: FIXME(#10381)
index 5ef63da71af8cf2ce2a894466824d6d1835d6132..eb5b819b24e1cb52175906331e4cff5a854eacd4 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-test FIXME(#16919)
 // ignore-tidy-linelength
 // ignore-lldb
 // ignore-android: FIXME(#10381)