llvm-project/compiler-rt/test
Chad Rosier 6c46efba78 Fix the following tests when running under cross-compilation:
Profile-aarch64 :: Linux/comdat_rename.test
 Profile-aarch64 :: Linux/extern_template.test
 Profile-aarch64 :: Linux/instrprof-comdat.test
 Profile-aarch64 :: Linux/instrprof-cs.c

The issue is that the created (aarch64) binaries were attempting to run natively
instead of running through %run, which guarantees running in the proper
environment if the compilation was configured correctly.

llvm-svn: 282264
2016-09-23 17:40:40 +00:00
..
BlocksRuntime
asan [compiler-rt] Fix a broken asan 64-bit test using ld_preload 2016-09-23 17:40:31 +00:00
builtins [compiler-rt][tests] cpu_model_test.c test fails to compile if X86 is not clang's default target 2016-08-18 14:39:39 +00:00
cfi cfi: Fixes for check-cfi when configured as an external project. 2016-09-22 20:51:48 +00:00
dfsan [mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel. 2016-08-12 11:56:36 +00:00
esan [ESan][MIPS] Fix tests struct-simple.cpp on MIPS 2016-09-22 08:36:54 +00:00
interception [Darwin] Exclude interception union tests on Darwin and Android 2016-08-04 04:46:39 +00:00
lsan [lsan] one more test fix to please the Debian Sid bot (this time, confirmed on the proper machine). Apparently, newer glibc uses slightly more stack 2016-08-25 19:08:10 +00:00
msan [sanitizer] Add interceptor for ttyname_r 2016-09-09 23:09:34 +00:00
profile Fix the following tests when running under cross-compilation: 2016-09-23 17:40:40 +00:00
safestack [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR false positive with LTO (compiler-rt part) 2016-09-14 14:09:18 +00:00
sanitizer_common Revert "[sanitizers] Update sanitizers test to better match glibc internals" 2016-09-21 10:06:37 +00:00
scudo [scudo] Fix a bug in the new Secondary Allocator 2016-09-20 22:17:59 +00:00
tsan tsan: support pie binaries on newer kernels 2016-09-22 13:42:02 +00:00
ubsan [ubsan] fix the test to me more resistent against changes in the sanitizer allocator 2016-08-24 21:03:28 +00:00
xray [compiler-rt][XRay] Initial per-thread inmemory logging implementation 2016-08-26 06:39:33 +00:00
CMakeLists.txt [CMake] Adding compiler-rt-test-depends target 2016-09-01 18:26:51 +00:00
lit.common.cfg [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR false positive with LTO (compiler-rt part) 2016-09-14 14:09:18 +00:00
lit.common.configured.in cfi: Fixes for check-cfi when configured as an external project. 2016-09-22 20:51:48 +00:00