rust/src/test
bors 525aa61022 Auto merge of #32828 - vadimcn:symlinks, r=alexcrichton
Do not rely on file extensions after path canonicalization.

Rustc does not recognize libraries which are symlinked to files having extension other than .rlib. The problem is that find_library_crate calls fs::canonicalize on found library paths, but then the resulting path is passed to get_metadata_section, which assumes it will end in ".rlib" if it's an rlib (from https://internals.rust-lang.org/t/is-library-path-canonicalization-worth-it/3206).

cc #29433
2016-04-13 07:16:20 -07:00
..
auxiliary rustbuild: Migrate tidy checks to Rust 2016-04-12 08:17:42 -07:00
codegen
codegen-units
compile-fail Auto merge of #32817 - jseyfried:warn_impl_param_defaults, r=nikomatsakis 2016-04-13 04:18:36 -07:00
compile-fail-fulldeps
debuginfo
incremental
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make Auto merge of #32828 - vadimcn:symlinks, r=alexcrichton 2016-04-13 07:16:20 -07:00
run-pass Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis 2016-04-12 19:22:32 -07:00
run-pass-fulldeps
run-pass-valgrind
rustdoc