note that the mips testing hack will be fixed in 1.13

This commit is contained in:
Josh Stone 2016-09-12 11:39:50 -07:00
parent 2cf5e865e8
commit b519d4e70a
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ sed -i.jemalloc -e '1i // ignore-test jemalloc is disabled' \
src/test/compile-fail/allocator-rust-dylib-is-jemalloc.rs \
src/test/run-pass/allocator-default.rs
# Fedora's LLVM doesn't support any mips targets -- see "llc -version"
# Fedora's LLVM doesn't support any mips targets -- see "llc -version".
# Fixed properly by Rust PR35344, which should be released in 1.13.
sed -i.nomips -e '/target=mips/,+1s/^/# unsupported /' \
src/test/run-make/atomic-lock-free/Makefile