]> granicus.if.org Git - clang/commitdiff
[arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/builders...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 12 Jan 2012 02:34:32 +0000 (02:34 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 12 Jan 2012 02:34:32 +0000 (02:34 +0000)
are messed up, XFAIL does not help. Waiting until DISABLE is supported..

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148012 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 f34bf48c6c9efa03322ea79e0ff2b1e061a857d6..3a1b67ce218307d6f844bda5103296cd3a0703ef 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #define CF_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
 typedef unsigned NSUInteger;
index 602526d4b71a4aa8473a0abab446e7915bfdd0a3..ab9d6a4ae5c659b000737942d7ece2f0d721a3ed 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 #include "GC.h"
index d3f6a4a780a41b5208401915f75f03ea301421e8..8493b0de7b9379d322f342ea8d6b4f7a852b6093 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 #include "GC.h"
index caa659b865ae3164367320e09a8e3d2af2256f75..d309dabf68ee82061ecc91a1b90af1915d5649ff 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 #include "GC.h"
index 3e4a304d80eb94d567990b2d209d54b184f96c33..0df6aa89e8a6a1f1d91a7201e003172e1feb4d60 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 #include "GC.h"
index 0c7895037cd2b5ca13d2fb052c948b8f113eec83..ba122c42bff397d3b6aff68ed270d1f1d431f436 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index b2b165636bd4b4730345ab0691a02306ae8be56c..7e04e7dc0c88936bd1feebfb823be7607c2bb360 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 4a773fb080543580d3c110a530f4e3224aca728a..0221afac848bc125bb1117804306c77eaae10139 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 6b80407a13d063c298254c3b2432bb05e9443ec5..9551e305a1e846be80c220a570adc7a3413746ca 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 227303f2ac24e3a5a0b3d0a6fcdfb8419009ffac..5c2cd6b922fd8cf04b207cd2a0477fa21edaad84 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface NSAutoreleasePool
 - drain;
index 84424cb00832ec1024521f9f40d5a922ec71a82c..06bf0d51e4bbdf9fd3d696de041babe2f8941feb 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface NSAutoreleasePool
 - drain;
index c32ae5adae7c44562ea7c2a519e68fff18c4229f..0b6abdf83c4618f92737a847dcd6e74e87434713 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface NSAutoreleasePool
 - drain;
index 27a2a1a9b0c19d5327908673f5ec78985cad6881..9103de4167ef8f8f476140b6f31ca760bd838102 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface NSAutoreleasePool
 - drain;
index 3a195d60a4670b9c2abcd43f7685c9047fc6aa2f..8daf9d6bdeed1eda7b91462e4bccc81401d8fea2 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #if __has_feature(objc_arr)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index 6f66dd302c656b07c279f0abe16525b1c51277ae..132553bdd331baf7651a6a7afeef8b5e85da8c02 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 7f97669381d32613c38ade59e9a4c28845c1c983..5191f4738eb812341a9852480e0db2ea6dee9c02 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 48fa67383a1e28599e90aa21345f70255db39afc..3acddb71e7c87da5787c8e41a0150b27d4c7ed65 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 typedef unsigned char BOOL;
 
index 87ed18db0088c0356ab29baeabe5ed7731535986..49bc32141ec584acf9a76c5d909492af868cf884 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 typedef unsigned char BOOL;
 
index b0eb404d084a5cedf93f2cbdb969b0f623ee9f28..9bb142cda876128ce85da8dcafdf836dadbdef62 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #if __has_feature(objc_arc)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index 1887765b6fb354f12bb9cd825d2eb47a2d17ff94..9f9e3d864312ae357ff1212a31d892bde5715bf1 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fsyntax-only -fblocks -Warc-abi  %s
-// XFAIL: mingw
+// DISABLE: mingw32
 
 // 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 c46f047d45f0428ae423b2dd9c77a6735d7680c4..92bb71807d00b9e23c76ab870828cfe4abb020fb 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 4982123106b1a64c96827521e058faf74fa27ba7..a2dc9a51f006ced2368a4927b71ef20fb95f1262 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index c8fa90758103ebbbc0509afb4e1801f6cc2e48d8..34df1a49b69337a2b4352ae2340c12204d09270b 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface A
 - (id)retain;
index f71efb3ce07a4e9177ad2ef278c4b4f38d4894cd..3ff2885341c4f4b9abb083d068ec4216c959b797 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface A
 - (id)retain;
index 216f343271035055ae110d2b6a8e9f4f016b55f9..36e5148476e00706e38c2e7542690c22161eeab1 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface NSObject
 -init;
index ca2f3f4480463db59f29ab89b5a5d368c30d72c1..9f568d83ed341ddd4ce169dad14051acb0b89f50 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 @interface NSObject
 -init;
index a24d1b51023b1e1d9014f0fc4783d033b9b7dc27..b9e3ceff8645f0fcd63a8b3465cef3c4f1fa4666 100644 (file)
@@ -49,4 +49,4 @@ void test(id p) {
 // CHECK: </dict>
 // CHECK: </plist>
 
-// XFAIL: mingw
+// DISABLE: mingw32
index cdaf69c4e09df8dabd9a1b9dadf13241f35e14b4..e454fae642fd46a6fbee6dc62fa5bc1d225c5aa3 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
-// XFAIL: mingw
+// DISABLE: mingw32
index 550de28df5de854f6994361ce5fb35b63197ef2f..beaf8e5b1523d85321324599e4adcfae818f5b98 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
-// XFAIL: mingw
+// DISABLE: mingw32
index 91efedb3c2615ef1a9831c5b86dd3ab1e362f1f7..4c49b6039e4620bc197829a369b357544c1929d8 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 0f89ad7ff87adc1211571d6cd2b1a697fe687ac8..fcdcd89c9c83a765d11c79f14a2918885728bc4e 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 97c1927e5b093bee2430bf2a575ed942314a53a9..b50a948e27ca395ca58d1ab7f494429db6b64e24 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
-// XFAIL: mingw
+// DISABLE: mingw32
 
 #include "Common.h"