From f1b88369ef5e424838e87a63c98c17e8eee13fae Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 13 Dec 2012 08:30:29 +0100 Subject: [PATCH] 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 (cherry picked from commit 04f25ac46ca0956dfd1209b14a1eee9e2e1274c2) Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/gui/text/qglyphrun/qglyphrun.pro | 2 ++ tests/auto/gui/text/qstatictext/qstatictext.pro | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/auto/gui/text/qglyphrun/qglyphrun.pro b/tests/auto/gui/text/qglyphrun/qglyphrun.pro index 67eb1d1..45680fe 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 38ab120..772b68c 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 -- 2.7.4