mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 06:28:55 +00:00
still run the test on amd64
This commit is contained in:
parent
1b53da8964
commit
7489b5b30f
10
debian/qualify-clang.sh
vendored
10
debian/qualify-clang.sh
vendored
@ -181,11 +181,11 @@ fi
|
|||||||
# fails on 32 bit, seems a real BUG in the package, using 64bit static libs?
|
# fails on 32 bit, seems a real BUG in the package, using 64bit static libs?
|
||||||
LANG=C clang-$VERSION -fsanitize=fuzzer test_fuzzer.cc &> foo.log
|
LANG=C clang-$VERSION -fsanitize=fuzzer test_fuzzer.cc &> foo.log
|
||||||
if ! grep "No such file or directory" foo.log; then
|
if ! grep "No such file or directory" foo.log; then
|
||||||
# This isn't failing on 64, so, look at the results
|
# This isn't failing on 64, so, look at the results
|
||||||
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"
|
echo "fuzzer"
|
||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo 'int main() {
|
echo 'int main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user