diff options
author | Ted Kremenek <kremenek@apple.com> | 2012-09-10 15:16:32 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2012-09-10 15:16:32 +0000 |
commit | 84012e60599ec5d67405b19953737f59d8a53cbf (patch) | |
tree | 0fc286b1c4db1129d834ac81ccd399c5d948548d | |
parent | 0cb8939851364eb37a0f8bf8bb47874b7d966915 (diff) |
Temporarily disable FileCheck part of this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163515 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/retain-release.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/retain-release.m b/test/Analysis/retain-release.m index a236a7c787..cf19f27b92 100644 --- a/test/Analysis/retain-release.m +++ b/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)) |