diff options
| author | Dan Liew <dan@su-root.co.uk> | 2016-06-07 21:23:30 +0000 |
|---|---|---|
| committer | Dan Liew <dan@su-root.co.uk> | 2016-06-07 21:23:30 +0000 |
| commit | 1d0a9fd08930e800dc5e57f246f4e50dd1577f4b (patch) | |
| tree | 4fa9b50cc478271ba0b11dc487a55fdfe8d00f5d /llvm/lib/Fuzzer/test/fuzzer-oom.test | |
| parent | 536434e80f51c7425f3e9a92ea50895faa41bb39 (diff) | |
| download | bcm5719-llvm-1d0a9fd08930e800dc5e57f246f4e50dd1577f4b.tar.gz bcm5719-llvm-1d0a9fd08930e800dc5e57f246f4e50dd1577f4b.zip | |
[LibFuzzer] Split the fuzzer-oom.test into two tests.
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
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-oom.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-oom.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-oom.test b/llvm/lib/Fuzzer/test/fuzzer-oom.test index 4eeaef4c057..4cdff2142fd 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-oom.test +++ b/llvm/lib/Fuzzer/test/fuzzer-oom.test @@ -1,5 +1,4 @@ RUN: not LLVMFuzzer-OutOfMemoryTest -rss_limit_mb=10 2>&1 | FileCheck %s CHECK: ERROR: libFuzzer: out-of-memory (used: {{.*}}; limit: 10Mb) -CHECK: Live Heap Allocations CHECK: Test unit written to ./oom- SUMMARY: libFuzzer: out-of-memory |

