cargo/tests/testsuite
Ed Page 96948f7a24 refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
..
cargo_add refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
init refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
mock-std
advanced_env.rs Add reasons to all ignored tests. 2022-08-02 12:24:00 -07:00
alt_registry.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
artifact_dep.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
bad_config.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
bad_manifest_path.rs
bench.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
binary_name.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
build.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
build_plan.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
build_script.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
build_script_env.rs when learning target information, run a little fixedpoint iteration loop 2022-09-26 13:22:43 +01:00
build_script_extra_link_arg.rs remove `.masquerade_as_nightly_cargo()` from build_script_extra_link_arg.rs 2022-07-14 15:05:33 -05:00
cache_messages.rs
cargo_alias_config.rs Dont swallow errors when checking existence of a config key 2022-09-22 10:52:39 +01:00
cargo_command.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
cargo_config.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
cargo_env_config.rs remove unneeded nightly flags from various tests 2022-07-14 19:55:44 -05:00
cargo_features.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
cargo_targets.rs
cfg.rs
check.rs fix(cargo): Add a warning on [project] table being used in a manifest 2022-09-26 10:32:48 -06:00
check_cfg.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
clean.rs
collisions.rs Add reasons to all ignored tests. 2022-08-02 12:24:00 -07:00
concurrent.rs Re-enable killing_cargo_releases_the_lock on windows. 2022-08-02 12:30:42 -07:00
config.rs Dont swallow errors when checking existence of a config key 2022-09-22 10:52:39 +01:00
config_cli.rs Stabilize --config 2022-06-17 22:46:04 +00:00
config_include.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
corrupt_git.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
credential_process.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
cross_compile.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
cross_publish.rs
custom_target.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
death.rs
dep_info.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
directory.rs
doc.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
edition.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
error.rs
features.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
features2.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
features_namespaced.rs Only override published resolver when the workspace is different 2022-08-10 09:26:50 +02:00
fetch.rs
fix.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
freshness.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
future_incompat_report.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
generate_lockfile.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
git.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
git_auth.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
git_gc.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
glob_targets.rs fix typos found by the `typos-cli` crate 2022-05-10 16:47:28 -05:00
help.rs
inheritable_workspace_fields.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
install.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
install_upgrade.rs
jobserver.rs Auto merge of #10511 - weihanglo:issue-10477, r=ehuss 2022-09-02 14:29:28 +00:00
list_availables.rs
local_registry.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
locate_project.rs
lockfile_compat.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
login.rs Improve testing framework for http registries 2022-06-10 16:51:35 -05:00
logout.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
lto.rs
main.rs
member_discovery.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
member_errors.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
message_format.rs
messages.rs
metabuild.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
metadata.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
minimal_versions.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
multitarget.rs Update tests to reflect -Zmultitarget stabilization 2022-07-17 11:02:01 +01:00
net_config.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
new.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
offline.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
old_cargos.rs Add reasons to all ignored tests. 2022-08-02 12:24:00 -07:00
out_dir.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
owner.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
package.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
package_features.rs remove unneeded nightly flags from various tests 2022-07-14 19:55:44 -05:00
patch.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
path.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
paths.rs
pkgid.rs fix some typos 2022-05-08 01:07:28 +08:00
plugins.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
proc_macro.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
profile_config.rs
profile_custom.rs Add reasons to all ignored tests. 2022-08-02 12:24:00 -07:00
profile_overrides.rs
profile_targets.rs fix typos found by the `typos-cli` crate 2022-05-10 16:47:28 -05:00
profiles.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
progress.rs
pub_priv.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
publish.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
publish_lockfile.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
read_manifest.rs
registry.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
rename_deps.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
replace.rs
required_features.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
run.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
rust_version.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
rustc.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
rustc_info_cache.rs
rustdoc.rs
rustdoc_extern_html.rs Add reasons to all ignored tests. 2022-08-02 12:24:00 -07:00
rustdocflags.rs
rustflags.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
search.rs Improve testing framework for http registries 2022-06-10 16:51:35 -05:00
shell_quoting.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
standard_lib.rs Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
test.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
timings.rs
tool_paths.rs Fix test 2022-08-10 23:19:35 +08:00
tree.rs
tree_graph_features.rs
unit_graph.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
update.rs Remove useless log deps and add more test for precise update 2022-08-21 17:16:01 +08:00
vendor.rs refactor(cli): Upgrade to clap v4 2022-09-28 13:32:14 -05:00
verify_project.rs add a reason to `masquerade_as_nightly_cargo` so it is searchable 2022-07-15 21:32:23 -05:00
version.rs Re-enable version_works_without_rustc on windows. 2022-08-02 12:54:16 -07:00
warn_on_failure.rs
weak_dep_features.rs Only override published resolver when the workspace is different 2022-08-10 09:26:50 +02:00
workspaces.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00
yank.rs refactor(testsuite): Replace `[project]` with `[package]` 2022-09-26 09:51:16 -06:00