summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/printf-m.c
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-12-27 22:22:32 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-12-27 22:22:32 +0000
commitddf0c26b6af7566ae6a8a630ab52a0a8f468ccd4 (patch)
tree0fc2be8a449a5729d96ea4d7b90bd086552e90a2 /compiler-rt/test/asan/TestCases/printf-m.c
parent8d75c78d4c005d0b9afe8c6a3ac11bacd42933d0 (diff)
downloadbcm5719-llvm-ddf0c26b6af7566ae6a8a630ab52a0a8f468ccd4.tar.gz
bcm5719-llvm-ddf0c26b6af7566ae6a8a630ab52a0a8f468ccd4.zip
[asan] Mark printf-m test as unsupported on windows.
llvm-svn: 290635
Diffstat (limited to 'compiler-rt/test/asan/TestCases/printf-m.c')
-rw-r--r--compiler-rt/test/asan/TestCases/printf-m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/printf-m.c b/compiler-rt/test/asan/TestCases/printf-m.c
index 1e5ebd92e3e..9cd5ae1c288 100644
--- a/compiler-rt/test/asan/TestCases/printf-m.c
+++ b/compiler-rt/test/asan/TestCases/printf-m.c
@@ -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>
OpenPOWER on IntegriCloud