1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Compared to Ubuntu Touch builds on focal (Qt 5.12) some more tests throw Qml warnings when built against Qt 5.15
Author: Ratchanan Srirattanamet <ratchanan@ubports.com>
Forwarded: not-needed, known issue upstream
--- a/tests/checkresults.sh
+++ b/tests/checkresults.sh
@@ -49,6 +49,13 @@
inversemousearea \
tst_listitem_focus_bug.13.qml \
tst_shortcuts.13.qml \
+ tst_actionlist.13.qml \
+ tst_listitems_itemselector.11.qml \
+ tst_optionselector.11.qml \
+ tst_pagestack.DEPRECATED_TOOLBAR.11.qml \
+ tst_picker.11.qml \
+ tst_picker.13.qml \
+ statesaver \
'
WARNINGS=$(grep -c -P "$WARNINGS_PATTERN" $_XML)
|