rust/src/test/run-make
bors 0dcc955459 auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson
The nightly builds on linux have been failing over the past few days due to a
malformed LD_LIBRARY_PATH. It appears that the underlying cause is that one of
the tests, dep-info-custom, recursively invokes make but the RUSTC variable
passed down has the string "$LD_LIBRARY_PATH". This is intended to read the
host's original LD_LIBRARY_PATH, but it appears that the makefile is eagerly
expanding the "$L" to nothing, causing the original host's LD_LIBRARY_PATH to be
ignored.

This fix removes passing the string "$LD_LIBRARY_PATH" and rather expands it
eagerly to ensure that escaping doesn't happen at a later stage. I'm still not
entirely sure why the makefile is interpreting the dollar as a variable, but
this seems to fix the issue.
2014-06-18 22:41:40 +00:00
..
bootstrap-from-c-with-green Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
bootstrap-from-c-with-native Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-dynamic-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-dynamic-rlib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-link-to-rust-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-link-to-rust-staticlib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-static-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
c-static-rlib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
crate-data-smoke Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
dep-info test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
dep-info-custom test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
duplicate-output-flavors Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
dylib-chain Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
error-writing-dependencies rustc: Give a friendlier error when writing deps 2014-04-23 10:04:29 -07: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 librustc: Make sure to add argument attributes to extern fns from non-local crates. 2014-05-14 02:18:42 -04:00
graphviz-flowgraph Regression tests for flowgraph construction bug on ExprWhile. 2014-06-18 16:42:57 +02:00
interdependent-c-libraries rustc: Deterministically link upstream C libraries 2014-04-11 12:20:33 -07:00
invalid-library rustc: Better error when loading invalid libraries 2014-03-01 23:36:28 -08:00
issue-12446 Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
issue-14500 rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
libs-and-bins rustc: Remove the session building_library flag 2014-05-02 15:26:45 -07:00
libs-through-symlinks rustc: Use the "real" realpath function 2014-05-02 13:50:24 -07:00
ls-metadata Move --ls behind -Z ls 2014-04-16 17:45:06 +02:00
lto-smoke Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
lto-smoke-c rustc: Preserve reachable extern fns with LTO 2014-06-06 19:52:21 -07:00
lto-syntax-extension Use phase(plugin) in tests 2014-06-09 14:29:30 -07:00
many-crates-but-no-match Rough regression test for #13266. 2014-04-05 03:53:28 +02:00
missing-crate-dependency Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
mixing-deps core: Remove the cast module 2014-05-11 01:13:02 -07:00
mixing-formats rustc: Add some suppot for mixing rlibs and dylibs 2014-05-02 11:39:18 -07:00
mixing-libs Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
no-duplicate-libs rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00
no-intermediate-extras test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
obey-crate-type-flag Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
output-type-permutations Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
prefer-dylib Refactoring: Introduce distinct host and target rpath var setters. 2014-05-18 22:56:26 +02:00
prefer-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
pretty-expanded pprust: Handle multi-stmt/no-expr ExprFnBlock 2014-04-16 16:02:18 +09:00
pretty-print-to-file Generalized the pretty-print entry points to support -o <file>. 2014-04-10 15:21:59 -07:00
prune-link-args test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
relocation-model Add support for different relocation models 2014-04-06 15:06:44 +02:00
rlib-chain Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
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 Fix --disable-rpath and tests 2014-06-16 18:16:45 -07:00
save-analysis Dump results of analysis phase as CSV 2014-06-13 21:09:50 +12:00
simple-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
simple-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-unwinding Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
staticlib-blank-lib Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
suspicious-library Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
symlinked-libraries test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
test-shard-completeness test: index shards at 1, not 0 2014-05-19 14:27:29 -07:00
unicode-input std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
volatile-intrinsics std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
weird-output-filenames test: Fix run-make on windows 2014-04-28 11:45:30 +09:00
tools.mk test: Attempt to fix nightly-linux 2014-06-18 13:50:45 -07:00