[PATCH] D57876: Implement pthread_exit() interceptor for Thread sanitizer

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 10:56:20 PST 2019


vitalybuka added a comment.

http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux/builds/11338

  : 'RUN: at line 1';      /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/clang_build/./bin/clang  -fsanitize=thread -Wall  -m64  -gline-tables-only -I/home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/tsan/../ -O1 /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/tsan/thread_exit.c -o /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/clang_build/projects/compiler-rt/test/tsan/POWERPC64Config/Output/thread_exit.c.tmp &&  /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/clang_build/projects/compiler-rt/test/tsan/POWERPC64Config/Output/thread_exit.c.tmp 2>&1 | FileCheck /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/tsan/thread_exit.c
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm/projects/compiler-rt/test/tsan/thread_exit.c:25:11: error: CHECK: expected string not found in input
  // CHECK: PASS
            ^
  <stdin>:1:1: note: scanning from here
  ThreadSanitizer:DEADLYSIGNAL
  ^
  <stdin>:1:4: note: possible intended match here
  ThreadSanitizer:DEADLYSIGNAL
     ^


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57876/new/

https://reviews.llvm.org/D57876





More information about the llvm-commits mailing list