Skip to content
Snippets Groups Projects
Commit 229b1098 authored by bors's avatar bors
Browse files

Auto merge of #1941 - JohnTitor:mips64, r=JohnTitor

Revive tests for MIPS64
parents e0a4fb03 003d6eff
No related branches found
No related tags found
No related merge requests found
......@@ -116,9 +116,8 @@ jobs:
i686-unknown-linux-musl,
mips-unknown-linux-gnu,
mips-unknown-linux-musl,
# FIXME: Disabled because of the `relocation truncated to fit` error
# mips64-unknown-linux-gnuabi64,
# mips64el-unknown-linux-gnuabi64,
mips64-unknown-linux-gnuabi64,
mips64el-unknown-linux-gnuabi64,
mipsel-unknown-linux-musl,
powerpc-unknown-linux-gnu,
powerpc64-unknown-linux-gnu,
......
......@@ -121,10 +121,6 @@ else
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
# FIXME: Somehow it now emits errors like:
# `relocation truncated to fit: R_MIPS_GOT_DISP against `fchmod@@GLIBC_2.0'`
if [ "$TARGET" != "mips64el-unknown-linux-gnuabi64" ] && [ "$TARGET" != "mips64-unknown-linux-gnuabi64" ]; then
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
--target "${TARGET}"
fi
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment