rust/src/test/run-pass-fulldeps
Alex Crichton daafff508c rustc: Prepend a length to all metadata
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-08 14:29:24 -08:00
..
issue_16723_multiple_items_syntax_ext.rs Test fixes from the rollup 2014-09-19 19:58:14 -07:00
issue-13560.rs rustc: Prepend a length to all metadata 2014-12-08 14:29:24 -08:00
issue-16992.rs Test fixes from the rollup 2014-09-09 13:13:04 -07:00
issue-18763-quote-token-tree.rs Fix ICEs that involved quasi-quotation 2014-11-09 16:34:04 +01:00
lint-group-plugin.rs Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
lint-plugin-cmdline.rs
lint-plugin.rs
macro-crate-does-hygiene-work.rs
macro-crate-outlive-expansion-phase.rs
macro-crate.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
phase-syntax-link-does-resolve.rs
qquote.rs Fix fallout in tests from removing the use of Gc in ExpnInfo. 2014-09-18 14:36:18 +03:00
quote-tokens.rs syntax: Parse outer attributes in quote_method! 2014-10-06 10:53:05 -04:00
quote-unused-sp-no-warning.rs
roman-numerals-macro.rs test: Fix a test that fails when cross compiling 2014-10-03 16:13:33 -07:00
syntax-extension-with-dll-deps.rs