summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/set_shadow_test.c
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2016-08-19 20:48:09 +0000
committerVitaly Buka <vitalybuka@google.com>2016-08-19 20:48:09 +0000
commit8075b823223ea465d8fc7d7720a8abbee5798b77 (patch)
treec67056c3eda65ce782f35b93f26a9aa83b281c4b /compiler-rt/test/asan/TestCases/set_shadow_test.c
parentd13880a75011b20ffd4b011643901865b494da22 (diff)
downloadbcm5719-llvm-8075b823223ea465d8fc7d7720a8abbee5798b77.tar.gz
bcm5719-llvm-8075b823223ea465d8fc7d7720a8abbee5798b77.zip
[asan] Temporarily mark test as broken on Windows
llvm-svn: 279318
Diffstat (limited to 'compiler-rt/test/asan/TestCases/set_shadow_test.c')
-rw-r--r--compiler-rt/test/asan/TestCases/set_shadow_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/set_shadow_test.c b/compiler-rt/test/asan/TestCases/set_shadow_test.c
index 8db8b55ea8d..daa79a66a38 100644
--- a/compiler-rt/test/asan/TestCases/set_shadow_test.c
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud