[libFuzzer] XFAIL fuzzer-oom.test on Darwin.
authorAkira Hatanaka <ahatanaka@apple.com>
Wed, 12 Apr 2017 23:15:10 +0000 (23:15 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Wed, 12 Apr 2017 23:15:10 +0000 (23:15 +0000)
commit48b1dee7b4c86aa52541385d1bfcac5720d7dc3a
tree991f3de8932a1bd8b7f2e9be4b4da9629d7857df
parentda04d79a1f79f3fc1e83fc6907cf2e05cdc7291f
[libFuzzer] XFAIL fuzzer-oom.test on Darwin.

The test fails on Darwin because Fuzzer::DeathCallback (which calls
DumpCurrentUnit("crash-")) is called before DumpCurrentUnit("oom-") is
called in Fuzzer::RssLimitCallback. DeathCallback is transitively called
from __sanitizer_print_memory_profile.

This should fix the fuzzer bot that has been failing for a while:

http://lab.llvm.org:8080/green/job/libFuzzer/

llvm-svn: 300127
llvm/lib/Fuzzer/test/fuzzer-oom.test