From 42b4f599575d036895f707e8f1ea0c799fd62b03 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Mon, 24 Oct 2011 09:17:59 +1000 Subject: Remove insignificant test flag. Change-Id: I1c22b3350add76f97c5268e2f6f2526d818b7556 Reviewed-by: Martin Jones --- .../declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro | 2 -- .../auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro | 2 -- tests/auto/declarative/qjsengine/qjsengine.pro | 2 -- tests/auto/declarative/qjsvalue/qjsvalue.pro | 2 -- tests/auto/declarative/qquicklistview/qquicklistview.pro | 2 +- 5 files changed, 1 insertion(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro index 236692a799..bd39972833 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 7fde5390bf..d6d17c5869 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 5696ef845a..dd6234acd8 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 36ce0024c2..515e31ea59 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 a047651d39..3ffd3a7dc6 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 -- cgit v1.2.3