Skip to content

Commit

Permalink
Mark test failing with msvc due to #31306 as ignore-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Jan 30, 2016
1 parent efe56c8 commit 526965a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/compile-fail/changing-crates.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:changing-crates-a1.rs
// aux-build:changing-crates-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-change-lit.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-change-significant-cfg.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-change-trait-bound.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-change-type-arg.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-change-type-ret.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-change-type-static.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-a-base.rs
// aux-build:svh-b.rs
Expand Down
2 changes: 2 additions & 0 deletions src/test/compile-fail/svh-use-trait.rs
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-msvc FIXME #31306

// note that these aux-build directives must be in this order
// aux-build:svh-uta-base.rs
// aux-build:svh-utb.rs
Expand Down

0 comments on commit 526965a

Please sign in to comment.