summaryrefslogtreecommitdiffstats
path: root/tests/auto/exceptionsafety_objects
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-04-15 17:35:13 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2011-04-15 17:48:01 +1000
commitee55dec1efe9c67518bf3e27f81b0696075f7153 (patch)
tree93f376d091a3630524259a9f91f0c1b096e412c4 /tests/auto/exceptionsafety_objects
parent59a6e6200984ccbb862b8758436a5e88b8c40bbc (diff)
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
Diffstat (limited to 'tests/auto/exceptionsafety_objects')
-rw-r--r--tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp b/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
index e7e516eddd..3e4ccf53fa 100644
--- a/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
+++ b/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
@@ -352,6 +352,7 @@ void tst_ExceptionSafetyObjects::cleanupTestCase()
void tst_ExceptionSafetyObjects::objects()
{
+ QSKIP("This test currently crashes", SkipAll);
QFETCH(AbstractTester *, objectCreator);
doOOMTest(*objectCreator, 0);
@@ -457,6 +458,7 @@ void tst_ExceptionSafetyObjects::widgets_data()
void tst_ExceptionSafetyObjects::widgets()
{
+ QSKIP("This test currently crashes", SkipAll);
QFETCH(AbstractTester *, widgetCreator);
doOOMTest(*widgetCreator, 0, 00000);