[compiler-rt] r279318 - [asan] Temporarily mark test as broken on Windows
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 13:48:09 PDT 2016
Author: vitalybuka
Date: Fri Aug 19 15:48:09 2016
New Revision: 279318
URL: http://llvm.org/viewvc/llvm-project?rev=279318&view=rev
Log:
[asan] Temporarily mark test as broken on Windows
Modified:
compiler-rt/trunk/test/asan/TestCases/set_shadow_test.c
Modified: compiler-rt/trunk/test/asan/TestCases/set_shadow_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/set_shadow_test.c?rev=279318&r1=279317&r2=279318&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/set_shadow_test.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/set_shadow_test.c Fri Aug 19 15:48:09 2016
@@ -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>
More information about the llvm-commits
mailing list