TestCases/Posix/halt_on_error-torture.cc is flaky on sanitizer-ppc64be-linux recently

Aleksey Shlyapnikov via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 14:29:54 PDT 2017


I'll check it out when I have access to ppc bots.

On Wed, May 17, 2017 at 12:56 PM, Vitaly Buka <vitalybuka at google.com> wrote:

> http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux?numbuilds=100
>
> FAIL: AddressSanitizer-powerpc64-linux :: TestCases/Posix/halt_on_error-torture.cc (409 of 619)
>
> ******************** TEST 'AddressSanitizer-powerpc64-linux :: TestCases/Posix/halt_on_error-torture.cc' FAILED ********************
> Script:
> --
> /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm_build_ninja/./bin/clang --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -m64 -fsanitize-recover=address -pthread /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc -o /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm_build_ninja/projects/compiler-rt/test/asan/POWERPC64LinuxConfig/TestCases/Posix/Output/halt_on_error-torture.cc.tmp
> rm -f 1.txt
> env ASAN_OPTIONS=halt_on_error=false:suppress_equal_pcs=false  /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm_build_ninja/projects/compiler-rt/test/asan/POWERPC64LinuxConfig/TestCases/Posix/Output/halt_on_error-torture.cc.tmp 1 10 >>1.txt 2>&1
> FileCheck /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc < 1.txt
> grep 'ERROR: AddressSanitizer: use-after-poison' 1.txt | count 10
> FileCheck --check-prefix=CHECK-NO-COLLISION /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc < 1.txt
> rm -f 10.txt
> env ASAN_OPTIONS=halt_on_error=false:suppress_equal_pcs=false  /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm_build_ninja/projects/compiler-rt/test/asan/POWERPC64LinuxConfig/TestCases/Posix/Output/halt_on_error-torture.cc.tmp 10 20 >>10.txt 2>&1 || true
> FileCheck --check-prefix=CHECK-COLLISION /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc < 10.txt || FileCheck --check-prefix=CHECK-NO-COLLISION /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc < 10.txt
> rm -f 20.txt
> env ASAN_OPTIONS=halt_on_error=false  /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm_build_ninja/projects/compiler-rt/test/asan/POWERPC64LinuxConfig/TestCases/Posix/Output/halt_on_error-torture.cc.tmp 10 20 >>20.txt 2>&1 || true
> FileCheck --check-prefix=CHECK-COLLISION /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc < 20.txt || FileCheck --check-prefix=CHECK-NO-COLLISION /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc < 20.txt
> --
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170517/6ea9c5ca/attachment-0001.html>


More information about the llvm-commits mailing list