aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-08 15:34:46 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-08-08 18:09:59 +0200
commitdb8fc6e8541f132ad84f7d91a0c25ed3073d7afc (patch)
tree9866a8ac04e40ba6d228c69f11de72449355efba
parent00bdbd1ed3d8565a09a32a2b80eb31abef661370 (diff)
Blacklist a failing test on MinGW 7.3 configuration and Qt 6.0
It's something to do with calling QQuickText::setElideMode(QQuickText::ElideRight) not causing a width change which the spy object expects to happen. I don't know why it happens, but it's the last thing preventing me from getting a working wip/qt6 branch, so I'm gonna blacklist the test on MinGW. Task-number: QTBUG-77394 Change-Id: Ia01e24f4e133c84ff44ce365595ad10292e845f9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--tests/auto/quick/qquicktext/BLACKLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicktext/BLACKLIST b/tests/auto/quick/qquicktext/BLACKLIST
index 6c3c3af154..5909e988c0 100644
--- a/tests/auto/quick/qquicktext/BLACKLIST
+++ b/tests/auto/quick/qquicktext/BLACKLIST
@@ -4,3 +4,5 @@ qemu
osx-10.12
[fontSizeMode]
opensuse-42.1
+[contentSize]
+win32 gcc