cargo/tests/testsuite
bors 578e2533b8 Auto merge of #5878 - ehuss:rustdoc-json, r=alexcrichton
Support JSON with rustdoc.

This allows `cargo doc --message-format=json` to actually work.

Note that this explicitly does not attempt to support it for doctests for
several reasons:
- `rustdoc --test --error-format=json` does not work for some reason.
- Since the lib is usually compiled before running rustdoc, warnings/errors
  will be emitted correctly by rustc.
- I'm unaware of any errors/warnings `rustdoc --test` is capable of producing
  assuming the code passed `rustc`.
- The compilation of the tests themselves do not support JSON.
- libtest does not output json, so it's utility is limited.
2018-08-10 03:14:33 +00:00
..
support Drop niche Execs::with_no_expected_status 2018-08-03 07:54:07 +01:00
alt_registry.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
bad_config.rs Fix tests that have failing commands w/o specifying the exit code 2018-08-03 07:45:21 +01:00
bad_manifest_path.rs Reorganise the testsuite crate module hierarchy 2018-07-22 08:46:44 +01:00
bench.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
build.rs Change target filters in workspaces. 2018-08-07 13:05:22 -07:00
build_auth.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
build_lib.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
build_plan.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
build_script.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
build_script_env.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
cargo_alias_config.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
cargo_command.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
cargo_features.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
cfg.rs Auto merge of #5852 - dwijnand:exit-code-0, r=alexcrichton 2018-08-03 15:42:54 +00: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 Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
clean.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
concurrent.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
config.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
corrupt_git.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
cross_compile.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
cross_publish.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
custom_target.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
death.rs Reorganise the testsuite crate module hierarchy 2018-07-22 08:46:44 +01:00
dep_info.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
directory.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
doc.rs Update for review comments. 2018-08-09 15:43:34 -07:00
edition.rs Fix the edition build scripts are compiled with 2018-08-04 08:44:16 -07:00
features.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
fetch.rs fetch: skip target tests when cross_compile is disabled 2018-08-06 10:04:53 -07:00
fix.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
freshness.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
generate_lockfile.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
git.rs Fix tests that have failing commands w/o specifying the exit code 2018-08-03 07:45:21 +01:00
init.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
install.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
jobserver.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
local_registry.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
lockfile_compat.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
login.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
main.rs Fix the edition build scripts are compiled with 2018-08-04 08:44:16 -07:00
metadata.rs Add rename info to Cargo metadata 2018-08-07 12:39:08 +03:00
net_config.rs Reorganise the testsuite crate module hierarchy 2018-07-22 08:46:44 +01:00
new.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
out_dir.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
overrides.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
package.rs Auto merge of #5858 - dekellum:git-check-logging-and-test, r=alexcrichton 2018-08-07 22:19:54 +00:00
patch.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
path.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
plugins.rs Fix tests that have failing commands w/o specifying the exit code 2018-08-03 07:45:21 +01:00
proc_macro.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
profile_config.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
profile_overrides.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
profile_targets.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
profiles.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
publish.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
read_manifest.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
registry.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
rename_deps.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
required_features.rs Change target filters in workspaces. 2018-08-07 13:05:22 -07:00
resolve.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
run.rs Allow cargo run in workspaces. 2018-08-08 18:39:00 -07:00
rustc.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
rustc_info_cache.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
rustdoc.rs Auto merge of #5852 - dwijnand:exit-code-0, r=alexcrichton 2018-08-03 15:42:54 +00:00
rustdocflags.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
rustflags.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
search.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
shell_quoting.rs Reorganise the testsuite crate module hierarchy 2018-07-22 08:46:44 +01:00
small_fd_limits.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
test.rs Change target filters in workspaces. 2018-08-07 13:05:22 -07:00
tool_paths.rs Fix tests that have failing commands w/o specifying the exit code 2018-08-03 07:45:21 +01:00
update.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
verify_project.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
version.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
warn_on_failure.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00
workspaces.rs Default test support's Execs to exit code 0 2018-08-03 07:44:42 +01:00