From 0f1365cb23ba20520a75f64abddaf81df7677250 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 10 Dec 2019 14:22:18 +0100 Subject: Skip test_zhuyinInputMethod() The test seems fundamentally broken and crashes frequently. Blacklisting won't prevent the crashes as the test will be executed anyway. Therefore, rather skip the test. Task-number: QTBUG-80663 Change-Id: I02a6632eebb757bfd9f4ebf633d88e1dad1c38ac Reviewed-by: Mitch Curtis Reviewed-by: Jarkko Koivikko Reviewed-by: Fabian Kosmale --- tests/auto/inputpanel/data/tst_inputpanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/inputpanel/data/tst_inputpanel.qml b/tests/auto/inputpanel/data/tst_inputpanel.qml index 4e9121b1..ea3394af 100644 --- a/tests/auto/inputpanel/data/tst_inputpanel.qml +++ b/tests/auto/inputpanel/data/tst_inputpanel.qml @@ -1052,6 +1052,8 @@ Rectangle { } function test_zhuyinInputMethod(data) { + skip("The test is broken, see QTBUG-80663. Skipping rather than blacklisting to avoid crashes.") + prepareTest(data, true) for (var inputIndex in data.inputSequence) { -- cgit v1.2.3