aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-02-27 17:37:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-27 08:34:39 +0100
commit8e3284135d2be23ca1be79569271f39092d6d6b4 (patch)
tree49b8819aed2472fefa4f9a7984373ae18294fe44 /tests
parent4fc0df58b8458052a818e3e970a97457882808e6 (diff)
Skip test case for now
Change-Id: I06128c544c1ee03d4528f6f86fc776e09be87316 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp2
-rw-r--r--tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp b/tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp
index cc76b7b401..5765a67b77 100644
--- a/tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp
+++ b/tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp
@@ -1272,6 +1272,8 @@ void tst_QQuickGridView::moved_data()
void tst_QQuickGridView::multipleChanges()
{
+ QSKIP("QTBUG-24523");
+
QFETCH(int, startCount);
QFETCH(QList<ListChange>, changes);
QFETCH(int, newCount);
diff --git a/tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp b/tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp
index 253df3295f..04da3f732f 100644
--- a/tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp
@@ -5566,6 +5566,8 @@ void tst_QQuickListView::removeTransitions_data()
void tst_QQuickListView::multipleTransitions()
{
+ QSKIP("QTBUG-24523");
+
// Tests that if you interrupt a transition in progress with another action that
// cancels the previous transition, the resulting items are still placed correctly.