rust/src/test/run-make
bors 8f209d5a3e Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton
This is a little bit tricky, since with include_str!, we know that we
are including utf-8 content, so it's safe to store the source as a
String in a FileMap. We don't know that for include_bytes!, but I don't
think we actually need to track the contents anyways, so I'm passing "".

new_filemap does check for the zero length content, and it should be
reasonable, howeven I'm not sure if it would be better to pass None
instead of Some(Rc::new("")) as the src component of a FileMap.

Fixes bug #24348
2015-04-16 08:28:27 +00:00
..
alloc-extern-crates
allow-non-lint-warnings-cmdline Fallout in tests 2015-04-01 11:22:39 -04:00
allow-warnings-cmdline-stability Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
bare-outfile
c-dynamic-dylib
c-dynamic-rlib
c-link-to-rust-dylib
c-link-to-rust-staticlib fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
c-static-dylib
c-static-rlib
cannot-read-embedded-idents Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
codegen-options-parsing
compiler-lookup-paths
compiler-lookup-paths-2
crate-data-smoke
crate-name-priority
debug-assertions
dep-info
dep-info-spaces
duplicate-output-flavors
dylib-chain
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 Test fixes and rebase conflicts, round 3 2015-03-27 16:09:54 -07:00
extern-fn-with-packed-struct Fallout in tests 2015-04-01 11:22:39 -04:00
extern-fn-with-union
extern-overrides-distribution
extra-filename-with-temp-outputs
graphviz-flowgraph Feature gate *all* slice patterns. #23121 2015-03-27 12:50:49 -07:00
include_bytes_deps Added a test for include_bytes! dep info 2015-04-15 10:40:04 -04:00
interdependent-c-libraries
intrinsic-unreachable Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
invalid-library
issue-7349 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
issue-11908
issue-12446
issue-14500 fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
issue-15460
issue-19371 Test fixes and rebase conflicts, round 2 2015-03-23 17:10:19 -07:00
issue-22131 Test fixes and review feedback 2015-04-10 00:58:10 -07:00
libs-and-bins
libs-through-symlinks
link-path-order std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
linkage-attr-on-static
ls-metadata
lto-readonly-lib
lto-smoke
lto-smoke-c fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
lto-syntax-extension Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
manual-crate-name
manual-link
many-crates-but-no-match Strip trailing whitespace 2015-03-15 11:25:43 -07:00
metadata-flag-frobs-symbols Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mismatching-target-triples
missing-crate-dependency Strip trailing whitespace 2015-03-15 11:25:43 -07:00
mixing-deps Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mixing-formats
mixing-libs
no-duplicate-libs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
no-intermediate-extras
no-stack-check fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
obey-crate-type-flag
output-type-permutations
output-with-hyphens rustc: Remove support for hyphens in crate names 2015-03-27 10:19:59 -07:00
prefer-dylib
prefer-rlib
pretty-expanded Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
pretty-expanded-hygiene
pretty-print-path-suffix Fix some typos 2015-03-28 18:09:51 +03:00
pretty-print-to-file
prune-link-args
relocation-model
rlib-chain
rustdoc-json
save-analysis test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
sepcomp-cci-copies Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
sepcomp-inlining
sepcomp-separate Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
simd-ffi Fallout in tests 2015-04-02 13:24:46 -04:00
simple-dylib
simple-rlib
static-dylib-by-default
static-unwinding
staticlib-blank-lib
suspicious-library
symbols-are-reasonable Forbid is/us suffixes. Fixes #22496 2015-04-15 16:13:26 -07:00
symlinked-extern
symlinked-libraries
target-cpu-native
target-specs Fallout in tests 2015-04-02 13:24:46 -04:00
test-harness
unicode-input test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
use-extern-for-plugins fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
version
volatile-intrinsics Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
weird-output-filenames Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
tools.mk fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00