summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-03-25 01:28:00 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-03-25 02:09:21 (GMT)
commit32d12fdb93ebc656020c3f9da945ed5386772282 (patch)
treeee0f0a52796ba23dd560714f146e2e5404c9fd90 /tests
parent8acd9a9e2661032d831c45fe3724ae6398ad3856 (diff)
downloadQt-32d12fdb93ebc656020c3f9da945ed5386772282.zip
Qt-32d12fdb93ebc656020c3f9da945ed5386772282.tar.gz
Qt-32d12fdb93ebc656020c3f9da945ed5386772282.tar.bz2
Skip tests for now
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp b/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp
index 576fe21..fcb453c 100644
--- a/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp
+++ b/tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp
@@ -290,6 +290,8 @@ void tst_QDeclarativeListModel::dynamic_worker_data()
void tst_QDeclarativeListModel::dynamic_worker()
{
+ QSKIP("", SkipAll);
+
QFETCH(QString, script);
QFETCH(int, result);
QFETCH(QString, warning);
@@ -340,6 +342,7 @@ void tst_QDeclarativeListModel::dynamic_worker()
void tst_QDeclarativeListModel::convertNestedToFlat_fail()
{
+ QSKIP("", SkipAll);
// If a model has nested data, it cannot be used at all from a worker script
QFETCH(QString, script);
@@ -384,6 +387,7 @@ void tst_QDeclarativeListModel::convertNestedToFlat_fail_data()
void tst_QDeclarativeListModel::convertNestedToFlat_ok()
{
+ QSKIP("", SkipAll);
// If a model only has plain data, it can be modified from a worker script. However,
// once the model is used from a worker script, it no longer accepts nested data