no changes, add more specific description of these tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-23 17:44:45 +00:00
parent 72a90d051a
commit 98c68150ed
3 changed files with 11 additions and 5 deletions

View File

@@ -29,8 +29,9 @@ public:
private:
CPPUNIT_TEST_SUITE( ModalDialogsTestCase );
// FIXME: this test will cause test_gui segmentation fault. Disable it for now.
#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__)
// wxInfoBar has bug under x11. It will cause the dialog crash
// Disable it for now.
#if !defined (__WXX11__)
CPPUNIT_TEST( MessageDialog );
#endif
CPPUNIT_TEST( FileDialog );

View File

@@ -241,7 +241,11 @@ private:
CPPUNIT_TEST( ForwardEvent );
CPPUNIT_TEST( ScrollWindowWithoutHandler );
CPPUNIT_TEST( ScrollWindowWithHandler );
//CPPUNIT_TEST( MenuEvent );
// for unknown reason, this test will cause the tests segmentation failed
// under x11, disable it for now.
#if !defined (__WXX11__)
CPPUNIT_TEST( MenuEvent );
#endif
CPPUNIT_TEST( DocView );
WXUISIM_TEST( ContextMenuEvent );
CPPUNIT_TEST_SUITE_END();

View File

@@ -68,8 +68,9 @@ public:
private:
CPPUNIT_TEST_SUITE( ExecTestCase );
// FIXME: this test will cause test_gui segmentation fault. Disable it for now.
#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__)
// wxX11 didn't implement some required features. Disable these tests
// for now.
#if !defined (__WXX11__)
CPPUNIT_TEST( TestShell );
CPPUNIT_TEST( TestExecute );
CPPUNIT_TEST( TestProcess );