Skip to content

Commit

Permalink
Ignore tests broken by failing on ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 7, 2014
1 parent 48b1a45 commit 201cd9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/compile-fail/inherit-struct8.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/issue-9725.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
1 change: 1 addition & 0 deletions src/test/compile-fail/unsupported-cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

5 comments on commit 201cd9e

@bors
Copy link
Contributor

@bors bors commented on 201cd9e May 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at richo@201cd9e

@bors
Copy link
Contributor

@bors bors commented on 201cd9e May 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging richo/rust/features/ICE-fails = 201cd9e into auto

@bors
Copy link
Contributor

@bors bors commented on 201cd9e May 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

richo/rust/features/ICE-fails = 201cd9e merged ok, testing candidate = f83cf6c

@bors
Copy link
Contributor

@bors bors commented on 201cd9e May 7, 2014

@bors
Copy link
Contributor

@bors bors commented on 201cd9e May 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = f83cf6c

Please sign in to comment.