summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
82dfe81)
Disabling wxVariantConversions test was not enough to fix the crash happening
in OS X PPC build slave, so disable a few more of them.
Temporarily do it for any wxOSX build, the run-time check for buildbot will be
restored later when I finally manage to find the problematic test(s?).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73944
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CPPUNIT_TEST( Equality );
CPPUNIT_TEST( As );
CPPUNIT_TEST( GetAs );
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.
+#ifdef __WXOSX__
CPPUNIT_TEST( Null );
CPPUNIT_TEST( wxVariantConversions );
CPPUNIT_TEST( CustomTemplateSpecialization );
CPPUNIT_TEST( Misc );
CPPUNIT_TEST( Null );
CPPUNIT_TEST( wxVariantConversions );
CPPUNIT_TEST( CustomTemplateSpecialization );
CPPUNIT_TEST( Misc );
CPPUNIT_TEST_SUITE_END();
void CheckType();
CPPUNIT_TEST_SUITE_END();
void CheckType();
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
//
// Test various conversions to and from wxVariant
#if wxUSE_VARIANT
//
// Test various conversions to and from wxVariant