Skip to content

Commit 7aa6026

Browse files
committed
Skip some tests for mips64(el)-unknown-linux-gnuabi64
1 parent f57b285 commit 7aa6026

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ 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
124127
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
125128
--target "${TARGET}"
129+
fi
126130
fi

0 commit comments

Comments
 (0)