Skip to content

Commit 37560c5

Browse files
---
yaml --- r: 103865 b: refs/heads/try c: 7becc0f h: refs/heads/master i: 103863: 68dc961 v: v3
1 parent 2300791 commit 37560c5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 62f1d68439dcfd509eaca29887afa97f22938373
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
5-
refs/heads/try: 63ba2e1219088514b578bf81c0481baaeb6e941e
5+
refs/heads/try: 7becc0f34cdbf7cc3ec31757ec2a566560e9ff62
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/run-pass/simd-generics.rs

Lines changed: 2 additions & 0 deletions
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-fast
12+
1113
#[feature(simd)];
1214

1315
use std::ops;

branches/try/src/test/run-pass/simd-issue-10604.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
11+
// xfail-fast
12+
1013
#[allow(experimental)];
1114
#[feature(simd)];
1215

0 commit comments

Comments
 (0)