re-xfail some tests that fail on x86

This commit is contained in:
Graydon Hoare 2013-05-02 14:12:55 -07:00
parent 69316f06f6
commit 32ebaacbc6
3 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
enum a_tag<A> {
a_tag(A)
}

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
enum a_tag<A,B> {
varA(A),
varB(B)

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
enum a_tag {
a_tag(u64)