[PATCH] D63460: [GWP-ASan] Disable GWP-ASan on Android for now.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 15:25:54 PDT 2019


hctim added a comment.

Current failures look like this:

  FAIL: GWP-ASan-i386 :: double_deletea.cpp (448 of 1106)
  ******************** TEST 'GWP-ASan-i386 :: double_deletea.cpp' FAILED ********************
  Script:
  --
  : 'RUN: at line 2';     /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/projects/compiler-rt/test/sanitizer_common/android_commands/android_compile.py  /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm_build64/bin/clang   -pie -fuse-ld=gold --target=i686-linux-android --sysroot=/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/android_ndk/standalone-i686/sysroot -B/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/android_ndk/standalone-i686  --driver-mode=g++ -stdlib=libstdc++ -std=c++11 -fsanitize=scudo /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/projects/compiler-rt/test/gwp_asan/double_deletea.cpp -o /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_i686/test/gwp_asan/I386AndroidConfig/Output/double_deletea.cpp.tmp
  : 'RUN: at line 3';   not  /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_i686/test/gwp_asan/I386AndroidConfig/Output/double_deletea.cpp.tmp 2>&1 | FileCheck /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/projects/compiler-rt/test/gwp_asan/double_deletea.cpp
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/projects/compiler-rt/test/gwp_asan/double_deletea.cpp:5:11: error: CHECK: expected string not found in input
  // CHECK: GWP-ASan detected a memory error
            ^
  <stdin>:1:1: note: scanning from here
  Segmentation fault 
  ^
  <stdin>:2:1: note: possible intended match here
  error: Aborted (core dumped)
  ^
  
  --


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63460





More information about the llvm-commits mailing list