aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-19 19:11:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 01:12:43 +0200
commit8ed38c70fd29680f7981d9d23581d46cf32139d0 (patch)
treeab4d9bca96674e4ab0dccfbe72c23cb6071b8d79 /tests/auto/qml
parentfee79b70773ef26c5d45993c4618d302392b0782 (diff)
Disable gui tests on Mac for now
Qt base is still broken on the mac, leading to random crashes in UI tests. Change-Id: If636c44169c2386ea2f49d7936ef8d6fe1488537 Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
Diffstat (limited to 'tests/auto/qml')
-rw-r--r--tests/auto/qml/debugger/debugger.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
index 2d9f2169e2..5d88b58377 100644
--- a/tests/auto/qml/debugger/debugger.pro
+++ b/tests/auto/qml/debugger/debugger.pro
@@ -3,8 +3,6 @@ TEMPLATE = subdirs
PUBLICTESTS += \
qqmlenginedebugservice \
# qqmldebugjs \
- qqmlinspector \
- qqmlprofilerservice \
qpacketprotocol \
# qv8profilerservice \
# qdebugmessageservice \
@@ -14,6 +12,12 @@ PRIVATETESTS += \
qqmldebugclient \
qqmldebugservice
+!mac {
+PUBLICTESTS += \
+ qqmlinspector \
+ qqmlprofilerservice
+}
+
SUBDIRS += $$PUBLICTESTS
contains(QT_CONFIG, private_tests) {