Skip to content

Commit 6785618

Browse files
committed
---
yaml --- r: 55613 b: refs/heads/master c: b18f12f h: refs/heads/master i: 55611: 5cce277 v: v3
1 parent d2e9ea7 commit 6785618

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 2686dcb98e7a48ea45fad3ea21e6406e26c97834
2+
refs/heads/master: b18f12fb163af31f954c48a19a5375be3a1e675a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/test/run-pass/extern-pass-TwoU32s.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// Test a foreign function that accepts and returns a struct
1212
// by value.
1313

14+
// xfail-macos Broken on mac i686
15+
1416
#[deriving(Eq)]
1517
struct TwoU32s {
1618
one: u32, two: u32

trunk/src/test/run-pass/extern-return-TwoU16s.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// xfail-win32 #5745
12+
// xfail-macos Broken on mac i686
1213

1314
struct TwoU16s {
1415
one: u16, two: u16

trunk/src/test/run-pass/extern-return-TwoU32s.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-macos Broken on mac i686
12+
1113
struct TwoU32s {
1214
one: u32, two: u32
1315
}

trunk/src/test/run-pass/extern-return-TwoU8s.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// xfail-win32 #5745
12+
// xfail-macos Broken on mac i686
1213

1314
struct TwoU8s {
1415
one: u8, two: u8

0 commit comments

Comments
 (0)