Rollup merge of #91411 - ChrisDenton:valid-paths, r=petrochenkov
Enable svh tests on msvc These tests were ignored for msvc in #30778 because of additional notes that were being added for some reason. I'm fairly confident this has been fixed in the intervening years so lets try re-enabling these tests. Fixes #31306
This commit is contained in:
commit
822a058988
16 changed files with 8 additions and 24 deletions
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/changing-crates.rs:10:1
|
||||
--> $DIR/changing-crates.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/svh-change-lit.rs:10:1
|
||||
--> $DIR/svh-change-lit.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/svh-change-significant-cfg.rs:10:1
|
||||
--> $DIR/svh-change-significant-cfg.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/svh-change-trait-bound.rs:10:1
|
||||
--> $DIR/svh-change-trait-bound.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/svh-change-type-arg.rs:10:1
|
||||
--> $DIR/svh-change-type-arg.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/svh-change-type-ret.rs:10:1
|
||||
--> $DIR/svh-change-type-ret.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `a` which `b` depends on
|
||||
--> $DIR/svh-change-type-static.rs:10:1
|
||||
--> $DIR/svh-change-type-static.rs:8:1
|
||||
|
|
||||
LL | extern crate b;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
error[E0460]: found possibly newer version of crate `uta` which `utb` depends on
|
||||
--> $DIR/svh-use-trait.rs:15:1
|
||||
--> $DIR/svh-use-trait.rs:13:1
|
||||
|
|
||||
LL | extern crate utb;
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Add table
Reference in a new issue