cargo/tests/testsuite
bors 55895e7125 Auto merge of #6638 - dwijnand:support-relative-RUSTC_WRAPPER, r=alexcrichton
Test cases proving RUSTC_WRAPPER can be a relative path

Test cases for #4865
2019-02-14 19:33:02 +00:00
..
support Stabilize Alternative Registries 2019-02-11 15:16:13 -08:00
alt_registry.rs Stabilize Alternative Registries 2019-02-11 15:16:13 -08:00
bad_config.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
bad_manifest_path.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
bench.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
build.rs Test cases proving RUSTC_WRAPPER can be a relative path 2019-02-14 19:16:08 +00:00
build_auth.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
build_lib.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
build_plan.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
build_script.rs Some CI setups are much slower then the equipment used by Cargo itself 2019-01-24 12:28:21 -05:00
build_script_env.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cargo_alias_config.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cargo_command.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cargo_features.rs Add test for publish with [patch] + cleanup. 2019-01-11 19:14:58 -08:00
cfg.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
check-style.sh Reorganize integration tests as one crate with many modules. Issue #4867. 2018-02-21 13:33:51 -05:00
check.rs testsuite: Require failing commands to check output. 2018-12-28 17:59:36 -08:00
clean.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
collisions.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
concurrent.rs Some CI setups are much slower then the equipment used by Cargo itself 2019-01-24 12:28:21 -05:00
config.rs Replace CargoError with failure::Error 2018-12-12 23:25:08 +00:00
corrupt_git.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cross_compile.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
cross_publish.rs Add test for publish with [patch] + cleanup. 2019-01-11 19:14:58 -08:00
custom_target.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
death.rs Some CI setups are much slower then the equipment used by Cargo itself 2019-01-24 12:28:21 -05:00
dep_info.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
directory.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00
doc.rs relax rustdoc output assertion 2019-01-17 13:15:14 -05:00
edition.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00
features.rs testsuite: Require failing commands to check output. 2018-12-28 17:59:36 -08:00
fetch.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
fix.rs Auto merge of #6649 - pietroalbini:change-unfixable-warning, r=dwijnand 2019-02-10 15:49:37 +00:00
freshness.rs Auto merge of #6573 - ehuss:mtime-on-use-feature, r=dwijnand 2019-01-20 22:31:07 +00:00
generate_lockfile.rs Marking Cargo.lock as generated 2019-01-19 09:06:01 +00:00
git.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
init.rs $cargo fmt --all 2019-01-27 22:39:49 +09:00
install.rs Better error message for bad manifest with cargo install. 2019-01-17 12:59:43 -08:00
jobserver.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
list_targets.rs Moved checks into compile_options(), changed tests 2019-01-03 23:00:45 +01:00
local_registry.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
lockfile_compat.rs Marking Cargo.lock as generated 2019-01-19 09:06:01 +00:00
login.rs Add test for publish with [patch] + cleanup. 2019-01-11 19:14:58 -08:00
main.rs --example with no argument now lists all available examples 2019-01-01 11:03:55 +01:00
member_errors.rs Upgrade to Rust 2018 2018-12-06 20:18:35 +01:00
metabuild.rs Update metabuild test to 2018. 2018-12-17 19:58:32 -08:00
metadata.rs $cargo fmt --all 2019-01-27 22:39:49 +09:00
net_config.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
new.rs $cargo fmt --all 2019-01-27 22:39:49 +09:00
out_dir.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
overrides.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
package.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00
patch.rs Fix new unused patch warning. 2018-12-27 17:13:31 -08:00
path.rs Perhaps you meant: bar, foo or foobar 2019-01-19 17:33:51 +04:00
plugins.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
proc_macro.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
profile_config.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
profile_overrides.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
profile_targets.rs Display environment variables for rustc commands 2018-12-27 16:32:34 +02:00
profiles.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
publish.rs Auto merge of #6654 - ehuss:alt-stabilize, r=alexcrichton 2019-02-12 19:47:40 +00:00
read_manifest.rs Add links to cargo metadata. 2018-12-23 11:34:14 -08:00
registry.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00
rename_deps.rs Add detail to multiple rename deps 2019-01-28 16:03:30 +00:00
required_features.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
resolve.rs additional cases are added by more tests, so dont need the note 2019-01-25 12:07:41 -05:00
run.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00
rustc.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
rustc_info_cache.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
rustdoc.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
rustdocflags.rs testsuite: Require failing commands to check output. 2018-12-28 17:59:36 -08:00
rustflags.rs testsuite: Require failing commands to check output. 2018-12-28 17:59:36 -08:00
search.rs push the rest of the clones to the bottom 2019-01-29 17:32:56 -05:00
shell_quoting.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
small_fd_limits.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
test.rs Bail when trying to run "test --doc --no-run" 2019-02-04 15:39:51 +01:00
tool_paths.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
update.rs Marking Cargo.lock as generated 2019-01-19 09:06:01 +00:00
verify_project.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
version.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
warn_on_failure.rs Format with cargo fmt 2018-12-08 03:19:47 -08:00
workspaces.rs Test cleanup: remove unnecessary with_status(0) 2019-02-04 18:52:33 +01:00