Disable wxAny-to-wxVariant conversion test case under OS X.

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
This commit is contained in:
Vadim Zeitlin 2013-05-06 21:46:55 +00:00
parent 31be840031
commit bc4185a458

View 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