rust/src/test/run-make
Felix S. Klock II 9434920b24 rustc lexer: regression tests for embedded Idents.
I chose to make two of them because I wanted something close to an
"end-to-end" test (*), but at the same time I wanted a test that
would run on Windows (**).

(*) The run-make test serves as the end-to-end: It constructs an input
that is trying to subvert the hack and we are going to check that it
fails in the attempt).

(**) The compile-fail-fulldeps test serves as a more narrow test that
will be tested on all platforms.  It also attempts to subvert the
hack, testing that when you use `new_parser_from_tts`, the resulting
parser does not support reading embedded Idents.
2014-08-13 17:41:35 +02:00
..
bootstrap-from-c-with-green test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
bootstrap-from-c-with-native test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
c-dynamic-dylib
c-dynamic-rlib
c-link-to-rust-dylib test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
c-link-to-rust-staticlib test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
c-static-dylib
c-static-rlib
cannot-read-embedded-idents rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
crate-data-smoke rustc: Append platform exe suffix to output files 2014-07-21 11:27:19 -07:00
crate-name-priority rustc: Mix extra-filename in temp outputs 2014-07-18 18:09:08 -07:00
dep-info test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
dep-info-custom
duplicate-output-flavors
dylib-chain
error-writing-dependencies
extern-flag-disambiguates test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
extern-flag-fun test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
extern-fn-generic Allow generic foreign functions. 2014-08-05 23:28:50 -06:00
extern-fn-mangle Add new tests for extern and foreign fns and name mangling. 2014-08-05 23:28:50 -06:00
extern-fn-reachable std: Move dynamic_lib from std::unstable to std 2014-06-09 17:46:53 -07:00
extern-fn-with-union rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
extra-filename-with-temp-outputs rustc: Mix extra-filename in temp outputs 2014-07-18 18:09:08 -07:00
graphviz-flowgraph syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00
interdependent-c-libraries
invalid-library
issue-7349 don't translate items when monomorphizing foreign-ABI functions 2014-08-08 11:26:21 -07:00
issue-11908 Test fixes and rebase conflicts 2014-07-05 12:46:42 -07:00
issue-12446
issue-14500 rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
issue-15460 rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
libs-and-bins
libs-through-symlinks
ls-metadata
lto-smoke
lto-smoke-c test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
lto-syntax-extension test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
manual-crate-name rustc: Repurpose the --crate-name CLI flag 2014-07-05 12:46:42 -07:00
many-crates-but-no-match Fix many-crates-but-no-match test. (Issue #16348) 2014-08-11 18:41:47 -07:00
metadata-flag-frobs-symbols test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
missing-crate-dependency
mixing-deps
mixing-formats
mixing-libs
multiple-versions test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
no-duplicate-libs rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
no-intermediate-extras
obey-crate-type-flag
output-type-permutations test: Fix tests for crate_id removal 2014-07-05 12:46:42 -07:00
prefer-dylib
prefer-rlib
pretty-expanded
pretty-print-path-suffix pretty printer: Added some run-make tests of path-suffix lookup functionality. 2014-08-09 10:19:06 +02:00
pretty-print-to-file
prune-link-args
relocation-model
rlib-chain
rustdoc-hidden-line Fix --disable-rpath and tests 2014-06-16 18:16:45 -07:00
rustdoc-json Fix --disable-rpath and tests 2014-06-16 18:16:45 -07:00
rustdoc-smoke rustdoc: support tuple and struct patterns in function arguments 2014-07-11 11:59:18 -07:00
save-analysis Dump results of analysis phase as CSV 2014-06-13 21:09:50 +12:00
simple-dylib
simple-rlib
static-unwinding librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
staticlib-blank-lib
suspicious-library
symbols-are-reasonable rustc: use Name numbers rather than the Show impl for constants. 2014-08-04 16:32:35 +10:00
symlinked-libraries
test-harness move a test into a run make, to check external affect rather than 2014-08-09 13:00:58 +10:00
test-shard-completeness
unicode-input Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
version Stabilize version output for rustc and rustdoc 2014-06-24 17:24:34 -07:00
volatile-intrinsics
weird-output-filenames rustc: Default #[crate_name] on input, not output 2014-07-05 12:46:42 -07:00
tools.mk test: readd TMPDIR to LD_LIBRARY_PATH for run-make 2014-06-23 13:12:37 +02:00