[asan] Temporarily mark test as broken on Windows

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@279318 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/asan/TestCases/set_shadow_test.c b/test/asan/TestCases/set_shadow_test.c
index 8db8b55..daa79a6 100644
--- a/test/asan/TestCases/set_shadow_test.c
+++ b/test/asan/TestCases/set_shadow_test.c
@@ -6,6 +6,8 @@
 // RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5
 // RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8
 
+// XFAIL: win32
+
 #include <assert.h>
 #include <sanitizer/asan_interface.h>
 #include <stddef.h>