Skip to content

Commit

Permalink
Disabled tests which now fail on Windows+mingw4.0 due to GCC 4.8 ABI …
Browse files Browse the repository at this point in the history
…change (#9205).

These really should have been marked xfail-win32, but that doesn't exist, so xfail-fast it is.
  • Loading branch information
vadimcn committed Sep 17, 2013
1 parent c3fd430 commit e6832e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/extern-pass-TwoU64s-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// Test that we ignore modes when calling extern functions.
// xfail-fast #9205

#[deriving(Eq)]
struct TwoU64s {
Expand Down
1 change: 1 addition & 0 deletions src/test/run-pass/extern-pass-TwoU64s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// xfail-fast This works standalone on windows but not with check-fast.
// possibly because there is another test that uses this extern fn but gives it
// a different signature
// xfail-fast #9205

#[deriving(Eq)]
struct TwoU64s {
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/extern-return-TwoU64s.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.

// xfail-fast #9205

struct TwoU64s {
one: u64, two: u64
}
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/struct-return.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.

// xfail-fast #9205

pub struct Quad { a: u64, b: u64, c: u64, d: u64 }
pub struct Floats { a: f64, b: u8, c: f64 }

Expand Down

5 comments on commit e6832e6

@bors
Copy link
Contributor

@bors bors commented on e6832e6 Sep 18, 2013

Choose a reason for hiding this comment

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

saw approval from brson
at vadimcn@e6832e6

@bors
Copy link
Contributor

@bors bors commented on e6832e6 Sep 18, 2013

Choose a reason for hiding this comment

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

merging vadimcn/rust/fix-mingw-v4 = e6832e6 into auto

@bors
Copy link
Contributor

@bors bors commented on e6832e6 Sep 18, 2013

Choose a reason for hiding this comment

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

vadimcn/rust/fix-mingw-v4 = e6832e6 merged ok, testing candidate = adb638f

@bors
Copy link
Contributor

@bors bors commented on e6832e6 Sep 18, 2013

@bors
Copy link
Contributor

@bors bors commented on e6832e6 Sep 18, 2013

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 = adb638f

Please sign in to comment.