From 6584ad8e6170cb9597246115eda7224251a40000 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Wed, 12 Oct 2011 09:49:53 +1000 Subject: [PATCH] Remove insignificant flag for passing tests. Change-Id: Ic8c5e7871b240572b882825c91e0a544856da687 Reviewed-on: http://codereview.qt-project.org/6384 Sanity-Review: Qt Sanity Bot Reviewed-by: Martin Jones --- .../declarative/qdeclarativeapplication/qdeclarativeapplication.pro | 3 +-- tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro | 2 -- tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro | 2 -- tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro | 2 -- .../qdeclarativesystempalette/qdeclarativesystempalette.pro | 2 -- .../auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro | 2 +- 6 files changed, 2 insertions(+), 11 deletions(-) diff --git a/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro b/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro index 3564f40..3b01fcf 100644 --- a/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro +++ b/tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro @@ -1,8 +1,7 @@ CONFIG += testcase TARGET = tst_qdeclarativeapplication macx:CONFIG -= app_bundle -#temporary -CONFIG += insignificant_test + SOURCES += tst_qdeclarativeapplication.cpp QT += core-private gui-private declarative-private testlib diff --git a/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro b/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro index 6f1f1c8..2ae2ca0 100644 --- a/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro +++ b/tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro @@ -7,6 +7,4 @@ SOURCES += tst_qdeclarativeinfo.cpp DEFINES += SRCDIR=\\\"$$PWD\\\" CONFIG += parallel_test -#temporary -CONFIG += insignificant_test QT += core-private gui-private declarative-private widgets testlib diff --git a/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro b/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro index ab33876..2889c19 100644 --- a/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro +++ b/tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro @@ -6,6 +6,4 @@ macx:CONFIG -= app_bundle DEFINES += SRCDIR=\\\"$$PWD\\\" CONFIG += parallel_test -#temporary -CONFIG += insignificant_test QT += core-private gui-private declarative-private widgets testlib diff --git a/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro b/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro index 7383fd4..d98d7d3 100644 --- a/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro +++ b/tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro @@ -7,6 +7,4 @@ SOURCES += tst_qdeclarativestates.cpp DEFINES += SRCDIR=\\\"$$PWD\\\" CONFIG += parallel_test -#temporary -CONFIG += insignificant_test QT += core-private gui-private v8-private declarative-private opengl-private testlib diff --git a/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro b/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro index 808459d..00f775a 100644 --- a/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro +++ b/tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro @@ -7,6 +7,4 @@ SOURCES += tst_qdeclarativesystempalette.cpp DEFINES += SRCDIR=\\\"$$PWD\\\" CONFIG += parallel_test -#temporary -CONFIG += insignificant_test QT += core-private gui-private declarative-private widgets testlib diff --git a/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro b/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro index 80e6ee9..92c5dfa 100644 --- a/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro +++ b/tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro @@ -9,6 +9,6 @@ SOURCES += tst_qdeclarativevaluetypes.cpp \ DEFINES += SRCDIR=\\\"$$PWD\\\" -CONFIG += insignificant_test parallel_test +CONFIG += parallel_test QT += core-private gui-private v8-private declarative-private testlib -- 2.7.4