From: Toby Tomkins Date: Sun, 23 Oct 2011 23:17:59 +0000 (+1000) Subject: Remove insignificant test flag. X-Git-Tag: qt-v5.0.0-alpha1~1324 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42b4f599575d036895f707e8f1ea0c799fd62b03;p=profile%2Fivi%2Fqtdeclarative.git Remove insignificant test flag. Change-Id: I1c22b3350add76f97c5268e2f6f2526d818b7556 Reviewed-by: Martin Jones --- diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro index 236692a..bd39972 100644 --- a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro +++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro @@ -16,7 +16,5 @@ DEPLOYMENT += testDataFiles CONFIG += parallel_test -#temporary -CONFIG += insignificant_test OTHER_FILES += data/test.qml data/test.js diff --git a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro index 7fde539..d6d17c5 100644 --- a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro +++ b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro @@ -17,6 +17,4 @@ testDataFiles.path = . DEPLOYMENT += testDataFiles CONFIG += parallel_test -#temporary -CONFIG += insignificant_test QT += core-private gui-private v8-private declarative-private network widgets testlib diff --git a/tests/auto/declarative/qjsengine/qjsengine.pro b/tests/auto/declarative/qjsengine/qjsengine.pro index 5696ef8..dd6234a 100644 --- a/tests/auto/declarative/qjsengine/qjsengine.pro +++ b/tests/auto/declarative/qjsengine/qjsengine.pro @@ -3,8 +3,6 @@ TARGET = tst_qjsengine QT += declarative widgets testlib macx:CONFIG -= app_bundle SOURCES += tst_qjsengine.cpp -#temporary -CONFIG += insignificant_test wince* { addFiles.files = script addFiles.path = . diff --git a/tests/auto/declarative/qjsvalue/qjsvalue.pro b/tests/auto/declarative/qjsvalue/qjsvalue.pro index 36ce002..515e31e 100644 --- a/tests/auto/declarative/qjsvalue/qjsvalue.pro +++ b/tests/auto/declarative/qjsvalue/qjsvalue.pro @@ -9,5 +9,3 @@ win32-msvc* { QMAKE_CXXFLAGS_RELEASE -= -O1 -O2 QMAKE_CXXFLAGS_RELEASE += -Od } -#temporary -CONFIG += insignificant_test diff --git a/tests/auto/declarative/qquicklistview/qquicklistview.pro b/tests/auto/declarative/qquicklistview/qquicklistview.pro index a047651..3ffd3a7 100644 --- a/tests/auto/declarative/qquicklistview/qquicklistview.pro +++ b/tests/auto/declarative/qquicklistview/qquicklistview.pro @@ -9,5 +9,5 @@ testDataFiles.files = data testDataFiles.path = . DEPLOYMENT += testDataFiles -CONFIG += insignificant_test parallel_test +CONFIG += parallel_test QT += core-private gui-private declarative-private widgets widgets-private v8-private opengl-private testlib