Make tst_exceptionsafety_objects part of the test set.

Re-enable this test, with the two test functions that fail on Linux
disabled until the failures can be diagnosed.

Change-Id: I915e1a0d675cb71a80086e89f9799a4f9f6b600c
Reviewed-by: Rohan McGovern
(cherry picked from commit ee55dec1efe9c67518bf3e27f81b0696075f7153)
This commit is contained in:
Jason McDonald 2011-04-15 17:35:13 +10:00 committed by Rohan McGovern
parent eab70faca3
commit fc52cbbc13
2 changed files with 3 additions and 1 deletions

View File

@ -352,6 +352,7 @@ void tst_ExceptionSafetyObjects::cleanupTestCase()
void tst_ExceptionSafetyObjects::objects() void tst_ExceptionSafetyObjects::objects()
{ {
QSKIP("This test currently crashes", SkipAll);
QFETCH(AbstractTester *, objectCreator); QFETCH(AbstractTester *, objectCreator);
doOOMTest(*objectCreator, 0); doOOMTest(*objectCreator, 0);
@ -457,6 +458,7 @@ void tst_ExceptionSafetyObjects::widgets_data()
void tst_ExceptionSafetyObjects::widgets() void tst_ExceptionSafetyObjects::widgets()
{ {
QSKIP("This test currently crashes", SkipAll);
QFETCH(AbstractTester *, widgetCreator); QFETCH(AbstractTester *, widgetCreator);
doOOMTest(*widgetCreator, 0, 00000); doOOMTest(*widgetCreator, 0, 00000);

View File

@ -3,7 +3,7 @@
TEMPLATE=subdirs TEMPLATE=subdirs
SUBDIRS=\ SUBDIRS=\
# exceptionsafety_objects \ shouldn't enable it exceptionsafety_objects \
# baselineexample \ Just an example demonstrating qbaselinetest usage # baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \ lancelot \
qaccessibility \ qaccessibility \