These test will cause test_gui segmentation fault, disable for now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-23 17:40:15 +00:00
parent 51ca7cdcd0
commit 4363f9b578
8 changed files with 27 additions and 0 deletions

View File

@@ -40,7 +40,10 @@ private:
CPPUNIT_TEST( TransferFloat );
CPPUNIT_TEST( ZeroAsBlank );
CPPUNIT_TEST( NoTrailingZeroes );
// FIXME: this test will cause test_gui segmentation fault. Disable it for now.
#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__)
WXUISIM_TEST( Interactive );
#endif
CPPUNIT_TEST_SUITE_END();
void TransferInt();
@@ -70,7 +73,10 @@ void NumValidatorTestCase::setUp()
void NumValidatorTestCase::tearDown()
{
// FIXME: this test will cause test_gui segmentation fault. Disable it for now.
#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__)
wxTheApp->GetTopWindow()->DestroyChildren();
#endif
}
void NumValidatorTestCase::TransferInt()