Move mmap_limit_mp test to Posix
authorReid Kleckner <rnk@google.com>
Thu, 11 Feb 2016 02:02:52 +0000 (02:02 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 11 Feb 2016 02:02:52 +0000 (02:02 +0000)
commitddcf07d51c94caf958a31b60f85642628ce282f1
tree03ab7624c4b24015442bc039adfe031cadff773c
parent9a2c0fbaf56af2d03933affa6f5a99c215911231
Move mmap_limit_mp test to Posix

This test isn't posix specific, but it doesn't pass on Windows and is
XFAILed. I suspect that this test, which is expected to fail, is causing
the hangs I'm seeing on our WinASan builder.  Moving it to Posix seems
to be the cleanest way to avoid running it on Windows.

llvm-svn: 260480
compiler-rt/test/asan/TestCases/Posix/mmap_limit_mb.cc [moved from compiler-rt/test/asan/TestCases/mmap_limit_mb.cc with 100% similarity]