Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zero_page_pc.cc fails on Android #336

Closed
ramosian-glider opened this issue Sep 1, 2015 · 3 comments
Closed

zero_page_pc.cc fails on Android #336

ramosian-glider opened this issue Sep 1, 2015 · 3 comments

Comments

@ramosian-glider
Copy link
Member

Originally reported on Google Code with ID 336

From http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/12605/steps/run%20asan%20lit%20tests%20%5BAndroid%5D/logs/stdio:

Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: AddressSanitizer-arm-android :: TestCases/zero_page_pc.cc (215 of 224)
******************** TEST 'AddressSanitizer-arm-android :: TestCases/zero_page_pc.cc'
FAILED ********************
Script:
--
/home/dtoolsbot/build/sanitizer-x86_64-linux/build/llvm/projects/compiler-rt/test/asan/android_commands/android_compile.py
 /home/dtoolsbot/build/sanitizer-x86_64-linux/build/llvm_build64/bin/clang --driver-mode=g++
-fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls
-g --target=arm-linux-androideabi --sysroot=/home/dtoolsbot/build/sanitizer-x86_64-linux/build/../../../android-ndk/standalone/sysroot
-B/home/dtoolsbot/build/sanitizer-x86_64-linux/build/../../../android-ndk/standalone
-shared-libasan /home/dtoolsbot/build/sanitizer-x86_64-linux/build/llvm/projects/compiler-rt/test/asan/TestCases/zero_page_pc.cc
-o /home/dtoolsbot/build/sanitizer-x86_64-linux/build/compiler_rt_build_android/test/asan/ARMAndroidConfig/TestCases/Output/zero_page_pc.cc.tmp
&& not  /home/dtoolsbot/build/sanitizer-x86_64-linux/build/compiler_rt_build_android/test/asan/ARMAndroidConfig/TestCases/Output/zero_page_pc.cc.tmp
2>&1 | FileCheck /home/dtoolsbot/build/sanitizer-x86_64-linux/build/llvm/projects/compiler-rt/test/asan/TestCases/zero_page_pc.cc
--
Exit Code: 1

Command Output (stderr):
--
/home/dtoolsbot/build/sanitizer-x86_64-linux/build/llvm/projects/compiler-rt/test/asan/TestCases/zero_page_pc.cc:8:12:
error: expected string not found in input
 // CHECK: {{AddressSanitizer: SEGV.*(pc.*0007)}}
           ^
<stdin>:1:1: note: scanning from here
ASAN:SIGSEGV
^
<stdin>:10:10: note: possible intended match here
SUMMARY: AddressSanitizer: SEGV ??:0 ??
         ^

Reported by ramosian.glider on 2014-09-05 06:31:10

@ramosian-glider
Copy link
Member Author

Disabled the test in r217228.

Reported by ramosian.glider on 2014-09-05 06:35:48

@ramosian-glider
Copy link
Member Author

Re-enabled test in r222236.

Reported by eugenis@google.com on 2014-11-18 14:29:44

  • Status changed: Fixed

@ramosian-glider
Copy link
Member Author

Adding Project:AddressSanitizer as part of GitHub migration.

Reported by ramosian.glider on 2015-07-30 09:14:08

  • Labels added: ProjectAddressSanitizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant