aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp')
-rw-r--r--tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp b/tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp
index e48805c100..8e602c7a90 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");