summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-11-09 15:55:16 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-10 09:32:17 +0100
commitef9b2b6aef1e86ea1c1f92552609217dbc70dff1 (patch)
treef16182f832ebc24fddecbf495c2b129c6db46697 /tests/auto
parent8e11f7c93a1f7df0d10e2f851283c825ca39b75b (diff)
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>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/integrationtests/exceptionsafety_objects/exceptionsafety_objects.pro2
-rw-r--r--tests/auto/integrationtests/exceptionsafety_objects/tst_exceptionsafety_objects.cpp3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/integrationtests/exceptionsafety_objects/exceptionsafety_objects.pro b/tests/auto/integrationtests/exceptionsafety_objects/exceptionsafety_objects.pro
index 3039a11706..adb9bfc1f8 100644
--- a/tests/auto/integrationtests/exceptionsafety_objects/exceptionsafety_objects.pro
+++ b/tests/auto/integrationtests/exceptionsafety_objects/exceptionsafety_objects.pro
@@ -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
diff --git a/tests/auto/integrationtests/exceptionsafety_objects/tst_exceptionsafety_objects.cpp b/tests/auto/integrationtests/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
index 21b359339d..304f834cac 100644
--- a/tests/auto/integrationtests/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
+++ b/tests/auto/integrationtests/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
@@ -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);