]> granicus.if.org Git - clang/commitdiff
[arcmt] Disable tests in mingw, no idea why they are failing there.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 7 Jan 2012 02:24:23 +0000 (02:24 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 7 Jan 2012 02:24:23 +0000 (02:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147713 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 9864354228be00434af351d2b4d3abfb91c6cccb..3a1b67ce218307d6f844bda5103296cd3a0703ef 100644 (file)
@@ -1,5 +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
 
 #define CF_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
 typedef unsigned NSUInteger;
index 276f674a55bd6d9366e4ddaf9496b0b6910acd96..ab9d6a4ae5c659b000737942d7ece2f0d721a3ed 100644 (file)
@@ -3,6 +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
 
 #include "Common.h"
 #include "GC.h"
index 84208128eba7f1c341163cb3f6d056252ce56568..8493b0de7b9379d322f342ea8d6b4f7a852b6093 100644 (file)
@@ -3,6 +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
 
 #include "Common.h"
 #include "GC.h"
index 86e8b9b9630a651ba78965651017c56db8325c47..d309dabf68ee82061ecc91a1b90af1915d5649ff 100644 (file)
@@ -3,6 +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
 
 #include "Common.h"
 #include "GC.h"
index b5222dd27a626aaa7bd8f45bec50e281e9e46168..0df6aa89e8a6a1f1d91a7201e003172e1feb4d60 100644 (file)
@@ -3,6 +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
 
 #include "Common.h"
 #include "GC.h"
index b186ec724745ccabaa250db527c74d67e384cdd4..ba122c42bff397d3b6aff68ed270d1f1d431f436 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index e3093751b626b8ea77c24f29a82acc6ea5627c7d..7e04e7dc0c88936bd1feebfb823be7607c2bb360 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index 8408a1858bd86320877b9ce93bfed12434ccf046..0221afac848bc125bb1117804306c77eaae10139 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index 56906f7002c5919ac93aa30ab44c1a52eb7e5a8a..9551e305a1e846be80c220a570adc7a3413746ca 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index b9bc106553259731adba58a949337b8bf83a12ae..5c2cd6b922fd8cf04b207cd2a0477fa21edaad84 100644 (file)
@@ -1,6 +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
 
 @interface NSAutoreleasePool
 - drain;
index 205473380b7391901aa35b999cc2242f5934faba..06bf0d51e4bbdf9fd3d696de041babe2f8941feb 100644 (file)
@@ -1,6 +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
 
 @interface NSAutoreleasePool
 - drain;
index 87b80af9350eb0274452d0f38d6a5386994bf1f9..0b6abdf83c4618f92737a847dcd6e74e87434713 100644 (file)
@@ -1,6 +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
 
 @interface NSAutoreleasePool
 - drain;
index 801376a7e82bdae246e0d4a2d8954a2833b1be67..9103de4167ef8f8f476140b6f31ca760bd838102 100644 (file)
@@ -1,6 +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
 
 @interface NSAutoreleasePool
 - drain;
index d74ef3b61d1fdce6adcd5d6738321c970534ec53..8daf9d6bdeed1eda7b91462e4bccc81401d8fea2 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
+// DISABLE: mingw32
 
 #if __has_feature(objc_arr)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index a6aed146497b437b944324910a9a4d65ff9007e3..132553bdd331baf7651a6a7afeef8b5e85da8c02 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index e24339a3b9e36b56e3e6e454fe8fc06ae2111251..5191f4738eb812341a9852480e0db2ea6dee9c02 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index ed78cb4e2e57109afb92273fab399d181fb63cf1..3acddb71e7c87da5787c8e41a0150b27d4c7ed65 100644 (file)
@@ -1,6 +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
 
 typedef unsigned char BOOL;
 
index acb81b50647a09002bd2c59d18592d6964586f4c..49bc32141ec584acf9a76c5d909492af868cf884 100644 (file)
@@ -1,6 +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
 
 typedef unsigned char BOOL;
 
index 7d1a8c7321eabfce144ffedfc5be985aa56e0ab2..9bb142cda876128ce85da8dcafdf836dadbdef62 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
+// DISABLE: mingw32
 
 #if __has_feature(objc_arc)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index ab6b29bafe62cf3420726b3df7fbd85c5c1cf04f..9f9e3d864312ae357ff1212a31d892bde5715bf1 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fsyntax-only -fblocks -Warc-abi  %s
+// 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 4a9c50c92426e849f38a81ef3a7c9328728427db..92bb71807d00b9e23c76ab870828cfe4abb020fb 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index 0dd67e8b27f496b2f46cf6e439e373345f7c59e3..a2dc9a51f006ced2368a4927b71ef20fb95f1262 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index d7a72af4f726feba4e5800d0ef3781deaf6e1cfa..34df1a49b69337a2b4352ae2340c12204d09270b 100644 (file)
@@ -1,6 +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
 
 @interface A
 - (id)retain;
index fbd9e445d27512f1e714f627d7c18210efde63ec..3ff2885341c4f4b9abb083d068ec4216c959b797 100644 (file)
@@ -1,6 +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
 
 @interface A
 - (id)retain;
index 8636e3733d224471df5641ec59d763ae5b0d9d3c..36e5148476e00706e38c2e7542690c22161eeab1 100644 (file)
@@ -1,6 +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
 
 @interface NSObject
 -init;
index 0140bb96919c6c7cac9dd11bbaf16dc3fc43d304..9f568d83ed341ddd4ce169dad14051acb0b89f50 100644 (file)
@@ -1,6 +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
 
 @interface NSObject
 -init;
index d5cb9c180b5ebf5d1fa39d099b4c331e03efc36d..b9e3ceff8645f0fcd63a8b3465cef3c4f1fa4666 100644 (file)
@@ -48,3 +48,5 @@ void test(id p) {
 // CHECK:  </array>
 // CHECK: </dict>
 // CHECK: </plist>
+
+// DISABLE: mingw32
index 32617666a96eaa5679d4f7f95e933f40aabe5538..e454fae642fd46a6fbee6dc62fa5bc1d225c5aa3 100644 (file)
@@ -3,3 +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
index cfd7115acc1e13d0f9290b637084fe33bf817eac..beaf8e5b1523d85321324599e4adcfae818f5b98 100644 (file)
@@ -3,3 +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
index ba4efd3f5a36f705dd89a93d1066cc189ebdbca3..4c49b6039e4620bc197829a369b357544c1929d8 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
+// DISABLE: mingw32
 
 #include "Common.h"
 
index 4fa1109199174eb4c4a5b35a9b1293fbda5870f1..fcdcd89c9c83a765d11c79f14a2918885728bc4e 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"
 
index bf6aad931948a71b0b87f12203aca300ab8627c9..b50a948e27ca395ca58d1ab7f494429db6b64e24 100644 (file)
@@ -1,6 +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
 
 #include "Common.h"