kcc added inline comments. ================ Comment at: lib/Fuzzer/test/fuzzer-oom-darwin.test:1 @@ +1,2 @@ +REQUIRES: darwin +RUN: not LLVMFuzzer-OutOfMemoryTest -rss_limit_mb=10 2>&1 | FileCheck %s ---------------- Why does this require darwin? http://reviews.llvm.org/D20977