From 8cebb6f83dfaed366a14686fc9639c5ca1079996 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 5 Jan 2012 15:44:06 +0000 Subject: [PATCH] Skip failing autotests Task-number: QTBUG-23482 Change-Id: I17641e2e8e99afedecfd88e82651fbf859ff9a5e Reviewed-by: Aaron Kennedy --- tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp b/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp index e48805c..8e602c7 100644 --- a/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp +++ b/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp @@ -1194,6 +1194,10 @@ void tst_QQuickPathView::pathUpdateOnStartChanged() void tst_QQuickPathView::package() { +#ifdef Q_OS_MAC + QSKIP("QTBUG-23482"); +#endif + QQuickView *canvas = createView(); QVERIFY(canvas); canvas->setSource(testFileUrl("pathview_package.qml")); @@ -1284,6 +1288,10 @@ void tst_QQuickPathView::visualDataModel() void tst_QQuickPathView::undefinedPath() { +#ifdef Q_OS_MAC + QSKIP("QTBUG-23482"); +#endif + QDeclarativeEngine engine; QString warning1("QPainterPath::moveTo: Adding point where x or y is NaN or Inf, ignoring call"); -- 2.7.4