Skip to content

Commit

Permalink
re-xfail some tests that fail on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed May 2, 2013
1 parent 69316f0 commit 32ebaac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/tag-align-dyn-u64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/tag-align-dyn-variants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions src/test/run-pass/tag-align-u64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

5 comments on commit 32ebaac

@bors
Copy link
Contributor

@bors bors commented on 32ebaac May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at graydon@32ebaac

@bors
Copy link
Contributor

@bors bors commented on 32ebaac May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging graydon/rust/re-xfail = 32ebaac into auto

@bors
Copy link
Contributor

@bors bors commented on 32ebaac May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graydon/rust/re-xfail = 32ebaac merged ok, testing candidate = ba84251

@bors
Copy link
Contributor

@bors bors commented on 32ebaac May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 32ebaac May 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = ba84251

Please sign in to comment.