From b519d4e70afc29255a4edbfaed5a88992532299e Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 12 Sep 2016 11:39:50 -0700 Subject: [PATCH] note that the mips testing hack will be fixed in 1.13 --- rust.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 9f43b5b..6b722a9 100644 --- a/rust.spec +++ b/rust.spec @@ -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