]> git.saurik.com Git - wxWidgets.git/commitdiff
Continue bisecting tests crash in PPC OS X builds.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 May 2013 22:01:02 +0000 (22:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 May 2013 22:01:02 +0000 (22:01 +0000)
Disable more wxAny tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/any/anytest.cpp

index 193d7d1f399cf0a840b656664b83018ddfb77364..bd0dc2868fb68986070b76a97e32d7ef2fc6f61d 100644 (file)
@@ -35,12 +35,12 @@ private:
     CPPUNIT_TEST_SUITE( wxAnyTestCase );
         CPPUNIT_TEST( CheckType );
         CPPUNIT_TEST( Equality );
-        CPPUNIT_TEST( As );
-        CPPUNIT_TEST( GetAs );
         // FIXME: One of these tests might result in heap corruption under PPC
         //        OS X, disable them to at least allow the subsequent tests to
         //        run as otherwise the test program just crashes.
 #ifndef __WXOSX__
+        CPPUNIT_TEST( As );
+        CPPUNIT_TEST( GetAs );
         CPPUNIT_TEST( Null );
         CPPUNIT_TEST( wxVariantConversions );
         CPPUNIT_TEST( CustomTemplateSpecialization );