[asan] Temporarily mark test as broken on Windows

llvm-svn: 279318
This commit is contained in:
Vitaly Buka 2016-08-19 20:48:09 +00:00
parent d13880a750
commit 8075b82322
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
// RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5 // RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5
// RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8 // RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8
// XFAIL: win32
#include <assert.h> #include <assert.h>
#include <sanitizer/asan_interface.h> #include <sanitizer/asan_interface.h>
#include <stddef.h> #include <stddef.h>