Skip to content

Commit

Permalink
Added missing xfail-fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Feb 4, 2014
1 parent 63ba2e1 commit 7becc0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/simd-generics.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-fast

#[feature(simd)];

use std::ops;
Expand Down
3 changes: 3 additions & 0 deletions src/test/run-pass/simd-issue-10604.rs
Expand Up @@ -7,6 +7,9 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-fast

#[allow(experimental)];
#[feature(simd)];

Expand Down

5 comments on commit 7becc0f

@bors
Copy link
Contributor

@bors bors commented on 7becc0f Feb 4, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at DiamondLovesYou@7becc0f

@bors
Copy link
Contributor

@bors bors commented on 7becc0f Feb 4, 2014

Choose a reason for hiding this comment

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

merging DiamondLovesYou/rust/master = 7becc0f into auto

@bors
Copy link
Contributor

@bors bors commented on 7becc0f Feb 4, 2014

Choose a reason for hiding this comment

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

DiamondLovesYou/rust/master = 7becc0f merged ok, testing candidate = 10de762

@bors
Copy link
Contributor

@bors bors commented on 7becc0f Feb 4, 2014

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 7becc0f Feb 4, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 10de762

Please sign in to comment.