[compiler-rt] r290635 - [asan] Mark printf-m test as unsupported on windows.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 14:22:32 PST 2016


Author: eugenis
Date: Tue Dec 27 16:22:32 2016
New Revision: 290635

URL: http://llvm.org/viewvc/llvm-project?rev=290635&view=rev
Log:
[asan] Mark printf-m test as unsupported on windows.

Modified:
    compiler-rt/trunk/test/asan/TestCases/printf-m.c

Modified: compiler-rt/trunk/test/asan/TestCases/printf-m.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/printf-m.c?rev=290635&r1=290634&r2=290635&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/printf-m.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/printf-m.c Tue Dec 27 16:22:32 2016
@@ -1,7 +1,7 @@
 // RUN: %clang_asan -O2 %s -o %t && %run %t
 
 // FIXME: printf is not intercepted on Windows yet.
-// XFAIL: win32
+// UNSUPPORTED: win32
 
 #include <stdio.h>
 




More information about the llvm-commits mailing list