Skip to content

Commit

Permalink
oops, xfail-fast the cross-crate superkind tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bblum committed Aug 21, 2013
1 parent 5796e9e commit 22ad36d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/compile-fail/builtin-superkinds-in-metadata.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-fast

// aux-build:trait_superkinds_in_metadata.rs

// Test for traits inheriting from the builtin kinds cross-crate.
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/builtin-superkinds-capabilities-xc.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-fast

// aux-build:trait_superkinds_in_metadata.rs

// Tests "capabilities" granted by traits with super-builtin-kinds,
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/builtin-superkinds-in-metadata.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// xfail-fast

// aux-build:trait_superkinds_in_metadata.rs

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

4 comments on commit 22ad36d

@bors
Copy link
Contributor

@bors bors commented on 22ad36d Aug 21, 2013

Choose a reason for hiding this comment

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

saw approval from nikomatsakis
at bblum@22ad36d

@bors
Copy link
Contributor

@bors bors commented on 22ad36d Aug 21, 2013

Choose a reason for hiding this comment

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

merging bblum/rust/superkinds = 22ad36d into auto

@bors
Copy link
Contributor

@bors bors commented on 22ad36d Aug 21, 2013

Choose a reason for hiding this comment

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

bblum/rust/superkinds = 22ad36d merged ok, testing candidate = 653f027

Please sign in to comment.