aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Analysis/CheckNSError.m1
-rw-r--r--test/Analysis/null-deref-ps.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/Analysis/CheckNSError.m b/test/Analysis/CheckNSError.m
index c6d846ef44..d8fea8d1c4 100644
--- a/test/Analysis/CheckNSError.m
+++ b/test/Analysis/CheckNSError.m
@@ -1,4 +1,5 @@
// RUN: clang -checker-cfref -verify %s
+// XFAIL
typedef signed char BOOL;
typedef int NSInteger;
diff --git a/test/Analysis/null-deref-ps.c b/test/Analysis/null-deref-ps.c
index a085d5a963..42ac2db8a4 100644
--- a/test/Analysis/null-deref-ps.c
+++ b/test/Analysis/null-deref-ps.c
@@ -1,4 +1,5 @@
// RUN: clang -std=gnu99 -checker-simple -verify %s
+// XFAIL
#include<stdint.h>
#include <assert.h>