summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-08-03 16:25:37 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-07 06:47:32 +0200
commit967b7097f74de0a0c4ddd00cf5f3e772f9d9fc90 (patch)
tree70efd6fa29e45f604481363827ae238d97f9d3bb /tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro
parent433eeb19be8f1b4219167ce1c205de4663534ce8 (diff)
Remove insignification from qdeclarativeimage test.
Prior to this change, the test had one stable XPASS on all CI platforms except Ubuntu 10.04. Limit the QEXPECT_FAIL to that one platform and make the test significant again. Task-number: QTBUG-26787 Change-Id: Id6c9dfc9a8d6de149dbb739c3e8c6311ce903c39 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro')
-rw-r--r--tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro b/tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro
index 33e4bf58..200c9d1f 100644
--- a/tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro
+++ b/tests/auto/declarative/qdeclarativeimage/qdeclarativeimage.pro
@@ -16,5 +16,5 @@ symbian: {
DEFINES += SRCDIR=\\\"$$PWD\\\"
}
-CONFIG+=insignificant_test # QTQAINFRA-428
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"):DEFINES+=UBUNTU_LUCID # QTBUG-26787
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0