]> granicus.if.org Git - clang/commitdiff
Remove all DISABLE lines from tests
authorAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 21:12:19 +0000 (21:12 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 21:12:19 +0000 (21:12 +0000)
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

41 files changed:
test/ARCMT/GC-check-warn-nsalloc.m
test/ARCMT/GC-check.m
test/ARCMT/GC-no-arc-runtime.m
test/ARCMT/GC-no-arc-runtime.m.result
test/ARCMT/GC-no-finalize-removal.m
test/ARCMT/GC-no-finalize-removal.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/check-with-pch.m
test/ARCMT/checking-in-arc.m
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-with-pch.m
test/ARCMT/migrate.m
test/ARCMT/no-canceling-bridge-to-bridge-cast.m
test/ARCMT/nonobjc-to-objc-cast-2.m
test/ARCMT/nonobjc-to-objc-cast.m
test/ARCMT/nonobjc-to-objc-cast.m.result
test/ARCMT/protected-scope.m
test/ARCMT/protected-scope.m.result

index 5ce36c40d6595e050f45080895b7413940f836f8..6be05b6a7a914ae1d1a2a50b2a7edc3aaf1c0c52 100644 (file)
@@ -1,6 +1,5 @@
 // RUN: %clang_cc1 -arcmt-check -verify -no-ns-alloc-error -triple x86_64-apple-darwin10 -fobjc-gc-only %s
 // RUN: %clang_cc1 -arcmt-check -verify -no-ns-alloc-error -triple x86_64-apple-darwin10 -fobjc-gc-only -x objective-c++ %s
-// DISABLE: mingw32
 // rdar://10532541
 // XFAIL: *
 
index 3a1b67ce218307d6f844bda5103296cd3a0703ef..9864354228be00434af351d2b4d3abfb91c6cccb 100644 (file)
@@ -1,6 +1,5 @@
 // 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 f0699927eda5f9f76e62df2361eeaf6d462f2f15..376134e73f21c4de5f991f25438b267e262a876d 100644 (file)
@@ -3,7 +3,6 @@
 // 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 f55ca38070e9e6aa218bfb8705b4dcded3bc76bc..c338bdb2ed471e3f1c2252d77ac01a7649d4dab7 100644 (file)
@@ -3,7 +3,6 @@
 // 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 14e8602446c3e3e4f8f1d3ce3c4da3b2f46c40ae..a8db819d90b87026f1880d56514748fc72b1e85e 100644 (file)
@@ -3,7 +3,6 @@
 // RUN: diff %t %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
 
 #include "Common.h"
 #include "GC.h"
index ea14873ec35334e0f0f7813ded4cd200125f6dc0..b563d196ee6524932564e8ad63b0877b6030ed71 100644 (file)
@@ -3,7 +3,6 @@
 // RUN: diff %t %s.result
 // RUN: arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ %s > %t
 // RUN: diff %t %s.result
-// DISABLE: mingw32
 
 #include "Common.h"
 #include "GC.h"
index eebbaf6854d98fd4a5bc9c5d27860f0c27d66d9e..2c9ea9ca3324d2e074c3883a9ed8d1ee62c43f1d 100644 (file)
@@ -3,7 +3,6 @@
 // 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 c2c523f77e990df1a4e19b25990b0fab7dbe025f..595ff23a7259da4e24cb72ab4bb0f840dca75bd8 100644 (file)
@@ -3,7 +3,6 @@
 // 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 ba122c42bff397d3b6aff68ed270d1f1d431f436..b186ec724745ccabaa250db527c74d67e384cdd4 100644 (file)
@@ -1,7 +1,6 @@
 // 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 7e04e7dc0c88936bd1feebfb823be7607c2bb360..e3093751b626b8ea77c24f29a82acc6ea5627c7d 100644 (file)
@@ -1,7 +1,6 @@
 // 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 c357eeb1717740ecac583dc2cac4ab2d2d5a7b23..a00538cd6197d651d9dc01fdcbcee7eb12d3bf47 100644 (file)
@@ -1,7 +1,6 @@
 // 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 a255a36f2494c7c56ae99efcaa2ed29bb29f2416..8bb684f79a33995282de7802c807ca16848cbbda 100644 (file)
@@ -1,7 +1,6 @@
 // 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 5c2cd6b922fd8cf04b207cd2a0477fa21edaad84..b9bc106553259731adba58a949337b8bf83a12ae 100644 (file)
@@ -1,7 +1,6 @@
 // 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 06bf0d51e4bbdf9fd3d696de041babe2f8941feb..205473380b7391901aa35b999cc2242f5934faba 100644 (file)
@@ -1,7 +1,6 @@
 // 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 0b6abdf83c4618f92737a847dcd6e74e87434713..87b80af9350eb0274452d0f38d6a5386994bf1f9 100644 (file)
@@ -1,7 +1,6 @@
 // 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 9103de4167ef8f8f476140b6f31ca760bd838102..801376a7e82bdae246e0d4a2d8954a2833b1be67 100644 (file)
@@ -1,7 +1,6 @@
 // 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 8daf9d6bdeed1eda7b91462e4bccc81401d8fea2..d74ef3b61d1fdce6adcd5d6738321c970534ec53 100644 (file)
@@ -1,5 +1,4 @@
 // 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 132553bdd331baf7651a6a7afeef8b5e85da8c02..a6aed146497b437b944324910a9a4d65ff9007e3 100644 (file)
@@ -1,7 +1,6 @@
 // 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 5191f4738eb812341a9852480e0db2ea6dee9c02..e24339a3b9e36b56e3e6e454fe8fc06ae2111251 100644 (file)
@@ -1,7 +1,6 @@
 // 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 543bcf6632af83f1aef55ec388ee63f2143fa1a4..91413e51ca66f487cd894317ac2fe74836fec9da 100644 (file)
@@ -1,7 +1,6 @@
 // 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 9b71ff8b8945c175d4aa11af8d85f4e6a5d6fdd8..32c7ad3c3971050d47235d0835b0a417ecc90acd 100644 (file)
@@ -1,7 +1,6 @@
 // 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 786700292ad093b3b8fd8d9e4e5e186efab405b8..1a94dda796b9761d285ab15438c1b5cd2a2ca3fb 100644 (file)
@@ -1,6 +1,5 @@
 // RUN: %clang_cc1 -x objective-c -triple x86_64-apple-darwin10 %S/Common.h -emit-pch -o %t.pch
 // RUN: %clang_cc1 -include-pch %t.pch -arcmt-check -verify -triple x86_64-apple-darwin10 -fblocks -Werror %s
-// DISABLE: mingw32
 
 // rdar://9601437
 @interface I9601437 {
index 40d9b168457615bc36d7b3a50bd16162e4a27cf4..d41a162289b2ecba0c7de2814ab494d0ddbd7c5c 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -arcmt-check -fobjc-arc -fobjc-runtime=macosx-10.8.0 -triple x86_64-apple-darwin12 -fblocks -Werror %s
-// DISABLE: mingw32
 
 #if __has_feature(objc_arc)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index a550633171d1e52fafa4ba6b929e94aae04209ce..a640c2f40237360677a6c0664a2b0db8bfaa3333 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fblocks -Werror %s
-// DISABLE: mingw32
 
 #if __has_feature(objc_arc)
 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
index 2f5d5d51655a7e58e7d198a786bf4e77b6f20531..35bc71d992e3a476268e54223c2a9f1734ceef65 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 -fsyntax-only -fblocks %s
-// DISABLE: mingw32
 
 // Classes that have an Objective-C object pointer.
 struct HasObjectMember0 {
index 92bb71807d00b9e23c76ab870828cfe4abb020fb..4a9c50c92426e849f38a81ef3a7c9328728427db 100644 (file)
@@ -1,7 +1,6 @@
 // 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 7c944d5f240a412affc959f2f66bf7f71bf97e40..a96d254bf4633e3bf353adb0d7395ada33c89763 100644 (file)
@@ -1,7 +1,6 @@
 // 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 34df1a49b69337a2b4352ae2340c12204d09270b..d7a72af4f726feba4e5800d0ef3781deaf6e1cfa 100644 (file)
@@ -1,7 +1,6 @@
 // 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 3ff2885341c4f4b9abb083d068ec4216c959b797..fbd9e445d27512f1e714f627d7c18210efde63ec 100644 (file)
@@ -1,7 +1,6 @@
 // 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 9dbb1f82b8280f7b5debf9c941474508ad9db268..b1f127e54fd1b4506b828093de2f817a0bd37a5c 100644 (file)
@@ -1,7 +1,6 @@
 // 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
 
 #define nil (void *)0
 
index d7f730083aabe8120724d6df1a7dfeb3cc6d781f..d550dedb1dc19145082483d3b824030a197915dc 100644 (file)
@@ -1,7 +1,6 @@
 // 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
 
 #define nil (void *)0
 
index 377dce30cafc8ba5bcb798c87a7866d566476600..9b47b91d58098ebaf2b166f62c59fbdcce707fb7 100644 (file)
@@ -49,4 +49,3 @@ void test(id p) {
 // CHECK: </dict>
 // CHECK: </plist>
 
-// DISABLE: mingw32
index 89dfe1475cfe9b59dff38568de0f3458159621f2..a797e6d1f482fd70833e176e8f5d5bac5550fb86 100644 (file)
@@ -3,4 +3,3 @@
 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test2.m.in -x objective-c 
 // 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
 // RUN: rm -rf %t.migrate
-// DISABLE: mingw32
index 7dca8be488447c1d579383c4ab19cb6b716cb897..1aafbdaf9b1e5392e7344465639301427e1311ab 100644 (file)
@@ -4,4 +4,3 @@
 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c -include-pch %t.pch
 // 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
 // RUN: rm -rf %t
-// DISABLE: mingw32
index 6f41258e59d60104b8b4f909286960c450451d43..d92cef7eb7ccced9d38e2b8b9f3c73673c145324 100644 (file)
@@ -3,4 +3,3 @@
 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c 
 // 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
 // RUN: rm -rf %t
-// DISABLE: mingw32
index 81841fbf1e8980fdf0aa7f7a10353f475b398833..2c47822001e57291e82dcc476be3b799424cdc11 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -arcmt-check -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -verify %s 
-// DISABLE: mingw32
 // rdar://10387088
 typedef const void * CFTypeRef;
 CFTypeRef CFBridgingRetain(id X);
index e554c7da2d452e27ba1e19b499e88e13aa05dee8..2b421b0757ade8ae547efa9de1aefaf5ff4a4826 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -arcmt-check -verify -triple x86_64-apple-darwin10 %s
-// DISABLE: mingw32
 
 #include "Common.h"
 
index 55b6655fa404c8e7142b27ebf380d8a447a1a66d..b7d2a734b9c4f5c5a5b85b818bde5cd8f0d5b33b 100644 (file)
@@ -1,7 +1,6 @@
 // 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 4f508f6adfb67ed2ae2df77028521481d8f44a4e..ce827ba66aafa4d23aa543f26a0d6fb0e7753b49 100644 (file)
@@ -1,7 +1,6 @@
 // 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 8aece44d4ffa98b2fde9580e0299559ab8f2628b..b522f54cdf7c16daa1169ffc83d985c4e4dc5efa 100644 (file)
@@ -1,7 +1,6 @@
 // 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 f385d8825de5e6bc97ce391c7a388b11dcdb8828..55070f273227124aeb1200735c176ada071f3990 100644 (file)
@@ -1,7 +1,6 @@
 // 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"