[PATCH] D42236: Enable sanitizer_common tests on NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 03:54:34 PST 2018


krytarowski added a comment.

http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-android/builds/6882/steps/run%20lit%20tests%20%5Bi686%2Ffugu-userdebug%2FN2G48C%5D/logs/stdio

  FAIL: SanitizerCommon-asan-i386-Android :: NetBSD/gid_from_group.cc (500 of 775)
  ******************** TEST 'SanitizerCommon-asan-i386-Android :: NetBSD/gid_from_group.cc' FAILED ********************
  Script:
  --
  /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  --driver-mode=g++ -gline-tables-only -fsanitize=address  --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 -pie -fuse-ld=gold -Wl,--enable-new-dtags  -O0 -g /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/projects/compiler-rt/test/sanitizer_common/TestCases/NetBSD/gid_from_group.cc -o /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_i686/test/sanitizer_common/asan-i386-Android/NetBSD/Output/gid_from_group.cc.tmp &&  /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_i686/test/sanitizer_common/asan-i386-Android/NetBSD/Output/gid_from_group.cc.tmp
  --
  Exit Code: 1
  
  Command Output (stderr):
  --
  /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/projects/compiler-rt/test/sanitizer_common/TestCases/NetBSD/gid_from_group.cc:9:7: error: use of undeclared identifier 'gid_from_group'
    if (gid_from_group("nobody", &nobody) == -1)
        ^
  1 error generated.
  
  --


Repository:
  rL LLVM

https://reviews.llvm.org/D42236





More information about the llvm-commits mailing list