rust/src/test/run-make
kennytm 60377e48f0
save-analysis: Remove path span extraction methods from SpanUtils
Use the `span` field in PathSegment and TyParam instead.

Fix #43796. Close #41478.
2017-08-14 18:14:49 +08:00
..
a-b-a-linker-guard
alloc-extern-crates
allow-non-lint-warnings-cmdline
allow-warnings-cmdline-stability
archive-duplicate-names
atomic-lock-free fix atomic_lock_free test case 2017-05-22 17:11:39 -04:00
bare-outfile
c-dynamic-dylib
c-dynamic-rlib
c-link-to-rust-dylib
c-link-to-rust-staticlib
c-static-dylib
c-static-rlib
cdylib
codegen-options-parsing Solaris linker options need to be accounted for in one test. 2017-08-03 17:18:19 -07:00
compile-stdin
compiler-lookup-paths
compiler-lookup-paths-2
compiler-rt-works-on-mingw
crate-data-smoke
crate-name-priority
debug-assertions
dep-info
dep-info-doesnt-run-much
dep-info-spaces
duplicate-output-flavors
dylib-chain
emit
error-found-staticlib-instead-crate
error-writing-dependencies
extern-diff-internal-name
extern-flag-disambiguates
extern-flag-fun
extern-fn-generic
extern-fn-mangle
extern-fn-reachable
extern-fn-struct-passing-abi rustc_trans: do not treat byval as using up registers. 2017-04-19 02:22:59 +03:00
extern-fn-with-packed-struct
extern-fn-with-union
extern-multiple-copies
extern-multiple-copies2
extern-overrides-distribution
extra-filename-with-temp-outputs
fpic
include_bytes_deps
interdependent-c-libraries
intrinsic-unreachable
invalid-library
invalid-staticlib
issue-7349
issue-11908
issue-14500
issue-14698
issue-15460
issue-18943
issue-19371 Remove rustc_llvm dependency from librustc 2017-05-15 11:13:30 +02:00
issue-20626
issue-22131
issue-24445
issue-25581
issue-26006
issue-26092
issue-28595
issue-28766
issue-30063
issue-33329
issue-35164 run-make test for JSON error byte start/end 2017-07-21 16:50:44 -07:00
issue-37839 Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
issue-37893 Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
issue-38237 Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
issue-40535
issues-41478-43796 save-analysis: Remove path span extraction methods from SpanUtils 2017-08-14 18:14:49 +08:00
libs-and-bins
libs-through-symlinks
link-arg
link-cfg
link-path-order
linkage-attr-on-static
linker-output-non-utf8
llvm-pass Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
llvm-phase async-llvm(29): Adapt run-make/llvm-phase test case to LLVM module not being available in memory. 2017-08-01 15:57:38 +02:00
ls-metadata
lto-no-link-whole-rlib
lto-readonly-lib
lto-smoke
lto-smoke-c
manual-crate-name
manual-link
many-crates-but-no-match
metadata-flag-frobs-symbols
mismatching-target-triples
missing-crate-dependency
mixing-deps
mixing-formats
mixing-libs
multiple-emits Properly adjust filenames when multiple emissions 2017-04-05 19:02:25 +03:00
no-builtins-lto
no-duplicate-libs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
no-intermediate-extras
obey-crate-type-flag
output-type-permutations
output-with-hyphens
prefer-dylib
prefer-rlib
pretty-expanded
pretty-expanded-hygiene
pretty-print-path-suffix
pretty-print-to-file
print-cfg Make LLVMRustHasFeature more robust 2017-07-28 14:30:06 +00:00
print-target-list
profile Run profiler test only if built with profiler support 2017-06-04 19:05:03 +01:00
prune-link-args
relocation-model
reproducible-build
rlib-chain
rustc-macro-dep-files Ignore tests that fail on stage1 2017-08-08 18:33:43 +02:00
rustdoc-output-path rustdoc: Use create_dir_all to create output directory 2017-06-09 23:03:08 +01:00
sanitizer-address Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets. 2017-07-15 08:22:46 +10:00
sanitizer-cdylib-link Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets. 2017-07-15 08:22:46 +10:00
sanitizer-dylib-link Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets. 2017-07-15 08:22:46 +10:00
sanitizer-invalid-cratetype Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets. 2017-07-15 08:22:46 +10:00
sanitizer-invalid-target Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
sanitizer-leak Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
sanitizer-memory Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
sanitizer-staticlib-link Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets. 2017-07-15 08:22:46 +10:00
save-analysis Remove save-analysis-api references from tests and rustbuild 2017-07-24 17:25:16 +12:00
save-analysis-fail Remove the in-tree flate crate 2017-06-20 07:11:29 -07:00
sepcomp-cci-copies
sepcomp-inlining
sepcomp-separate
simd-ffi Update #[no_core] users with the "freeze" lang item. 2017-04-21 15:48:35 +03:00
simple-dylib
simple-rlib
stable-symbol-names
static-dylib-by-default
static-nobundle
static-unwinding
staticlib-blank-lib
suspicious-library
symbol-visibility
symbols-are-reasonable
symbols-include-type-name
symlinked-extern
symlinked-libraries
symlinked-rlib
sysroot-crates-are-unstable Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate. 2017-04-25 18:34:21 +08:00
target-cpu-native
target-specs Update #[no_core] users with the "freeze" lang item. 2017-04-21 15:48:35 +03:00
target-without-atomics
test-harness
treat-err-as-bug fix -Z treat-err-as-bug 2017-07-31 18:09:02 +03:00
type-mismatch-same-crate-name Replace grep -z by tr -d '\r\n' | grep for cross-compatibility 2017-06-29 20:07:51 +08:00
use-extern-for-plugins
used don't pass -C to nm 2017-04-06 23:53:32 -05:00
version
volatile-intrinsics
weird-output-filenames
windows-spawn Add run-make test for Command::spawn on Windows 2017-06-05 17:57:32 +01:00
windows-subsystem rustc: Stabilize the #![windows_subsystem] attribute 2017-04-01 06:36:48 -07:00
tools.mk Some tests use res_init() and need -lresolv on Solaris 2017-08-03 15:38:34 -07:00