Skip to content
Snippets Groups Projects
Commit 0b1f022c authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/python3: disable test_compileall on mips64, broken test

parent 31d82f27
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ EOF ...@@ -122,6 +122,7 @@ EOF
fi fi
case "$CARCH" in case "$CARCH" in
s390x|ppc64le|arm*) fail="$fail test_threading" ;; # FIXME: hangs s390x|ppc64le|arm*) fail="$fail test_threading" ;; # FIXME: hangs
mips64) fail="$fail test_compileall" ;; # FIXME: crashes on octeon3
esac esac
make quicktest TESTOPTS="-j${JOBS:-$(nproc)} --exclude $fail" make quicktest TESTOPTS="-j${JOBS:-$(nproc)} --exclude $fail"
......
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