Re-enabled passing tests in tst_exceptionsafety_objects

To increase the effective test coverage, this patch
re-enables the tst_exceptionsafety_objects test case as such, and
instead disables only the test functions that are currently
failing in CI.

Task-number: QTBUG-22453
Change-Id: If1fbf59c9d941453b9fd7feb43c59e27e087ce50
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Jo Asplin 2011-11-09 15:55:16 +01:00 committed by Qt by Nokia
parent 8e11f7c93a
commit ef9b2b6aef
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,3 @@ TARGET = tst_exceptionsafety_objects
QT += widgets testlib
HEADERS += oomsimulator.h 3rdparty/valgrind.h 3rdparty/memcheck.h
SOURCES += tst_exceptionsafety_objects.cpp
CONFIG+=insignificant_test

View File

@ -490,6 +490,9 @@ void tst_ExceptionSafety_Objects::widgets()
|| tag == QLatin1String("QWorkspace"))
QSKIP("This type of widget is not currently strongly exception safe");
if (tag == QLatin1String("QWidget"))
QSKIP("QTBUG-18927");
QFETCH(AbstractTester *, widgetCreator);
doOOMTest(*widgetCreator, 0, 00000);