summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/printf-4.c
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-05-28 13:06:14 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-05-28 13:06:14 +0000
commitebc8d761238e25d6950baea94d04273ad1081e81 (patch)
treed62e22879dd9cc51158a48d96623d067a4b3660f /test/asan/TestCases/printf-4.c
parent17b5b5ac14a4350dc050fd8c0b5cee27c7332bd2 (diff)
downloadcompiler-rt-ebc8d761238e25d6950baea94d04273ad1081e81.tar.gz
[ASan tests] Exclude some tests from Windows runs
Some features are not supported yet and some are not planned to be fixed soon git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/printf-4.c')
-rw-r--r--test/asan/TestCases/printf-4.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/printf-4.c b/test/asan/TestCases/printf-4.c
index b219d6f8b..e269211d4 100644
--- a/test/asan/TestCases/printf-4.c
+++ b/test/asan/TestCases/printf-4.c
@@ -4,6 +4,9 @@
// RUN: env ASAN_OPTIONS=replace_str=0:replace_intrin=0:check_printf=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK-ON %s
// RUN: env ASAN_OPTIONS=replace_str=0:replace_intrin=0 not %run %t 2>&1 | FileCheck --check-prefix=CHECK-ON %s
+// FIXME: printf is not intercepted on Windows yet.
+// XFAIL: win32
+
#include <stdio.h>
int main() {
volatile char c = '0';