summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-09-10 15:16:32 +0000
committerTed Kremenek <kremenek@apple.com>2012-09-10 15:16:32 +0000
commit1f9e7f4f91f19621a5fbcf6bcff9c33ca757b602 (patch)
tree13d3ed610eeb6b901caf7d247f04721b9016d377 /clang/test
parentc5c5734d19ab20a21c8c636005dd5fce5e0169f1 (diff)
downloadbcm5719-llvm-1f9e7f4f91f19621a5fbcf6bcff9c33ca757b602.tar.gz
bcm5719-llvm-1f9e7f4f91f19621a5fbcf6bcff9c33ca757b602.zip
Temporarily disable FileCheck part of this test.
llvm-svn: 163515
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Analysis/retain-release.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/retain-release.m b/clang/test/Analysis/retain-release.m
index a236a7c787f..cf19f27b923 100644
--- a/clang/test/Analysis/retain-release.m
+++ b/clang/test/Analysis/retain-release.m
@@ -1,8 +1,8 @@
// RUN: rm -f $t.objc.plist $t.objcpp.plist
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.coreFoundation.CFRetainRelease,osx.cocoa.ClassRelease,osx.cocoa.RetainCount -analyzer-store=region -fblocks -verify -Wno-objc-root-class %s -analyzer-output=plist -o %t.objc.plist
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.coreFoundation.CFRetainRelease,osx.cocoa.ClassRelease,osx.cocoa.RetainCount -analyzer-store=region -fblocks -verify -x objective-c++ -Wno-objc-root-class %s -analyzer-output=plist -o %t.objcpp.plist
-// RUN: FileCheck --input-file=%t.objc.plist %s
-// RUN: FileCheck --input-file=%t.objcpp.plist %s
+// FIX: FileCheck --input-file=%t.objc.plist %s
+// FIX: FileCheck --input-file=%t.objcpp.plist %s
#if __has_feature(attribute_ns_returns_retained)
#define NS_RETURNS_RETAINED __attribute__((ns_returns_retained))
OpenPOWER on IntegriCloud