cargo/tests/testsuite
Michael Hewson 727684da74 added a test that feature=foo will be quoted
The doesn’t doesn’t seem to run when I run `cargo test` though
2018-07-03 14:19:48 -04:00
..
cargotest cargotest: Add some more docs 2018-05-23 21:09:27 -07:00
alt_registry.rs Adjust tests to new time output format 2018-05-02 18:34:59 +02:00
bad_config.rs Config Profiles (RFC 2282 Part 2) 2018-05-30 17:53:41 -07:00
bad_manifest_path.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
bench.rs Rename the rust manifest key to edition 2018-05-03 11:45:04 -07:00
build.rs Fix random errors in test compiler_json_error_format. 2018-06-23 15:51:22 -07:00
build_auth.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
build_lib.rs cargo fmt 2018-03-14 17:48:23 -07:00
build_plan.rs Fix tests when CARGO_TARGET_DIR is set. 2018-05-15 07:52:24 -07:00
build_script.rs Cop out on fixing a spurious test failure 2018-05-05 11:47:41 -07:00
build_script_env.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
cargo_alias_config.rs Tweak error messages 2018-05-03 18:31:23 +03:00
cargo_command.rs tests(help): Fix assertion by using the full line text 2018-03-31 11:33:14 +02:00
cargo_features.rs Allow publishing crates with nightly features 2018-06-03 10:25:05 +03:00
cfg.rs Don't try to use the same info if target == host 2018-04-18 18:00:21 +03: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 Fix mode generated in maybe_lib 2018-05-11 08:04:55 -07:00
clean.rs Add cargo clean --doc 2018-05-01 17:38:22 +02:00
concurrent.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
config.rs Add -Z advanced-env feature flag. 2018-05-23 09:30:54 -07:00
corrupt_git.rs cargo fmt 2018-03-14 17:48:23 -07:00
cross_compile.rs Remove quote feature use 2018-06-23 20:07:30 +02:00
cross_publish.rs cargo fmt 2018-03-14 17:48:23 -07:00
custom_target.rs Add custom target tests 2018-03-25 12:53:22 +02:00
death.rs cargo fmt 2018-03-14 17:48:23 -07:00
dep_info.rs cargo fmt 2018-03-14 17:48:23 -07:00
directory.rs Adjust tests to new time output format 2018-05-02 18:34:59 +02:00
doc.rs Disable cargo doc --open tests on Windows and macOS. 2018-05-29 12:34:31 +02:00
features.rs Copy --all-features request to all workspace members 2018-05-21 13:38:40 -07:00
fetch.rs cargo-fetch: add option to fetch for a target 2018-04-26 10:07:01 -07:00
freshness.rs Fix test failure in changing_bin_features_caches_targets for Linux. 2018-05-22 04:45:46 -07:00
generate_lockfile.rs Improve error message on duplicate packages in lockfile. 2018-06-03 23:40:27 +02:00
git.rs fixed a few typos 2018-04-05 03:45:15 +02:00
hamcrest.rs cargo fmt 2018-03-14 17:48:23 -07:00
init.rs cargo_new: remove redundant leading new lines from ignore files 2018-03-31 17:40:44 +03:00
install.rs Auto merge of #5606 - vramana:fix/cargo-install, r=alexcrichton 2018-06-27 16:10:08 +00:00
jobserver.rs cargo fmt 2018-03-14 17:48:23 -07:00
local_registry.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
lockfile_compat.rs cargo fmt 2018-03-14 17:48:23 -07:00
login.rs cargo fmt 2018-03-14 17:48:23 -07:00
main.rs Config Profiles (RFC 2282 Part 2) 2018-05-30 17:53:41 -07:00
metadata.rs fix #4746 and add test 2018-06-01 16:10:55 +02:00
net_config.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
new.rs add test for project name 2018-05-01 09:39:22 +08:00
out_dir.rs Properly use unstable options for out-dir 2018-04-08 14:47:35 +03:00
overrides.rs Don't abort resolution on transitive updates 2018-03-15 07:44:35 -07:00
package.rs Fix test to work on Windows 2018-05-29 11:38:27 +02:00
patch.rs Don't install pre-releases by default 2018-05-03 01:32:06 +03:00
path.rs Be more conservative about which files are linked to the output dir. 2018-05-10 08:46:02 -07:00
plugins.rs cargo fmt 2018-03-14 17:48:23 -07:00
proc_macro.rs Remove some is_nightly checks from tests 2018-04-22 18:08:31 +03:00
profile_config.rs Use new config API. 2018-05-31 10:20:38 -07:00
profile_overrides.rs Add package spec support to profile overrides. 2018-05-05 16:51:50 -07:00
profile_targets.rs Fix panic for binaries built during tests. 2018-05-10 14:25:17 -07:00
profiles.rs Deprecate doc profile. 2018-05-05 08:52:19 -07:00
publish.rs Add cargo --no-verify test when checking that src dir was not modified while publishing 2018-05-28 13:59:40 +02:00
read_manifest.rs Added new metadata fields. 2018-04-18 15:08:18 +07:00
registry.rs Fix an issue of deadlock in Cargo 2018-05-25 19:12:53 -07:00
rename_deps.rs Mix package renames into fingerprints 2018-04-28 13:38:16 +03:00
required_features.rs Correct formatting with cargo fmt 2018-04-11 23:16:17 +02:00
resolve.rs Start moving methods from Registry to Source 2018-05-04 08:19:40 +01:00
run.rs Auto merge of #5485 - patriksvensson:feature/GH-5474, r=matklad 2018-05-05 14:24:55 +00:00
rustc.rs Fix cargo rustc for test with implicit binary. 2018-05-08 17:23:28 -07:00
rustc_info_cache.rs Improve rustc cache 2018-04-18 17:44:23 +03:00
rustdoc.rs Support --target argument in cargo rustdoc 2018-05-28 17:27:52 +03:00
rustdocflags.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
rustflags.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
search.rs Prettify rustfmted single-line strings 2018-03-14 17:48:44 -07:00
shell_quoting.rs added a test that feature=foo will be quoted 2018-07-03 14:19:48 -04:00
small_fd_limits.rs cargo fmt 2018-03-14 17:48:23 -07:00
test.rs Ignore <tab> in libtest output. 2018-05-14 22:02:34 -07:00
tool_paths.rs cargo fmt 2018-03-14 17:48:23 -07:00
update.rs add precise test 2018-03-24 20:04:19 +01:00
verify_project.rs cargo fmt 2018-03-14 17:48:23 -07:00
version.rs cargo fmt 2018-03-14 17:48:23 -07:00
warn_on_failure.rs cargo fmt 2018-03-14 17:48:23 -07:00
workspaces.rs Better error message for cargo rustc in a workspace. 2018-04-30 20:39:07 -07:00