aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-08-24 10:41:06 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-24 03:06:12 +0200
commitb18974cb3d448696c985c7d3a965dcf9523a4e9e (patch)
tree9e41591d530525c5bae6a0d548cb769a7bd282db /tests
parent038776e2aa2c739e09e2c7e6e0141319c0c9e69a (diff)
test: marked tst_examples as insignificant_test on x11
This test sometimes segfaults. Task-number: QTBUG-21078 Change-Id: I3636063457fd78099fd471a1175bc2151ae178cc Reviewed-on: http://codereview.qt.nokia.com/3426 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/examples/examples.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/examples.pro b/tests/auto/declarative/examples/examples.pro
index d1593960de..f41e9e7fa0 100644
--- a/tests/auto/declarative/examples/examples.pro
+++ b/tests/auto/declarative/examples/examples.pro
@@ -21,3 +21,4 @@ CONFIG += parallel_test
QT += core-private gui-private declarative-private qtquick1-private
qpa:CONFIG+=insignificant_test # QTBUG-20990, aborts
+x11:CONFIG+=insignificant_test # QTBUG-21078, unstably crashes