From 9edb186ffd21836cf9e44b8ef62548210d85a5ab Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Thu, 29 Nov 2012 09:42:28 +0200 Subject: [PATCH] Made tst_QQmlDebugJS insignificant on Mac. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.7.2.5