summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/sanity_check_pure_c.c
AgeCommit message (Collapse)Author
2016-12-27test: filter out -fPIE/-pie on WindowsSaleem Abdulrasool
Use some new substitutions to avoid duplicating the tests for just dropped flags. -fPIC/-fPIE/-fpic/-fpie do not make sense on Windows as they can cause ELF-style PIC. Substitute away the flag on Windows. This should repair the windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290571 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-19[ARM|ASAN] Disabling more unstable ASAN testsRenato Golin
We're seeying these errors with GCC and Clang on different systems, while some other identical OSs on different boards fail. Like many other ASAN tests, there seem to be no easy way to investigate this other than someone familiar with the sanitizer code and the ARM libraries. At least, for now, we'll silence the bots. I'll create a bugzilla entry. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@287464 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219343 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-06Un-xfail passing ARM Android testsGreg Fitzgerald
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@210360 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-29Mark currently failing ARM tests with XFAIL.Greg Fitzgerald
Differential Revision: http://reviews.llvm.org/D3857 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209862 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30Add %run to all lit testsGreg Fitzgerald
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207709 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
Based on http://llvm-reviews.chandlerc.com/D3042 by Yuri Gribov! git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@205308 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201413 91177308-0d34-0410-b5e6-96231b3b80d8