From f489af8534beeb233ca92a454c014f8a9db58192 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Tue, 13 Sep 2011 17:05:42 +1000 Subject: [PATCH] Add exception for qpa, xcb platform for failing test Task-number: QTBUG-21416 Change-Id: I69986ea120d908d20a4ef73bf137ca0906dc4351 Reviewed-on: http://codereview.qt-project.org/4729 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Michael Brasser --- tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp index 17405ac..f8a2a1f 100644 --- a/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp +++ b/tests/auto/declarative/qsgvisualdatamodel/tst_qsgvisualdatamodel.cpp @@ -277,6 +277,9 @@ void tst_qsgvisualdatamodel::childChanged() QSGText *name = findItem(contentItem, "display", 0); QVERIFY(name); +#ifdef Q_WS_QPA + QEXPECT_FAIL("", "QTBUG-21416 fails", Abort); +#endif QCOMPARE(name->text(), QString("Row 2 Child Item")); model.item(1,0)->child(0,0)->setText("Row 2 updated child"); -- 2.7.4