[all-commits] [llvm/llvm-project] a0ff8e: [ubsan][test] Unsupport function.cpp in Android ar...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 21 07:33:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0ff8e8d58b2782164dc5c7456ea35e09255bf28
https://github.com/llvm/llvm-project/commit/a0ff8e8d58b2782164dc5c7456ea35e09255bf28
Author: Fangrui Song <i at maskray.me>
Date: 2023-05-21 (Sun, 21 May 2023)
Changed paths:
M compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg.py
Log Message:
-----------
[ubsan][test] Unsupport function.cpp in Android armv7 on sanitizer-x86_64-linux-android
The emulated environment has a spurious failure that causes many other
tests to XFAIL. Unsupport it for now.
```
1: CANNOT LINK EXECUTABLE "/data/local/tmp/Output/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_arm/test/ubsan/Standalone-arm/TestCases/TypeCheck/Function/Output/function.cpp.tmp": library "/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_arm/test/ubsan/Standalone-arm/TestCases/TypeCheck/Function/Output/function.cpp.tmp-so.so" not found: needed by main executable
```
More information about the All-commits
mailing list