Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit c6a8fe3

Browse files
committed
Remove all DISABLE lines from tests
There's no evidence that a 'DISABLE' directive ever existed. Let's see if anything breaks.. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196733 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7567699 commit c6a8fe3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-41
lines changed

test/ARCMT/GC-check-warn-nsalloc.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clang_cc1 -arcmt-check -verify -no-ns-alloc-error -triple x86_64-apple-darwin10 -fobjc-gc-only %s
22
// RUN: %clang_cc1 -arcmt-check -verify -no-ns-alloc-error -triple x86_64-apple-darwin10 -fobjc-gc-only -x objective-c++ %s
3-
// DISABLE: mingw32
43
// rdar://10532541
54
// XFAIL: *
65

test/ARCMT/GC-check.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fobjc-gc-only %s
22
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fobjc-gc-only -x objective-c++ %s
3-
// DISABLE: mingw32
43

54
#define CF_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
65
typedef unsigned NSUInteger;

test/ARCMT/GC-no-arc-runtime.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: diff %t %s.result
44
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
55
// RUN: diff %t %s.result
6-
// DISABLE: mingw32
76

87
#include "Common.h"
98
#include "GC.h"

test/ARCMT/GC-no-arc-runtime.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: diff %t %s.result
44
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.6 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
55
// RUN: diff %t %s.result
6-
// DISABLE: mingw32
76

87
#include "Common.h"
98
#include "GC.h"

test/ARCMT/GC-no-finalize-removal.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: diff %t %s.result
44
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ %s > %t
55
// RUN: diff %t %s.result
6-
// DISABLE: mingw32
76

87
#include "Common.h"
98
#include "GC.h"

test/ARCMT/GC-no-finalize-removal.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: diff %t %s.result
44
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ %s > %t
55
// RUN: diff %t %s.result
6-
// DISABLE: mingw32
76

87
#include "Common.h"
98
#include "GC.h"

test/ARCMT/GC.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: diff %t %s.result
44
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
55
// RUN: diff %t %s.result
6-
// DISABLE: mingw32
76

87
#include "Common.h"
98
#include "GC.h"

test/ARCMT/GC.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: diff %t %s.result
44
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -x objective-c++ %s > %t
55
// RUN: diff %t %s.result
6-
// DISABLE: mingw32
76

87
#include "Common.h"
98
#include "GC.h"

test/ARCMT/api.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/api.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/assign-prop-with-arc-runtime.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/assign-prop-with-arc-runtime.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/atautorelease-2.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
@interface NSAutoreleasePool
76
- drain;

test/ARCMT/atautorelease-2.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
@interface NSAutoreleasePool
76
- drain;

test/ARCMT/atautorelease-3.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
@interface NSAutoreleasePool
76
- drain;

test/ARCMT/atautorelease-3.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
@interface NSAutoreleasePool
76
- drain;

test/ARCMT/atautorelease-check.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
2-
// DISABLE: mingw32
32

43
#if __has_feature(objc_arr)
54
#define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))

test/ARCMT/atautorelease.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/atautorelease.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/autoreleases.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/autoreleases.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/check-with-pch.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %clang_cc1 -x objective-c -triple x86_64-apple-darwin10 %S/Common.h -emit-pch -o %t.pch
22
// RUN: %clang_cc1 -include-pch %t.pch -arcmt-check -verify -triple x86_64-apple-darwin10 -fblocks -Werror %s
3-
// DISABLE: mingw32
43

54
// rdar://9601437
65
@interface I9601437 {

test/ARCMT/checking-in-arc.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_cc1 -arcmt-check -fobjc-arc -fobjc-runtime=macosx-10.8.0 -triple x86_64-apple-darwin12 -fblocks -Werror %s
2-
// DISABLE: mingw32
32

43
#if __has_feature(objc_arc)
54
#define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))

test/ARCMT/checking.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fblocks -Werror %s
2-
// DISABLE: mingw32
32

43
#if __has_feature(objc_arc)
54
#define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))

test/ARCMT/cxx-checking.mm

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fsyntax-only -fblocks %s
2-
// DISABLE: mingw32
32

43
// Classes that have an Objective-C object pointer.
54
struct HasObjectMember0 {

test/ARCMT/cxx-rewrite.mm

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c++ %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c++ %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/cxx-rewrite.mm.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c++ %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c++ %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/dealloc.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
@interface A
76
- (id)retain;

test/ARCMT/dealloc.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
@interface A
76
- (id)retain;

test/ARCMT/init.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#define nil (void *)0
76

test/ARCMT/init.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#define nil (void *)0
76

test/ARCMT/migrate-plist-output.m

-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ void test(id p) {
4949
// CHECK: </dict>
5050
// CHECK: </plist>
5151

52-
// DISABLE: mingw32

test/ARCMT/migrate-space-in-path.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
// RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test2.m.in -x objective-c
44
// RUN: c-arcmt-test -mt-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
55
// RUN: rm -rf %t.migrate
6-
// DISABLE: mingw32

test/ARCMT/migrate-with-pch.m

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
// RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c -include-pch %t.pch
55
// RUN: c-arcmt-test -mt-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
66
// RUN: rm -rf %t
7-
// DISABLE: mingw32

test/ARCMT/migrate.m

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
// RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c
44
// RUN: c-arcmt-test -mt-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
55
// RUN: rm -rf %t
6-
// DISABLE: mingw32

test/ARCMT/no-canceling-bridge-to-bridge-cast.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_cc1 -arcmt-check -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -verify %s
2-
// DISABLE: mingw32
32
// rdar://10387088
43
typedef const void * CFTypeRef;
54
CFTypeRef CFBridgingRetain(id X);

test/ARCMT/nonobjc-to-objc-cast-2.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
2-
// DISABLE: mingw32
32

43
#include "Common.h"
54

test/ARCMT/nonobjc-to-objc-cast.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/nonobjc-to-objc-cast.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/protected-scope.m

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

test/ARCMT/protected-scope.m.result

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
22
// RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c %s > %t
33
// RUN: diff %t %s.result
4-
// DISABLE: mingw32
54

65
#include "Common.h"
76

0 commit comments

Comments
 (0)