summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-18 14:16:12 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-18 14:17:06 +0200
commita3ebf9c04aac97a22c502af79b924d7dc3886824 (patch)
treef687c69e1512b4d99c6255f89b555e685aba9e15 /tests/auto
parent761331ddc841809a4bdc6ca2f2b84c148cb9b19a (diff)
parent3fcc0ecb79d64e3a25fcfeaf242d2b8b478baee2 (diff)
downloadqtlocation-a3ebf9c04aac97a22c502af79b924d7dc3886824.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.7
Change-Id: Ifed3a326085bd4aaff069007966efd6932c2be3b
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative_ui/tst_map_item_details.qml4
-rw-r--r--tests/auto/qmlinterface/qmlinterface.pro6
2 files changed, 4 insertions, 6 deletions
diff --git a/tests/auto/declarative_ui/tst_map_item_details.qml b/tests/auto/declarative_ui/tst_map_item_details.qml
index 586d7018..1758c954 100644
--- a/tests/auto/declarative_ui/tst_map_item_details.qml
+++ b/tests/auto/declarative_ui/tst_map_item_details.qml
@@ -407,6 +407,8 @@ Item {
*/
function test_yz_dateline() {
+ if (Qt.platform.os === "windows")
+ skip("QTBUG-53455");
map.clearMapItems()
clear_data()
map.center = datelineCoordinate
@@ -588,6 +590,8 @@ Item {
*/
function test_zz_border_drag() {
+ if (Qt.platform.os === "windows")
+ skip("QTBUG-53455");
map.clearMapItems()
clear_data()
map.center = datelineCoordinate
diff --git a/tests/auto/qmlinterface/qmlinterface.pro b/tests/auto/qmlinterface/qmlinterface.pro
index c95547ed..9f1acad8 100644
--- a/tests/auto/qmlinterface/qmlinterface.pro
+++ b/tests/auto/qmlinterface/qmlinterface.pro
@@ -1,9 +1,3 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2011-11-09T15:45:51
-#
-#-------------------------------------------------
-
QT += location qml testlib
#QT -= gui