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:
@@ -498,6 +498,14 @@ protected:
|
|||||||
|
|
||||||
void wxAnyTestCase::wxVariantConversions()
|
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
|
#if wxUSE_VARIANT
|
||||||
//
|
//
|
||||||
// Test various conversions to and from wxVariant
|
// Test various conversions to and from wxVariant
|
||||||
|
Reference in New Issue
Block a user