Ignore tests broken by failing on ICE

This commit is contained in:
Richo Healey 2014-05-06 12:36:39 -07:00
parent 48b1a45cbc
commit 201cd9e3f9
3 changed files with 6 additions and 0 deletions

View 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)]

View 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() {

View 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;