commit | 4f1aaec648d045886b5ce48ace6ee023f9e77d6f | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Fri Aug 19 20:48:09 2016 +0000 |
committer | Vitaly Buka <vitalybuka@google.com> | Fri Aug 19 20:48:09 2016 +0000 |
tree | 7190887ba435108948fe5139aab2057790c28255 | |
parent | 2b23fdcc97d60b5fa2f6d1280a7132a82e35c815 [diff] |
[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>