Ignore tests broken by failing on ICE
This commit is contained in:
parent
48b1a45cbc
commit
201cd9e3f9
3 changed files with 6 additions and 0 deletions
|
|
@ -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)]
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue