]> granicus.if.org Git - clang/commitdiff
[arcmt] XFAIL on mingw.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 10 Jan 2012 02:39:29 +0000 (02:39 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 10 Jan 2012 02:39:29 +0000 (02:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147830 91177308-0d34-0410-b5e6-96231b3b80d8

32 files changed:
test/ARCMT/GC-check.m
test/ARCMT/GC-no-arc-runtime.m
test/ARCMT/GC-no-arc-runtime.m.result
test/ARCMT/GC.m
test/ARCMT/GC.m.result
test/ARCMT/api.m
test/ARCMT/api.m.result
test/ARCMT/assign-prop-with-arc-runtime.m
test/ARCMT/assign-prop-with-arc-runtime.m.result
test/ARCMT/atautorelease-2.m
test/ARCMT/atautorelease-2.m.result
test/ARCMT/atautorelease-3.m
test/ARCMT/atautorelease-3.m.result
test/ARCMT/atautorelease-check.m
test/ARCMT/atautorelease.m
test/ARCMT/atautorelease.m.result
test/ARCMT/autoreleases.m
test/ARCMT/autoreleases.m.result
test/ARCMT/checking.m
test/ARCMT/cxx-checking.mm
test/ARCMT/cxx-rewrite.mm
test/ARCMT/cxx-rewrite.mm.result
test/ARCMT/dealloc.m
test/ARCMT/dealloc.m.result
test/ARCMT/init.m
test/ARCMT/init.m.result
test/ARCMT/migrate-plist-output.m
test/ARCMT/migrate-space-in-path.m
test/ARCMT/migrate.m
test/ARCMT/nonobjc-to-objc-cast-2.m
test/ARCMT/nonobjc-to-objc-cast.m
test/ARCMT/nonobjc-to-objc-cast.m.result

index 3a1b67ce218307d6f844bda5103296cd3a0703ef..f34bf48c6c9efa03322ea79e0ff2b1e061a857d6 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fobjc-gc-only %s
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fobjc-gc-only -x objective-c++ %s
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #define CF_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
 typedef unsigned NSUInteger;
index ab9d6a4ae5c659b000737942d7ece2f0d721a3ed..602526d4b71a4aa8473a0abab446e7915bfdd0a3 100644 (file)
@@ -3,7 +3,7 @@
 // RUN: diff %t %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 #include "GC.h"
index 8493b0de7b9379d322f342ea8d6b4f7a852b6093..d3f6a4a780a41b5208401915f75f03ea301421e8 100644 (file)
@@ -3,7 +3,7 @@
 // RUN: diff %t %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 #include "GC.h"
index d309dabf68ee82061ecc91a1b90af1915d5649ff..caa659b865ae3164367320e09a8e3d2af2256f75 100644 (file)
@@ -3,7 +3,7 @@
 // RUN: diff %t %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 #include "GC.h"
index 0df6aa89e8a6a1f1d91a7201e003172e1feb4d60..3e4a304d80eb94d567990b2d209d54b184f96c33 100644 (file)
@@ -3,7 +3,7 @@
 // RUN: diff %t %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 #include "GC.h"
index ba122c42bff397d3b6aff68ed270d1f1d431f436..0c7895037cd2b5ca13d2fb052c948b8f113eec83 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 7e04e7dc0c88936bd1feebfb823be7607c2bb360..b2b165636bd4b4730345ab0691a02306ae8be56c 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 0221afac848bc125bb1117804306c77eaae10139..4a773fb080543580d3c110a530f4e3224aca728a 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 9551e305a1e846be80c220a570adc7a3413746ca..6b80407a13d063c298254c3b2432bb05e9443ec5 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 5c2cd6b922fd8cf04b207cd2a0477fa21edaad84..227303f2ac24e3a5a0b3d0a6fcdfb8419009ffac 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface NSAutoreleasePool
 - drain;
index 06bf0d51e4bbdf9fd3d696de041babe2f8941feb..84424cb00832ec1024521f9f40d5a922ec71a82c 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface NSAutoreleasePool
 - drain;
index 0b6abdf83c4618f92737a847dcd6e74e87434713..c32ae5adae7c44562ea7c2a519e68fff18c4229f 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface NSAutoreleasePool
 - drain;
index 9103de4167ef8f8f476140b6f31ca760bd838102..27a2a1a9b0c19d5327908673f5ec78985cad6881 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface NSAutoreleasePool
 - drain;
index 8daf9d6bdeed1eda7b91462e4bccc81401d8fea2..3a195d60a4670b9c2abcd43f7685c9047fc6aa2f 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #if __has_feature(objc_arr)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index 132553bdd331baf7651a6a7afeef8b5e85da8c02..6f66dd302c656b07c279f0abe16525b1c51277ae 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 5191f4738eb812341a9852480e0db2ea6dee9c02..7f97669381d32613c38ade59e9a4c28845c1c983 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 3acddb71e7c87da5787c8e41a0150b27d4c7ed65..48fa67383a1e28599e90aa21345f70255db39afc 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 typedef unsigned char BOOL;
 
index 49bc32141ec584acf9a76c5d909492af868cf884..87ed18db0088c0356ab29baeabe5ed7731535986 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 typedef unsigned char BOOL;
 
index 9bb142cda876128ce85da8dcafdf836dadbdef62..b0eb404d084a5cedf93f2cbdb969b0f623ee9f28 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #if __has_feature(objc_arc)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index 9f9e3d864312ae357ff1212a31d892bde5715bf1..1887765b6fb354f12bb9cd825d2eb47a2d17ff94 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fsyntax-only -fblocks -Warc-abi  %s
-// DISABLE: mingw32
+// XFAIL: mingw
 
 // Classes that have an Objective-C object pointer.
 struct HasObjectMember0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a destructor to make it ABI-compatible}}
index 92bb71807d00b9e23c76ab870828cfe4abb020fb..c46f047d45f0428ae423b2dd9c77a6735d7680c4 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c++ %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index a2dc9a51f006ced2368a4927b71ef20fb95f1262..4982123106b1a64c96827521e058faf74fa27ba7 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c++ %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index 34df1a49b69337a2b4352ae2340c12204d09270b..c8fa90758103ebbbc0509afb4e1801f6cc2e48d8 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface A
 - (id)retain;
index 3ff2885341c4f4b9abb083d068ec4216c959b797..f71efb3ce07a4e9177ad2ef278c4b4f38d4894cd 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface A
 - (id)retain;
index 36e5148476e00706e38c2e7542690c22161eeab1..216f343271035055ae110d2b6a8e9f4f016b55f9 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface NSObject
 -init;
index 9f568d83ed341ddd4ce169dad14051acb0b89f50..ca2f3f4480463db59f29ab89b5a5d368c30d72c1 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 @interface NSObject
 -init;
index b9e3ceff8645f0fcd63a8b3465cef3c4f1fa4666..a24d1b51023b1e1d9014f0fc4783d033b9b7dc27 100644 (file)
@@ -49,4 +49,4 @@ void test(id p) {
 // CHECK: </dict>
 // CHECK: </plist>
 
-// DISABLE: mingw32
+// XFAIL: mingw
index e454fae642fd46a6fbee6dc62fa5bc1d225c5aa3..cdaf69c4e09df8dabd9a1b9dadf13241f35e14b4 100644 (file)
@@ -3,4 +3,4 @@
 // RUN: %clang_cc1 -arcmt-migrate -arcmt-migrate-directory %t.migrate %S/"with space"/test2.m.in -x objective-c 
 // RUN: c-arcmt-test -arcmt-migrate-directory %t.migrate | arcmt-test -verify-transformed-files %S/"with space"/test1.m.in.result %S/"with space"/test2.m.in.result %S/"with space"/test.h.result
 // RUN: rm -rf %t.migrate
-// DISABLE: mingw32
+// XFAIL: mingw
index beaf8e5b1523d85321324599e4adcfae818f5b98..550de28df5de854f6994361ce5fb35b63197ef2f 100644 (file)
@@ -3,4 +3,4 @@
 // RUN: %clang_cc1 -arcmt-migrate -arcmt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c 
 // RUN: c-arcmt-test -arcmt-migrate-directory %t | arcmt-test -verify-transformed-files %S/Inputs/test1.m.in.result %S/Inputs/test2.m.in.result %S/Inputs/test.h.result
 // RUN: rm -rf %t
-// DISABLE: mingw32
+// XFAIL: mingw
index 4c49b6039e4620bc197829a369b357544c1929d8..91efedb3c2615ef1a9831c5b86dd3ab1e362f1f7 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index fcdcd89c9c83a765d11c79f14a2918885728bc4e..0f89ad7ff87adc1211571d6cd2b1a697fe687ac8 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"
 
index b50a948e27ca395ca58d1ab7f494429db6b64e24..97c1927e5b093bee2430bf2a575ed942314a53a9 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
+// XFAIL: mingw
 
 #include "Common.h"