rust/src/test
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
..
auxiliary librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
bench auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brson 2014-06-17 01:01:55 +00:00
codegen
compile-fail auto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton 2014-06-18 20:51:46 +00:00
compile-fail-fulldeps rustc: reduce redundant resolve errors. 2014-06-18 01:19:22 +01:00
debuginfo rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
pretty rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
run-fail rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
run-make auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson 2014-06-18 22:41:40 +00:00
run-pass some extra test cases to cover in the borrow checker. 2014-06-18 16:42:57 +02:00
run-pass-fulldeps rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00