summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-oom-with-profile.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] extend -rss_limit_mb to crash instantly on a single malloc that ↵Kostya Serebryany2016-11-301-2/+2
| | | | | | exceeds the limit llvm-svn: 288281
* [LibFuzzer] Split the fuzzer-oom.test into two tests.Dan Liew2016-06-071-0/+6
This is necessary because the existing fuzzer-oom.test was Linux specific due to its use of __sanitizer_print_memory_profile() which is only available on Linux right now and so the test would fail on OSX. Differential Revision: http://reviews.llvm.org/D20977 llvm-svn: 272061
OpenPOWER on IntegriCloud