Skip to content

Commit 685f59f

Browse files
committed
---
yaml --- r: 56986 b: refs/heads/try c: b18f12f h: refs/heads/master v: v3
1 parent 4d81e4c commit 685f59f

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
@@ -2,7 +2,7 @@
22
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5-
refs/heads/try: 2686dcb98e7a48ea45fad3ea21e6406e26c97834
5+
refs/heads/try: b18f12fb163af31f954c48a19a5375be3a1e675a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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

branches/try/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

branches/try/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
}

branches/try/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)