auto merge of #5939 : brson/rust/xfail, r=brson

Disabling them because they are failing on incoming. Looking into a fix now.
This commit is contained in:
bors 2013-04-18 11:21:55 -07:00
commit 348dc250ca
5 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,8 @@
// Test a foreign function that accepts and returns a struct
// by value.
// xfail-macos Broken on mac i686
#[deriving(Eq)]
struct TwoU32s {
one: u32, two: u32

View File

@ -11,7 +11,9 @@
// Test a foreign function that accepts and returns a struct
// by value.
// xfail-fast This works standalone on windows but not with check-fast. don't know why
// 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 diferent signature
#[deriving(Eq)]
struct TwoU64s {

View File

@ -9,6 +9,7 @@
// except according to those terms.
// xfail-win32 #5745
// xfail-macos Broken on mac i686
struct TwoU16s {
one: u16, two: u16

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-macos Broken on mac i686
struct TwoU32s {
one: u32, two: u32
}

View File

@ -9,6 +9,7 @@
// except according to those terms.
// xfail-win32 #5745
// xfail-macos Broken on mac i686
struct TwoU8s {
one: u8, two: u8