mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-23 20:16:59 +00:00
ppc64el/autopkgtest: Just like with arm64, ignore two tests
This commit is contained in:
parent
49bd63862a
commit
bb359b01c1
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,5 +1,7 @@
|
|||||||
llvm-toolchain-10 (1:10.0.0-3) unstable; urgency=medium
|
llvm-toolchain-10 (1:10.0.0-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* ppc64el/autopkgtest: Just like with arm64, ignore two tests
|
||||||
|
|
||||||
[ Jessica Clarke ]
|
[ Jessica Clarke ]
|
||||||
* Cherry-pick upstream patch D74453 to fix atomic compare-and-swap on
|
* Cherry-pick upstream patch D74453 to fix atomic compare-and-swap on
|
||||||
riscv64.
|
riscv64.
|
||||||
|
6
debian/qualify-clang.sh
vendored
6
debian/qualify-clang.sh
vendored
@ -299,7 +299,7 @@ if test $NBLINES -lt 100; then
|
|||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $DEB_HOST_ARCH != "arm64" ]; then
|
if [ $DEB_HOST_ARCH != "arm64" -a $DEB_HOST_ARCH != "ppc64el" ]; then
|
||||||
# Fails on arm64 with
|
# Fails on arm64 with
|
||||||
# /usr/lib/llvm-10/lib/clang/10.0.0/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
|
# /usr/lib/llvm-10/lib/clang/10.0.0/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
|
||||||
echo '#include <emmintrin.h>' > foo.cc
|
echo '#include <emmintrin.h>' > foo.cc
|
||||||
@ -768,8 +768,8 @@ if ! grep "No such file or directory" foo.log; then
|
|||||||
if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then
|
if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then
|
||||||
echo "fuzzer. Output:"
|
echo "fuzzer. Output:"
|
||||||
./a.out || true
|
./a.out || true
|
||||||
if [ $DEB_HOST_ARCH != "arm64" ]; then
|
if [ $DEB_HOST_ARCH != "arm64" -a $DEB_HOST_ARCH != "ppc64el" ]; then
|
||||||
# Don't fail on arm64
|
# Don't fail on arm64 and ppc64el
|
||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user