diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2016-08-19 20:48:09 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2016-08-19 20:48:09 +0000 |
| commit | 8075b823223ea465d8fc7d7720a8abbee5798b77 (patch) | |
| tree | c67056c3eda65ce782f35b93f26a9aa83b281c4b /compiler-rt/test/asan/TestCases/set_shadow_test.c | |
| parent | d13880a75011b20ffd4b011643901865b494da22 (diff) | |
| download | bcm5719-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.c | 2 |
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> |

