aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatthew Cattell <matthew.cattell@nokia.com>2011-09-13 15:46:57 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-09-14 10:14:27 +0200
commit04259468b40d007504b4062c048fcd741286d821 (patch)
treef4300e17409ea61ec27596f74e63b64e0bae0d59 /tests
parent6824441666063f015e265f34f87a67c625898df5 (diff)
marked some tests as insignificant for now
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/examples/examples.pro3
-rw-r--r--tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro4
-rw-r--r--tests/auto/declarative/qdeclarativedebugjs/qdeclarativedebugjs.pro2
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro3
-rw-r--r--tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro3
-rw-r--r--tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro3
-rw-r--r--tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro2
-rw-r--r--tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro3
-rw-r--r--tests/auto/declarative/qjsengine/qjsengine.pro3
-rw-r--r--tests/auto/declarative/qjsvalue/qjsvalue.pro2
-rw-r--r--tests/auto/declarative/qsgflickable/qsgflickable.pro3
-rw-r--r--tests/auto/declarative/qsggridview/qsggridview.pro3
-rw-r--r--tests/auto/declarative/qsgimage/qsgimage.pro3
-rw-r--r--tests/auto/declarative/qsgpathview/qsgpathview.pro5
-rw-r--r--tests/auto/declarative/qsgpositioners/qsgpositioners.pro3
15 files changed, 32 insertions, 13 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro
index b1e120094d..edd4d80e6b 100644
--- a/tests/auto/declarative/examples/examples.pro
+++ b/tests/auto/declarative/examples/examples.pro
@@ -6,7 +6,8 @@ SOURCES += tst_examples.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private declarative-private qtquick1-private widgets-private v8-private
qpa:CONFIG+=insignificant_test # QTBUG-20990, aborts
diff --git a/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro b/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro
index 4776e0aa1e..4dbffa9dfb 100644
--- a/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro
+++ b/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro
@@ -1,6 +1,8 @@
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative gui
macx:CONFIG -= app_bundle
-
+#temporary
+CONFIG += insignificant_test
SOURCES += tst_qdeclarativeapplication.cpp
QT += core-private gui-private declarative-private
+
diff --git a/tests/auto/declarative/qdeclarativedebugjs/qdeclarativedebugjs.pro b/tests/auto/declarative/qdeclarativedebugjs/qdeclarativedebugjs.pro
index 883f94111a..52bfc49252 100644
--- a/tests/auto/declarative/qdeclarativedebugjs/qdeclarativedebugjs.pro
+++ b/tests/auto/declarative/qdeclarativedebugjs/qdeclarativedebugjs.pro
@@ -23,3 +23,5 @@ OTHER_FILES = data/test.qml \
CONFIG += parallel_test
+#temporary
+CONFIG += insignificant_test
diff --git a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
index 5dfcfa6e1b..afdeadb232 100644
--- a/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
+++ b/tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
@@ -21,5 +21,6 @@ symbian: {
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private
diff --git a/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro b/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro
index 67b6b72e01..9687c1ad5f 100644
--- a/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro
+++ b/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro
@@ -13,5 +13,6 @@ symbian: {
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private declarative-private
diff --git a/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro b/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro
index fb58161b5d..a7a2953df4 100644
--- a/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro
+++ b/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro
@@ -8,5 +8,6 @@ macx:CONFIG -= app_bundle
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private declarative-private
diff --git a/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro b/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro
index d21c12ad42..9935178beb 100644
--- a/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro
+++ b/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro
@@ -13,4 +13,6 @@ symbian: {
}
CONFIG += parallel_test
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private opengl-private
diff --git a/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro b/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
index 4d5920eed8..1162d9a1c6 100644
--- a/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
+++ b/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
@@ -9,5 +9,6 @@ SOURCES += tst_qdeclarativesystempalette.cpp
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private declarative-private
diff --git a/tests/auto/declarative/qjsengine/qjsengine.pro b/tests/auto/declarative/qjsengine/qjsengine.pro
index 87e52ce25d..71c4aba98e 100644
--- a/tests/auto/declarative/qjsengine/qjsengine.pro
+++ b/tests/auto/declarative/qjsengine/qjsengine.pro
@@ -2,7 +2,8 @@ load(qttest_p4)
QT += declarative
macx:CONFIG -= app_bundle
SOURCES += tst_qjsengine.cpp
-
+#temporary
+CONFIG += insignificant_test
wince* {
DEFINES += SRCDIR=\\\"./\\\"
} else:!symbian {
diff --git a/tests/auto/declarative/qjsvalue/qjsvalue.pro b/tests/auto/declarative/qjsvalue/qjsvalue.pro
index 182196a3ed..96b23ff87f 100644
--- a/tests/auto/declarative/qjsvalue/qjsvalue.pro
+++ b/tests/auto/declarative/qjsvalue/qjsvalue.pro
@@ -8,3 +8,5 @@ win32-msvc* {
QMAKE_CXXFLAGS_RELEASE -= -O1 -O2
QMAKE_CXXFLAGS_RELEASE += -Od
}
+#temporary
+CONFIG += insignificant_test
diff --git a/tests/auto/declarative/qsgflickable/qsgflickable.pro b/tests/auto/declarative/qsgflickable/qsgflickable.pro
index 8aa66bacb8..61197dfe1b 100644
--- a/tests/auto/declarative/qsgflickable/qsgflickable.pro
+++ b/tests/auto/declarative/qsgflickable/qsgflickable.pro
@@ -13,5 +13,6 @@ symbian: {
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private
diff --git a/tests/auto/declarative/qsggridview/qsggridview.pro b/tests/auto/declarative/qsggridview/qsggridview.pro
index 00c7d96529..e093813484 100644
--- a/tests/auto/declarative/qsggridview/qsggridview.pro
+++ b/tests/auto/declarative/qsggridview/qsggridview.pro
@@ -13,6 +13,7 @@ symbian: {
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private
QT += opengl-private
diff --git a/tests/auto/declarative/qsgimage/qsgimage.pro b/tests/auto/declarative/qsgimage/qsgimage.pro
index 7de254d03c..e7f3dfa20d 100644
--- a/tests/auto/declarative/qsgimage/qsgimage.pro
+++ b/tests/auto/declarative/qsgimage/qsgimage.pro
@@ -14,5 +14,6 @@ symbian: {
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private declarative-private
diff --git a/tests/auto/declarative/qsgpathview/qsgpathview.pro b/tests/auto/declarative/qsgpathview/qsgpathview.pro
index ae0b1ed630..312443f591 100644
--- a/tests/auto/declarative/qsgpathview/qsgpathview.pro
+++ b/tests/auto/declarative/qsgpathview/qsgpathview.pro
@@ -12,6 +12,7 @@ symbian: {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
-CONFIG += parallel_test
-
+CONFIG += parallel_test
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private
diff --git a/tests/auto/declarative/qsgpositioners/qsgpositioners.pro b/tests/auto/declarative/qsgpositioners/qsgpositioners.pro
index ae470fa2fc..637ba9b10b 100644
--- a/tests/auto/declarative/qsgpositioners/qsgpositioners.pro
+++ b/tests/auto/declarative/qsgpositioners/qsgpositioners.pro
@@ -12,6 +12,7 @@ symbian: {
}
CONFIG += parallel_test
-
+#temporary
+CONFIG += insignificant_test
QT += core-private gui-private v8-private declarative-private
QT += opengl-private