summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2012-12-13 08:30:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 20:19:00 +0100
commit04f25ac46ca0956dfd1209b14a1eee9e2e1274c2 (patch)
tree0a17645b4e567355e821665a3e854a5939ef45c1 /tests/auto/gui
parent0b0b74a563d1513e7857000526d5c0fa462ff6af (diff)
Mark QGlyphRun and QStaticText tests as insignificant on Linux
These tests have been failing on certain setups for a while, but some new critical changes causes the failure to trigger on the CI system as well. We mark them as insignificant until they can be fixed. Change-Id: I467e7030c55d6f23515275b4062c17068d2b688c Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'tests/auto/gui')
-rw-r--r--tests/auto/gui/text/qglyphrun/qglyphrun.pro2
-rw-r--r--tests/auto/gui/text/qstatictext/qstatictext.pro1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/text/qglyphrun/qglyphrun.pro b/tests/auto/gui/text/qglyphrun/qglyphrun.pro
index 67eb1d1b2b..45680febf3 100644
--- a/tests/auto/gui/text/qglyphrun/qglyphrun.pro
+++ b/tests/auto/gui/text/qglyphrun/qglyphrun.pro
@@ -3,6 +3,8 @@ CONFIG += parallel_test
TARGET = tst_qglyphrun
QT = core gui testlib
+linux: CONFIG += insignificant_test
+
SOURCES += \
tst_qglyphrun.cpp
diff --git a/tests/auto/gui/text/qstatictext/qstatictext.pro b/tests/auto/gui/text/qstatictext/qstatictext.pro
index 38ab120985..772b68cfff 100644
--- a/tests/auto/gui/text/qstatictext/qstatictext.pro
+++ b/tests/auto/gui/text/qstatictext/qstatictext.pro
@@ -1,5 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
+linux: CONFIG += insignificant_test
TARGET = tst_qstatictext
QT += testlib
QT += core core-private gui gui-private