]> git.lizzy.rs Git - rust.git/commitdiff
Ignore tests broken by failing on ICE
authorRicho Healey <richo@psych0tik.net>
Tue, 6 May 2014 19:36:39 +0000 (12:36 -0700)
committerRicho Healey <richo@psych0tik.net>
Wed, 7 May 2014 04:47:25 +0000 (21:47 -0700)
src/test/compile-fail/inherit-struct8.rs
src/test/compile-fail/issue-9725.rs
src/test/compile-fail/unsupported-cast.rs

index d1108349db157d2b4c9bbd80341ccd8ce3635e54..858e7f5b6d94ec361b85d119a1d018efd6d8326c 100644 (file)
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-test FIXME: #13991
+
+
 // Test struct inheritance.
 #![feature(struct_inherit)]
 
index 2a0896380fd77bd79b9a897138fde6d1c8863ce4..d5c18263c4c8f05174388ca55cb8f3f4ad821da7 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-test FIXME: #13992
+
 struct A { foo: int }
 
 fn main() {
index fbcad79ac46e7502fddc2aacd4408ab56b0b8897..1fdba7d8b66166b62057b74e3c6644fc37741014 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-test FIXME: #13993
 // error-pattern:unsupported cast
 
 extern crate libc;