summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/examples.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-10-05 14:03:19 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-31 09:33:44 (GMT)
commit524394e37c594807ed874f4926bf13af990358d1 (patch)
treeafa93f597e96218ca023b6a213bf6598c126135b /tests/auto/declarative/examples/examples.pro
parente6b7178bc2e62a37b4737695bced1b46bced9215 (diff)
downloadQt-524394e37c594807ed874f4926bf13af990358d1.zip
Qt-524394e37c594807ed874f4926bf13af990358d1.tar.gz
Qt-524394e37c594807ed874f4926bf13af990358d1.tar.bz2
Make the examples test for QtDeclarative pass.
- Fix check to indicate immediate errors, skip the loading state (using QTRY_VERIFY from shared/utils.h) and check for errors after loading again. - Exclude all broken examples. - Exclude shaders if import path is missing or OpenGL is not present. - Exclude Mac .app folders - Fix the DeclarativeViewer to check for the presence of the ImageMagick and ffmpeg executables only once, reducing test time. - Do not check for ImageMagick by running its command line tool 'convert' on Windows, since Windows has a tool of the same name that converts file systems (!). - Fix doc snippets to load correctly. Task-number: QTQAINFRA-428 Change-Id: Icc0a983bc42857b41ab1d9e93336f8265bfbec36 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: Christopher Adams <chris.adams@qinetic.com.au>
Diffstat (limited to 'tests/auto/declarative/examples/examples.pro')
-rw-r--r--tests/auto/declarative/examples/examples.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro
index 1f99b9e..fd4be3d 100644
--- a/tests/auto/declarative/examples/examples.pro
+++ b/tests/auto/declarative/examples/examples.pro
@@ -18,5 +18,3 @@ wince*|symbian: {
}
CONFIG += parallel_test
-
-CONFIG+=insignificant_test # QTQAINFRA-428