summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/sanity_check_pure_c.c
Commit message (Collapse)AuthorAgeFilesLines
* test: filter out -fPIE/-pie on WindowsSaleem Abdulrasool2016-12-271-1/+1
| | | | | | | | | 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. llvm-svn: 290571
* [ARM|ASAN] Disabling more unstable ASAN testsRenato Golin2016-11-191-2/+1
| | | | | | | | | | | 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. llvm-svn: 287464
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-081-0/+1
| | | | | | | | | 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
* Un-xfail passing ARM Android testsGreg Fitzgerald2014-06-061-1/+1
| | | | llvm-svn: 210360
* Mark currently failing ARM tests with XFAIL.Greg Fitzgerald2014-05-291-0/+1
| | | | | | Differential Revision: http://reviews.llvm.org/D3857 llvm-svn: 209862
* Add %run to all lit testsGreg Fitzgerald2014-04-301-2/+2
| | | | llvm-svn: 207709
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-011-1/+1
| | | | | | Based on http://llvm-reviews.chandlerc.com/D3042 by Yuri Gribov! llvm-svn: 205308
* Move ASan lit-tests under test/asanAlexey Samsonov2014-02-141-0/+19
llvm-svn: 201413
OpenPOWER on IntegriCloud