[cfe-commits] r147713 - /cfe/trunk/test/ARCMT/

Nico Weber thakis at chromium.org
Fri Jul 13 07:08:07 PDT 2012


Hi Argyrios,

DISABLE: seems to be a no-op in lit. Can we remove the DISABLE: lines?
No other tests have them as far as I can tell either.

Nico

On Sat, Jan 7, 2012 at 3:24 AM, Argyrios Kyrtzidis <akyrtzi at gmail.com> wrote:
> Author: akirtzidis
> Date: Fri Jan  6 20:24:23 2012
> New Revision: 147713
>
> URL: http://llvm.org/viewvc/llvm-project?rev=147713&view=rev
> Log:
> [arcmt] Disable tests in mingw, no idea why they are failing there.
>
> Modified:
>     cfe/trunk/test/ARCMT/GC-check.m
>     cfe/trunk/test/ARCMT/GC-no-arc-runtime.m
>     cfe/trunk/test/ARCMT/GC-no-arc-runtime.m.result
>     cfe/trunk/test/ARCMT/GC.m
>     cfe/trunk/test/ARCMT/GC.m.result
>     cfe/trunk/test/ARCMT/api.m
>     cfe/trunk/test/ARCMT/api.m.result
>     cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m
>     cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m.result
>     cfe/trunk/test/ARCMT/atautorelease-2.m
>     cfe/trunk/test/ARCMT/atautorelease-2.m.result
>     cfe/trunk/test/ARCMT/atautorelease-3.m
>     cfe/trunk/test/ARCMT/atautorelease-3.m.result
>     cfe/trunk/test/ARCMT/atautorelease-check.m
>     cfe/trunk/test/ARCMT/atautorelease.m
>     cfe/trunk/test/ARCMT/atautorelease.m.result
>     cfe/trunk/test/ARCMT/autoreleases.m
>     cfe/trunk/test/ARCMT/autoreleases.m.result
>     cfe/trunk/test/ARCMT/checking.m
>     cfe/trunk/test/ARCMT/cxx-checking.mm
>     cfe/trunk/test/ARCMT/cxx-rewrite.mm
>     cfe/trunk/test/ARCMT/cxx-rewrite.mm.result
>     cfe/trunk/test/ARCMT/dealloc.m
>     cfe/trunk/test/ARCMT/dealloc.m.result
>     cfe/trunk/test/ARCMT/init.m
>     cfe/trunk/test/ARCMT/init.m.result
>     cfe/trunk/test/ARCMT/migrate-plist-output.m
>     cfe/trunk/test/ARCMT/migrate-space-in-path.m
>     cfe/trunk/test/ARCMT/migrate.m
>     cfe/trunk/test/ARCMT/nonobjc-to-objc-cast-2.m
>     cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m
>     cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m.result
>
> Modified: cfe/trunk/test/ARCMT/GC-check.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/GC-check.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/GC-check.m (original)
> +++ cfe/trunk/test/ARCMT/GC-check.m Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/GC-no-arc-runtime.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/GC-no-arc-runtime.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/GC-no-arc-runtime.m (original)
> +++ cfe/trunk/test/ARCMT/GC-no-arc-runtime.m Fri Jan  6 20:24:23 2012
> @@ -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"
>
> Modified: cfe/trunk/test/ARCMT/GC-no-arc-runtime.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/GC-no-arc-runtime.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/GC-no-arc-runtime.m.result (original)
> +++ cfe/trunk/test/ARCMT/GC-no-arc-runtime.m.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
> Modified: cfe/trunk/test/ARCMT/GC.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/GC.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/GC.m (original)
> +++ cfe/trunk/test/ARCMT/GC.m Fri Jan  6 20:24:23 2012
> @@ -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"
>
> Modified: cfe/trunk/test/ARCMT/GC.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/GC.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/GC.m.result (original)
> +++ cfe/trunk/test/ARCMT/GC.m.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
> Modified: cfe/trunk/test/ARCMT/api.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/api.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/api.m (original)
> +++ cfe/trunk/test/ARCMT/api.m Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/api.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/api.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/api.m.result (original)
> +++ cfe/trunk/test/ARCMT/api.m.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m (original)
> +++ cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m.result (original)
> +++ cfe/trunk/test/ARCMT/assign-prop-with-arc-runtime.m.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/atautorelease-2.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease-2.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease-2.m (original)
> +++ cfe/trunk/test/ARCMT/atautorelease-2.m Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/atautorelease-2.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease-2.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease-2.m.result (original)
> +++ cfe/trunk/test/ARCMT/atautorelease-2.m.result Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/atautorelease-3.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease-3.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease-3.m (original)
> +++ cfe/trunk/test/ARCMT/atautorelease-3.m Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/atautorelease-3.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease-3.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease-3.m.result (original)
> +++ cfe/trunk/test/ARCMT/atautorelease-3.m.result Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/atautorelease-check.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease-check.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease-check.m (original)
> +++ cfe/trunk/test/ARCMT/atautorelease-check.m Fri Jan  6 20:24:23 2012
> @@ -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")))
>
> Modified: cfe/trunk/test/ARCMT/atautorelease.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease.m (original)
> +++ cfe/trunk/test/ARCMT/atautorelease.m Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/atautorelease.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/atautorelease.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/atautorelease.m.result (original)
> +++ cfe/trunk/test/ARCMT/atautorelease.m.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/autoreleases.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/autoreleases.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/autoreleases.m (original)
> +++ cfe/trunk/test/ARCMT/autoreleases.m Fri Jan  6 20:24:23 2012
> @@ -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;
>
>
> Modified: cfe/trunk/test/ARCMT/autoreleases.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/autoreleases.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/autoreleases.m.result (original)
> +++ cfe/trunk/test/ARCMT/autoreleases.m.result Fri Jan  6 20:24:23 2012
> @@ -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;
>
>
> Modified: cfe/trunk/test/ARCMT/checking.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/checking.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/checking.m (original)
> +++ cfe/trunk/test/ARCMT/checking.m Fri Jan  6 20:24:23 2012
> @@ -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")))
>
> Modified: cfe/trunk/test/ARCMT/cxx-checking.mm
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/cxx-checking.mm?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/cxx-checking.mm (original)
> +++ cfe/trunk/test/ARCMT/cxx-checking.mm Fri Jan  6 20:24:23 2012
> @@ -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}}
>
> Modified: cfe/trunk/test/ARCMT/cxx-rewrite.mm
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/cxx-rewrite.mm?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/cxx-rewrite.mm (original)
> +++ cfe/trunk/test/ARCMT/cxx-rewrite.mm Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/cxx-rewrite.mm.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/cxx-rewrite.mm.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/cxx-rewrite.mm.result (original)
> +++ cfe/trunk/test/ARCMT/cxx-rewrite.mm.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/dealloc.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/dealloc.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/dealloc.m (original)
> +++ cfe/trunk/test/ARCMT/dealloc.m Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/dealloc.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/dealloc.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/dealloc.m.result (original)
> +++ cfe/trunk/test/ARCMT/dealloc.m.result Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/init.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/init.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/init.m (original)
> +++ cfe/trunk/test/ARCMT/init.m Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/init.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/init.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/init.m.result (original)
> +++ cfe/trunk/test/ARCMT/init.m.result Fri Jan  6 20:24:23 2012
> @@ -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;
>
> Modified: cfe/trunk/test/ARCMT/migrate-plist-output.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/migrate-plist-output.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/migrate-plist-output.m (original)
> +++ cfe/trunk/test/ARCMT/migrate-plist-output.m Fri Jan  6 20:24:23 2012
> @@ -48,3 +48,5 @@
>  // CHECK:  </array>
>  // CHECK: </dict>
>  // CHECK: </plist>
> +
> +// DISABLE: mingw32
>
> Modified: cfe/trunk/test/ARCMT/migrate-space-in-path.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/migrate-space-in-path.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/migrate-space-in-path.m (original)
> +++ cfe/trunk/test/ARCMT/migrate-space-in-path.m Fri Jan  6 20:24:23 2012
> @@ -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
>
> Modified: cfe/trunk/test/ARCMT/migrate.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/migrate.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/migrate.m (original)
> +++ cfe/trunk/test/ARCMT/migrate.m Fri Jan  6 20:24:23 2012
> @@ -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
>
> Modified: cfe/trunk/test/ARCMT/nonobjc-to-objc-cast-2.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/nonobjc-to-objc-cast-2.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/nonobjc-to-objc-cast-2.m (original)
> +++ cfe/trunk/test/ARCMT/nonobjc-to-objc-cast-2.m Fri Jan  6 20:24:23 2012
> @@ -1,4 +1,5 @@
>  // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
> +// DISABLE: mingw32
>
>  #include "Common.h"
>
>
> Modified: cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m (original)
> +++ cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
> Modified: cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m.result
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m.result?rev=147713&r1=147712&r2=147713&view=diff
> ==============================================================================
> --- cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m.result (original)
> +++ cfe/trunk/test/ARCMT/nonobjc-to-objc-cast.m.result Fri Jan  6 20:24:23 2012
> @@ -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"
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list