aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2017-03-29 22:31:31 +0300
committerTony Sarajärvi <tony.sarajarvi@qt.io>2017-03-30 08:52:09 +0000
commit05fc81f720144225a8449b25dc65f8d21a69bbd0 (patch)
treecb5459eacbf00edd0f8dbc59bd20e122cfc90d8d
parenta295dae1bc2e2f2d1d1a2c53a9d5faffeeac68c5 (diff)
Blacklist TextEdit autotests on macOS 10.12
TextEdit::test_textentry and TextEdit::test_textentry_char fail on macOS 10.12. Task-number: QTBUG-58972 Change-Id: I3d9e4db3a3243ab9a5e373c9cdb23200d80232bd Reviewed-by: Liang Qi <liang.qi@qt.io>
-rw-r--r--tests/auto/qmltest/BLACKLIST4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qmltest/BLACKLIST b/tests/auto/qmltest/BLACKLIST
index d324e9da5d..e0a4ce1743 100644
--- a/tests/auto/qmltest/BLACKLIST
+++ b/tests/auto/qmltest/BLACKLIST
@@ -10,3 +10,7 @@ linux
[ListView::test_listInteractiveCurrentIndexEnforce]
linux
macos-10.12
+[TextEdit::test_textentry]
+macos-10.12
+[TextEdit::test_textentry_char]
+macos-10.12