summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/use-after-delete.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-30/+0
| | | | | | See r367803 and similar other changes. llvm-svn: 367887
* [asan] Port tests to shadow scale of 5Walter Lee2017-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The tests are ported as follows: contiguous_container_crash.cc use-after-delete.cc use-after-free.cc Replace hardwired shadow granularity in CHECK statements with regex. max_redzone.cc Bump max_redzone parameter to 32. memset_test.cc Bump size parameter of __asan_poison_memory_region to 32. scariness_score_test.cc For "far-from-bounds" heap overflow, make sure overflow is more than one shadow granularity away. At large shadow granularity, there is not enough redzone between stack elements to detect far-from-bounds, so fake out that test. Differential Revision: https://reviews.llvm.org/D39773 llvm-svn: 318470
* [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
* [asan] use relative line numbers in testsGreg Fitzgerald2014-05-271-3/+3
| | | | llvm-svn: 209699
* Add %run to all lit testsGreg Fitzgerald2014-04-301-4/+4
| | | | llvm-svn: 207709
* [asan] Add a test for stack unwinding in new and delete.Evgeniy Stepanov2014-02-171-0/+29
llvm-svn: 201511
OpenPOWER on IntegriCloud