Task-number: QTBUG-23482
Change-Id: I17641e2e8e99afedecfd88e82651fbf859ff9a5e
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
void tst_QQuickPathView::package()
{
+#ifdef Q_OS_MAC
+ QSKIP("QTBUG-23482");
+#endif
+
QQuickView *canvas = createView();
QVERIFY(canvas);
canvas->setSource(testFileUrl("pathview_package.qml"));
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");