-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(rustflags): Verify -Cmetadata directly, not through -Cextra-file…
…name (#14846) ### What does this PR try to resolve? This unblocks experimenting with having these diverge for #8716 ### How should we test and review this PR? ### Additional information
- Loading branch information
Showing
14 changed files
with
80 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1640,7 +1640,7 @@ fn cargo_target_empty_env() { | |
"#]]) | ||
.with_status(101) | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3401,7 +3401,7 @@ fn metadata_links() { | |
"#]] | ||
.is_json(), | ||
) | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ Caused by: | |
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#open-namespaces for more information about the status of this feature. | ||
"#]]) | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
@@ -100,7 +100,7 @@ fn implicit_lib_within_namespace() { | |
.is_json(), | ||
) | ||
.with_stderr_data("") | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
@@ -169,7 +169,7 @@ fn implicit_bin_within_namespace() { | |
.is_json(), | ||
) | ||
.with_stderr_data("") | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
@@ -256,7 +256,7 @@ fn explicit_bin_within_namespace() { | |
.is_json(), | ||
) | ||
.with_stderr_data("") | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
@@ -354,7 +354,7 @@ path+[ROOTURL]/foo#foo::[email protected] | |
"#]]) | ||
.with_stderr_data("") | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
@@ -384,7 +384,7 @@ fn update_spec_accepts_namespaced_name() { | |
[LOCKING] 0 packages to latest compatible versions | ||
"#]]) | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
@@ -414,7 +414,7 @@ fn update_spec_accepts_namespaced_pkgid() { | |
[LOCKING] 0 packages to latest compatible versions | ||
"#]]) | ||
.run() | ||
.run(); | ||
} | ||
|
||
#[cargo_test] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -403,5 +403,5 @@ fn pkgid_json_message_metadata_consistency() { | |
"#]] | ||
.is_json(), | ||
) | ||
.run() | ||
.run(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.