xref: /aosp_15_r20/external/llvm/lib/Fuzzer/test/fuzzer-oom-with-profile.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1REQUIRES: linux
2RUN: not LLVMFuzzer-OutOfMemoryTest -rss_limit_mb=10 2>&1 | FileCheck %s
3CHECK: ERROR: libFuzzer: out-of-memory (used: {{.*}}; limit: 10Mb)
4CHECK: Live Heap Allocations
5CHECK: Test unit written to ./oom-
6SUMMARY: libFuzzer: out-of-memory
7