Home | History | Annotate | Download | only in test
      1 REQUIRES: linux
      2 RUN: not LLVMFuzzer-OutOfMemoryTest -rss_limit_mb=10 2>&1 | FileCheck %s
      3 CHECK: ERROR: libFuzzer: out-of-memory (used: {{.*}}; limit: 10Mb)
      4 CHECK: Live Heap Allocations
      5 CHECK: Test unit written to ./oom-
      6 SUMMARY: libFuzzer: out-of-memory
      7