Skip to content

Commit ba84251

Browse files
committed
auto merge of #6197 : graydon/rust/re-xfail, r=graydon
These were accidentally un-xfail'ed since they pass on x64. They don't yet on x86.
2 parents cdf604f + 32ebaac commit ba84251

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/test/run-pass/tag-align-dyn-u64.rs

+2
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-test
12+
1113
enum a_tag<A> {
1214
a_tag(A)
1315
}

src/test/run-pass/tag-align-dyn-variants.rs

+2
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-test
12+
1113
enum a_tag<A,B> {
1214
varA(A),
1315
varB(B)

src/test/run-pass/tag-align-u64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test
1112

1213
enum a_tag {
1314
a_tag(u64)

0 commit comments

Comments
 (0)