rust/src/test
bors 8fbfa66b45 auto merge of #19563 : alexcrichton/rust/issue-19501, r=pnkfelix
One of the causes of #19501 was that the metadata on OSX was getting corrupted.
For any one particular invocation of the compiler the metadata file inside of an
rlib archive would have extra bytes appended to the end of it. These extra bytes
end up confusing rbml and have it run off the end of the array (resulting in the
out of bounds detected).

This commit prepends the length of metadata to the start of the metadata to
ensure that we always slice the precise amount that we want, and it also
un-ignores the test from #19502.

Closes #19501
2014-12-09 21:56:13 +00:00
..
auxiliary librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
bench librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08:00
compile-fail-fulldeps Adjust some error messages to start with a lowercase letter and not finish with a full stop 2014-11-30 20:26:53 +13:00
debuginfo rollup merge of #19581: luqmana/duc 2014-12-09 09:24:41 -08:00
pretty librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
run-fail auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton 2014-12-08 12:12:23 +00:00
run-make librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
run-pass Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08:00
run-pass-fulldeps rustc: Prepend a length to all metadata 2014-12-08 14:29:24 -08:00
run-pass-valgrind Move some tests to run-pass-valgrind 2014-10-23 13:52:34 +13:00