From db8fc6e8541f132ad84f7d91a0c25ed3073d7afc Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 8 Aug 2019 15:34:46 +0200 Subject: 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 --- tests/auto/quick/qquicktext/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/quick/qquicktext') 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 -- cgit v1.2.3 From cb37a1d0c3fce7951f5d7f1fb4a04f90e038f01b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 9 Aug 2019 11:00:21 +0200 Subject: Fix the blacklisting of tst_qquicktext::contentSize The correct keyword set for blacklisting a test on mingw is "windows gcc" not "win32 gcc". Amends db8fc6e8541f132ad84f7d91a0c25ed3073d7afc Change-Id: Idad4c9370b7d4c09acde160e6053191df7ee1aad Reviewed-by: Simon Hausmann --- tests/auto/quick/qquicktext/BLACKLIST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick/qquicktext') diff --git a/tests/auto/quick/qquicktext/BLACKLIST b/tests/auto/quick/qquicktext/BLACKLIST index 5909e988c0..594f9af3b3 100644 --- a/tests/auto/quick/qquicktext/BLACKLIST +++ b/tests/auto/quick/qquicktext/BLACKLIST @@ -5,4 +5,4 @@ osx-10.12 [fontSizeMode] opensuse-42.1 [contentSize] -win32 gcc +windows gcc -- cgit v1.2.3