Skip to content

Commit

Permalink
Revert "Skip some tests for mips64(el)-unknown-linux-gnuabi64"
Browse files Browse the repository at this point in the history
This reverts commit 7aa6026.
  • Loading branch information
JohnTitor committed Oct 19, 2020
1 parent 60e42b9 commit a7a03b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit a7a03b8

Please sign in to comment.