aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-12-10 14:22:18 +0100
committerUlf Hermann <ulf.hermann@qt.io>2019-12-11 11:07:58 +0100
commit0f1365cb23ba20520a75f64abddaf81df7677250 (patch)
tree17e28d305c418d3ebda7926a9f739b0b574fc1ae
parent0e1138182b072ba5cc02878c65db73abafbf5f33 (diff)
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 <mitch.curtis@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml2
1 files changed, 2 insertions, 0 deletions
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) {