aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro2
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro2
-rw-r--r--tests/auto/declarative/qjsengine/qjsengine.pro2
-rw-r--r--tests/auto/declarative/qjsvalue/qjsvalue.pro2
-rw-r--r--tests/auto/declarative/qquicklistview/qquicklistview.pro2
5 files changed, 1 insertions, 9 deletions
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