]> git.saurik.com Git - wxWidgets.git/commitdiff
Disable wxAny-to-wxVariant conversion test case under OS X.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 21:46:55 +0000 (21:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 21:46:55 +0000 (21:46 +0000)
This is a blind attempt to fix the test crash under PPC OS X.

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

tests/any/anytest.cpp

index 7c6fdaa131cd9b31d71baf4faefd3c1b8488ebb4..e854a8299ecfcd5e81f8ab7f1ec472a451482f11 100644 (file)
@@ -498,6 +498,14 @@ protected:
 
 void wxAnyTestCase::wxVariantConversions()
 {
+#ifdef __WXOSX__
+    // FIXME: This test might result in heap corruption under PPC OS X, disable
+    //        it to at least allow the subsequent tests to run as otherwise the
+    //        test program just crashes.
+    if ( IsAutomaticTest() )
+        return;
+#endif // __WXOSX__
+
 #if wxUSE_VARIANT
     //
     // Test various conversions to and from wxVariant