Skip to content

Commit 526965a

Browse files
committed
Mark test failing with msvc due to #31306 as ignore-msvc
1 parent efe56c8 commit 526965a

8 files changed

+16
-0
lines changed

src/test/compile-fail/changing-crates.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:changing-crates-a1.rs
1315
// aux-build:changing-crates-b.rs

src/test/compile-fail/svh-change-lit.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-a-base.rs
1315
// aux-build:svh-b.rs

src/test/compile-fail/svh-change-significant-cfg.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-a-base.rs
1315
// aux-build:svh-b.rs

src/test/compile-fail/svh-change-trait-bound.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-a-base.rs
1315
// aux-build:svh-b.rs

src/test/compile-fail/svh-change-type-arg.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-a-base.rs
1315
// aux-build:svh-b.rs

src/test/compile-fail/svh-change-type-ret.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-a-base.rs
1315
// aux-build:svh-b.rs

src/test/compile-fail/svh-change-type-static.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-a-base.rs
1315
// aux-build:svh-b.rs

src/test/compile-fail/svh-use-trait.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+
// ignore-msvc FIXME #31306
12+
1113
// note that these aux-build directives must be in this order
1214
// aux-build:svh-uta-base.rs
1315
// aux-build:svh-utb.rs

0 commit comments

Comments
 (0)