Skip to content

Commit 1a87675

Browse files
committed
Revert "Skip some tests for mips64(el)-unknown-linux-gnuabi64"
This reverts commit 7aa6026.
1 parent 7b0b5f8 commit 1a87675

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/run.sh

-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ else
121121

122122
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
123123

124-
# FIXME: Somehow it now emits errors like:
125-
# `relocation truncated to fit: R_MIPS_GOT_DISP against `fchmod@@GLIBC_2.0'`
126-
if [ "$TARGET" != "mips64el-unknown-linux-gnuabi64" ] && [ "$TARGET" != "mips64-unknown-linux-gnuabi64" ]; then
127124
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
128125
--target "${TARGET}"
129-
fi
130126
fi

0 commit comments

Comments
 (0)