QEXPECT_FAIL() failing autotest
authorAaron Kennedy <aaron.kennedy@nokia.com>
Thu, 5 Jan 2012 15:47:06 +0000 (15:47 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 16:31:47 +0000 (17:31 +0100)
Task-number: QTBUG-23483
Change-Id: I97f8576655d3a917b7ead21e3835cf57f9e6be45
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
tests/auto/qtquick2/qquickpositioners/tst_qquickpositioners.cpp

index 441c343..e39162d 100644 (file)
@@ -1448,6 +1448,9 @@ void tst_qquickpositioners::test_attachedproperties_dynamic()
 
     QTRY_VERIFY(rect1->property("index").toInt() == 1);
     QTRY_VERIFY(rect1->property("firstItem").toBool() == false);
+#ifdef Q_OS_MAC
+    QEXPECT_FAIL("", "QTBUG-23483", Abort);
+#endif
     QTRY_VERIFY(rect1->property("lastItem").toBool() == true);
 
     delete canvas;