aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-12-13 19:27:01 +0000
committerTed Kremenek <kremenek@apple.com>2008-12-13 19:27:01 +0000
commitcfec1db63f9d4a1cda3f970d2cebeba8333a69ea (patch)
tree429ef35f6dbc02bc55072a75a70a5329057213fe
parentabb042f33ea8e6107a7dc8efc51d2ace329f9f48 (diff)
Temporarily XFAIL these tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60991 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/CFNumber.c1
-rw-r--r--test/Analysis/outofbound.c1
-rw-r--r--test/Analysis/stack-addr-ps.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/CFNumber.c b/test/Analysis/CFNumber.c
index c82e0a683e..d1af6abcd3 100644
--- a/test/Analysis/CFNumber.c
+++ b/test/Analysis/CFNumber.c
@@ -1,3 +1,4 @@
+// XFAIL
// RUN: clang -checker-cfref -verify -triple x86_64-apple-darwin9 %s
typedef signed long CFIndex;
diff --git a/test/Analysis/outofbound.c b/test/Analysis/outofbound.c
index 6e6e8f033b..18ffbbe6d6 100644
--- a/test/Analysis/outofbound.c
+++ b/test/Analysis/outofbound.c
@@ -1,3 +1,4 @@
+// XFAIL
// RUN: clang -checker-simple -analyzer-store-region -verify %s
char f1() {
diff --git a/test/Analysis/stack-addr-ps.c b/test/Analysis/stack-addr-ps.c
index 58687f36c7..6372b9b853 100644
--- a/test/Analysis/stack-addr-ps.c
+++ b/test/Analysis/stack-addr-ps.c
@@ -1,3 +1,4 @@
+// XFAIL
// RUN: clang -checker-simple -verify %s
#include <stdlib.h>