Android: move blocked tests of qapplication to test folder

Android packages the test instead of qapplication folder, thus the
BLACKLIST file for Android tests needs to be in "test" folder
instead.

Task-number: QTBUG-87666
Task-number: QTBUG-87025
Change-Id: I065072fa8a030cf9d15e057869e74a8c736c80ab
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Assam Boudjelthia 2020-11-14 23:43:36 +02:00
parent 8904c50d6f
commit 76f866c40a
2 changed files with 21 additions and 17 deletions

View File

@ -3,20 +3,3 @@ ubuntu-20.04
[touchEventPropagation]
# QTBUG-66745
opensuse-leap
# QTBUG-87666
[setFont]
android
[closeAllWindows]
android
[libraryPaths_qt_plugin_path_2]
android
[desktopSettingsAware]
android
[applicationPalettePolish]
android
[touchEventPropagation]
android
[wheelEventPropagation]
android
[qtbug_12673]
android

View File

@ -0,0 +1,21 @@
# This file is mainly used for Android tests since Android
# packages "test" instead of "qapplication" folder
# QTBUG-87025
[libraryPaths]
android
[setFont]
android
[closeAllWindows]
android
[libraryPaths_qt_plugin_path_2]
android
[desktopSettingsAware]
android
[applicationPalettePolish]
android
[touchEventPropagation]
android
[wheelEventPropagation]
android
[qtbug_12673]
android