llvm-project/compiler-rt/test/profile
Renato Golin 1aaa4bcdd1 Mark sanitizer tests XFAIL on ARMv7
ASAN, UBSAN and profile tests that don't work with arm-linux-gnueabi and
android also don't work on armv7l-linux-gnueabihf. Some of the tests have
known causes, others not yet. In order to get a green bot, I'm disabling
those tests for now and will investigate when the priority rises.

llvm-svn: 219343
2014-10-08 21:13:23 +00:00
..
Inputs profile: add logging on failure 2014-05-18 19:33:37 +00:00
CMakeLists.txt InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS 2014-04-01 16:05:15 +00:00
instrprof-basic.c profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +00:00
instrprof-dlopen.test Run profile tests on FreeBSD 2014-10-07 19:24:24 +00:00
instrprof-dynamic-one-shared.test InstrProf: Create a PIC version of the profile runtime 2014-05-16 04:07:09 +00:00
instrprof-dynamic-two-shared.test InstrProf: Create a PIC version of the profile runtime 2014-05-16 04:07:09 +00:00
instrprof-reset-counters.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
instrprof-set-filename.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
instrprof-without-libc.c InstrProf: Pacify buildbots after r208460 2014-05-09 23:47:49 +00:00
instrprof-write-file-atexit-explicitly.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
instrprof-write-file-only.c profile: explicitly initialize file name in the test 2014-05-18 20:05:35 +00:00
instrprof-write-file.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
lit.cfg Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
lit.site.cfg.in