diff options
| author | Richo Healey <richo@psych0tik.net> | 2014-05-06 12:36:39 -0700 |
|---|---|---|
| committer | Richo Healey <richo@psych0tik.net> | 2014-05-06 21:47:25 -0700 |
| commit | 201cd9e3f9e275e7e411d6e2633e59e2d42e478e (patch) | |
| tree | 9d0b2bc6a02e554a9c7cc5fda5314a5b22706865 | |
| parent | 48b1a45cbcbb5684fa1403e9555a4e409863ff14 (diff) | |
| download | rust-201cd9e3f9e275e7e411d6e2633e59e2d42e478e.tar.gz rust-201cd9e3f9e275e7e411d6e2633e59e2d42e478e.zip | |
Ignore tests broken by failing on ICE
| -rw-r--r-- | src/test/compile-fail/inherit-struct8.rs | 3 | ||||
| -rw-r--r-- | src/test/compile-fail/issue-9725.rs | 2 | ||||
| -rw-r--r-- | src/test/compile-fail/unsupported-cast.rs | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/test/compile-fail/inherit-struct8.rs b/src/test/compile-fail/inherit-struct8.rs index d1108349db1..858e7f5b6d9 100644 --- a/src/test/compile-fail/inherit-struct8.rs +++ b/src/test/compile-fail/inherit-struct8.rs @@ -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)] diff --git a/src/test/compile-fail/issue-9725.rs b/src/test/compile-fail/issue-9725.rs index 2a0896380fd..d5c18263c4c 100644 --- a/src/test/compile-fail/issue-9725.rs +++ b/src/test/compile-fail/issue-9725.rs @@ -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() { diff --git a/src/test/compile-fail/unsupported-cast.rs b/src/test/compile-fail/unsupported-cast.rs index fbcad79ac46..1fdba7d8b66 100644 --- a/src/test/compile-fail/unsupported-cast.rs +++ b/src/test/compile-fail/unsupported-cast.rs @@ -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; |
