Skip to content
Snippets Groups Projects
Commit 1a876755 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Revert "Skip some tests for `mips64(el)-unknown-linux-gnuabi64`"

This reverts commit 7aa60269.
parent 7b0b5f8d
No related branches found
No related tags found
No related merge requests found
......@@ -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