rust/src/test/run-make
Eduard-Mihai Burtescu ad9079bae4 Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis
Normalize labeled and unlabeled breaks

Part of #39849.
2017-02-25 14:13:16 +02:00
..
a-b-a-linker-guard
alloc-extern-crates
allow-non-lint-warnings-cmdline
allow-warnings-cmdline-stability
archive-duplicate-names
atomic-lock-free Revert "Add 128-bit atomics" 2017-02-06 10:39:14 -08:00
bare-outfile
c-dynamic-dylib
c-dynamic-rlib
c-link-to-rust-dylib
c-link-to-rust-staticlib
c-static-dylib Annotate more tests with kind="static" 2016-12-05 16:40:43 -08:00
c-static-rlib Annotate more tests with kind="static" 2016-12-05 16:40:43 -08:00
cdylib rustc: Add a new crate type, cdylib 2016-05-19 15:32:03 -07:00
codegen-options-parsing Disable ICF opt of MSVC for non-opt build 2016-12-04 23:55:24 +11:00
compile-stdin
compiler-lookup-paths
compiler-lookup-paths-2
compiler-rt-works-on-mingw
crate-data-smoke
crate-name-priority
debug-assertions Enable the overflow-related tests for MIR 2016-06-05 14:02:24 +03:00
dep-info
dep-info-spaces test: Don't write files into the source tree 2016-10-14 12:48:53 -07:00
duplicate-output-flavors
dylib-chain
emit Add opt-level=s and opt-level=z tests to the existing tests that confirm proper 2016-04-28 23:08:30 -07:00
error-found-staticlib-instead-crate Turn on new errors, json mode. Remove duplicate unicode test 2016-08-07 07:46:49 -07:00
error-writing-dependencies
extern-diff-internal-name
extern-flag-disambiguates
extern-flag-fun
extern-fn-generic Annotate more tests with kind="static" 2016-12-05 16:40:43 -08:00
extern-fn-mangle
extern-fn-reachable
extern-fn-struct-passing-abi
extern-fn-with-packed-struct
extern-fn-with-union
extern-multiple-copies
extern-multiple-copies2 rustc: Fix again order-dependence in extern crate 2016-05-20 14:03:47 -07:00
extern-overrides-distribution
extra-filename-with-temp-outputs
graphviz-flowgraph Add tests for control flow in while condition 2017-02-18 12:43:25 -08:00
include_bytes_deps
interdependent-c-libraries Annotate more tests with kind="static" 2016-12-05 16:40:43 -08:00
intrinsic-unreachable
invalid-library
invalid-staticlib
issue-7349
issue-11908
issue-14500
issue-14698
issue-15460 Remove the "linked_from" feature. 2016-12-01 16:56:49 -08:00
issue-18943
issue-19371 Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
issue-20626
issue-22131 Add tested item in the rustdoc --test output 2017-02-11 16:36:31 +01:00
issue-24445
issue-25581 Annotate more tests with kind="static" 2016-12-05 16:40:43 -08:00
issue-26006
issue-26092
issue-28595
issue-28766
issue-30063
issue-33329 add include ../tools.mk to the Makefile 2016-07-25 01:23:10 -05:00
issue-37839 rustc: Stabilize the proc_macro feature 2017-01-02 12:13:30 -08:00
issue-37893 rustc: Stabilize the proc_macro feature 2017-01-02 12:13:30 -08:00
issue-38237 rustc: Stabilize the proc_macro feature 2017-01-02 12:13:30 -08:00
libs-and-bins
libs-through-symlinks
link-arg add a test 2016-09-19 15:21:32 -05:00
link-cfg rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
link-path-order Annotate more tests with kind="static" 2016-12-05 16:40:43 -08:00
linkage-attr-on-static
linker-output-non-utf8
llvm-pass [LLVM 4.0] test/run-make/llvm-pass/ 2016-12-06 17:23:04 +01:00
llvm-phase test: Don't write files into the source tree 2016-10-14 12:48:53 -07: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 Turn on new errors, json mode. Remove duplicate unicode test 2016-08-07 07:46:49 -07:00
metadata-flag-frobs-symbols
mismatching-target-triples
missing-crate-dependency Turn on new errors, json mode. Remove duplicate unicode test 2016-08-07 07:46:49 -07:00
mixing-deps
mixing-formats
mixing-libs
no-builtins-lto test that a no_builtins crate is passed to the linker 2016-08-15 18:24:14 -05:00
no-duplicate-libs Link test to compiler builtins and make unstable 2016-09-13 12:27:26 -07:00
no-intermediate-extras
obey-crate-type-flag
output-type-permutations
output-with-hyphens
prefer-dylib
prefer-rlib
pretty-expanded
pretty-expanded-hygiene Fix fallout in librustdoc and in tests 2016-05-09 12:12:32 +00:00
pretty-print-path-suffix hir: lower ImplicitSelf to resolved Self TyQPath's. 2016-12-28 11:21:45 +02:00
pretty-print-to-file
print-cfg
print-target-list
prune-link-args
relocation-model
reproducible-build
rlib-chain
rustc-macro-dep-files rustc: Stabilize the proc_macro feature 2017-01-02 12:13:30 -08:00
sanitizer-address build/test the sanitizers only when --enable-sanitizers is used 2017-02-08 18:51:43 -05:00
sanitizer-dylib sanitizer-dylib: only run where std for x86_64-linux is available 2017-02-08 22:58:53 -05:00
sanitizer-invalid-target sanitizer support 2017-02-08 18:51:43 -05:00
sanitizer-leak build/test the sanitizers only when --enable-sanitizers is used 2017-02-08 18:51:43 -05:00
sanitizer-memory build/test the sanitizers only when --enable-sanitizers is used 2017-02-08 18:51:43 -05:00
save-analysis save-analysis: handle << and >> operators inside [] in types 2016-11-18 13:06:16 +13:00
save-analysis-fail Fix a bunch of bugs shown by the test 2016-11-23 18:47:07 +13:00
sepcomp-cci-copies
sepcomp-inlining Refactor symbol export list generation. 2016-12-05 11:05:25 -05:00
sepcomp-separate
simd-ffi
simple-dylib
simple-rlib
stable-symbol-names trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning. 2017-01-09 10:06:58 -05:00
static-dylib-by-default
static-nobundle Don't link "nobundle" libs which had already been included in upstream crate. 2017-02-03 18:25:45 -08:00
static-unwinding Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
staticlib-blank-lib
suspicious-library
symbol-visibility Make symbol-visibility test case work on all platforms. 2016-12-05 11:05:25 -05:00
symbols-are-reasonable Adapt rmake-test to new naming scheme for internal symbols. 2016-10-24 11:07:45 -04:00
symbols-include-type-name
symlinked-extern
symlinked-libraries
symlinked-rlib
sysroot-crates-are-unstable test: Verify all sysroot crates are unstable 2017-02-21 11:38:17 -08:00
target-cpu-native
target-specs rustc: add basic test for --print target-spec 2016-12-02 10:07:39 -06:00
target-without-atomics rustc -> $(RUSTC) in rmake test 2016-10-02 15:52:26 -05:00
test-harness Fix pre-cfg_attr notation in comment 2017-01-01 20:34:23 +01:00
trace-macros-flag
use-extern-for-plugins
version
volatile-intrinsics
weird-output-filenames
windows-subsystem rustc: Add knowledge of Windows subsystems. 2016-10-31 10:03:41 -07:00
tools.mk Add AppVeyor configuration to the repo 2016-10-14 20:33:20 -07:00