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:
commit
348dc250ca
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -9,6 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32 #5745
|
||||
// xfail-macos Broken on mac i686
|
||||
|
||||
struct TwoU16s {
|
||||
one: u16, two: u16
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-win32 #5745
|
||||
// xfail-macos Broken on mac i686
|
||||
|
||||
struct TwoU8s {
|
||||
one: u8, two: u8
|
||||
|
Loading…
Reference in New Issue
Block a user