From: Janne Anttila Date: Thu, 29 Nov 2012 07:42:28 +0000 (+0200) Subject: Made tst_QQmlDebugJS insignificant on Mac. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=9edb186ffd21836cf9e44b8ef62548210d85a5ab;p=konrad%2Fqtdeclarative.git Made tst_QQmlDebugJS insignificant on Mac. This test has been failing often on Mac. It seems that test case only fails with Qt5 master integration, but not with QtDeclarative CI. This test has now failed twice consecutive in virtualized Mac OSX machines. Since I'm going to add some more virtual Macs to CI tomorrow morning, making this test case insignificant to avoid good changes integrating in additional capacity. For more information, see the following bug report. Task-number: QTBUG-28263 Change-Id: I3492373f4f034c27fdbc207e395a40ef96dccbd9 Reviewed-by: Samuli Piippo Reviewed-by: Simo Fält Reviewed-by: Sergio Ahumada --- diff --git a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro index eb5f17a..d4ce36d 100644 --- a/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro +++ b/tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro @@ -22,3 +22,5 @@ OTHER_FILES += data/test.qml data/test.js \ data/breakpointRelocation.qml \ data/createComponent.qml DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 + +mac:CONFIG+=insignificant_test # QTBUG-28263