[sanitizer] Disable InternalMmapWithOffset test on OSX.

llvm-svn: 224822
This commit is contained in:
Evgeniy Stepanov 2014-12-24 13:59:35 +00:00
parent ca9e045570
commit 5a09b2cdeb
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ TEST(SanitizerCommon, InternalStrFunctions) {
}
// FIXME: File manipulations are not yet supported on Windows
#if !defined(_WIN32)
#if !defined(_WIN32) && !SANITIZER_MAC
TEST(SanitizerCommon, InternalMmapWithOffset) {
char tmpfile[128];
temp_file_name(tmpfile, sizeof(tmpfile),