From 1a876755d21d944ace85026fb826f7494fc1c9be Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Mon, 19 Oct 2020 23:58:14 +0900 Subject: [PATCH] Revert "Skip some tests for `mips64(el)-unknown-linux-gnuabi64`" This reverts commit 7aa60269ae6cecd01831f5ec62d8c582e24de4fd. --- ci/run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/run.sh b/ci/run.sh index cbf644e4..6fb059d2 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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 -- GitLab