aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-02-06 17:49:40 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2018-02-06 19:40:51 +0000
commit11ac71e766c326c1022d64cee49eea26bb7f0a21 (patch)
tree9ca35b1c8a20c76529b3b217a07d02c694927813 /tests/auto
parent81b393227db1f28a3838ea9aa958d5e609fe0cdf (diff)
blacklist qmlprofiler autotests which depend on AUT terminating
QTBUG-66230 is causing some failures in tst_QQmlProfilerService when the profiler depends on the application under test to terminate by itself. That should be fixed soon but temporary blacklisting will help get the dev branch moving again. Task-number: QTBUG-66230 Change-Id: I868c92ace0add3ce30128caa23cd3fa9a3a6977e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/debugger/qqmlprofilerservice/BLACKLIST10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/BLACKLIST b/tests/auto/qml/debugger/qqmlprofilerservice/BLACKLIST
new file mode 100644
index 0000000000..30e254e164
--- /dev/null
+++ b/tests/auto/qml/debugger/qqmlprofilerservice/BLACKLIST
@@ -0,0 +1,10 @@
+# QTBUG-66230
+[profileOnExit]
+osx
+windows
+[translationBinding]
+osx
+windows
+[memory]
+osx
+windows