re-xfail some tests that fail on x86
This commit is contained in:
parent
69316f06f6
commit
32ebaacbc6
@ -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)
|
||||
}
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user