Skip to content

Commit 201cd9e

Browse files
committed
Ignore tests broken by failing on ICE
1 parent 48b1a45 commit 201cd9e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/test/compile-fail/inherit-struct8.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-test FIXME: #13991
12+
13+
1114
// Test struct inheritance.
1215
#![feature(struct_inherit)]
1316

src/test/compile-fail/issue-9725.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-test FIXME: #13992
12+
1113
struct A { foo: int }
1214

1315
fn main() {

src/test/compile-fail/unsupported-cast.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-test FIXME: #13993
1112
// error-pattern:unsupported cast
1213

1314
extern crate libc;

0 commit comments

Comments
 (0)