mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 09:00:11 +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?
|
||||
LANG=C clang-$VERSION -fsanitize=fuzzer test_fuzzer.cc &> foo.log
|
||||
if ! grep "No such file or directory" foo.log; then
|
||||
# This isn't failing on 64, so, look at the results
|
||||
if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then
|
||||
echo "fuzzer"
|
||||
exit 42
|
||||
fi
|
||||
# This isn't failing on 64, so, look at the results
|
||||
if ! ./a.out 2>&1 | grep -q -E "(Test unit written|PreferSmall)"; then
|
||||
echo "fuzzer"
|
||||
exit 42
|
||||
fi
|
||||
fi
|
||||
|
||||
echo 'int main() {
|
||||
|
Loading…
Reference in New Issue
Block a user