Skip to content

Commit 22ad36d

Browse files
committed
oops, xfail-fast the cross-crate superkind tests
1 parent 5796e9e commit 22ad36d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/test/compile-fail/builtin-superkinds-in-metadata.rs

+2
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
// aux-build:trait_superkinds_in_metadata.rs
1214

1315
// Test for traits inheriting from the builtin kinds cross-crate.

src/test/run-pass/builtin-superkinds-capabilities-xc.rs

+2
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
// aux-build:trait_superkinds_in_metadata.rs
1214

1315
// Tests "capabilities" granted by traits with super-builtin-kinds,

src/test/run-pass/builtin-superkinds-in-metadata.rs

+2
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
// aux-build:trait_superkinds_in_metadata.rs
1214

1315
// Tests (correct) usage of trait super-builtin-kinds cross-crate.

0 commit comments

Comments
 (0)