summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-06-05 14:28:08 +0000
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-06-11 08:33:08 +0200
commitab73b08e4187ec29fee56372ec75ec985a57a4da (patch)
tree7cdbebbe3fc95cfefa9d7697e290c8d61de8ed12 /tests
parent1bbf1d2d15d5ca11575141b8059e4c5214e7d2c4 (diff)
Revert "Skip tst_UIDelegates::contextMenu on macOS"
This reverts commit af4f03f51fc647c48968e149799cd35ab161dc55. Reason for revert: crashes anyway, somehow Task-number: QTBUG-103354 Change-Id: I6f3119f855ce485668d9541c323dee947df93b60 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit a4099cdd2aa657e75dfa27ab06247052254920bc) Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/uidelegates/tst_uidelegates.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/uidelegates/tst_uidelegates.cpp b/tests/auto/quick/uidelegates/tst_uidelegates.cpp
index cbf14a186..4c2fa3b3c 100644
--- a/tests/auto/quick/uidelegates/tst_uidelegates.cpp
+++ b/tests/auto/quick/uidelegates/tst_uidelegates.cpp
@@ -159,9 +159,6 @@ void tst_UIDelegates::fileDialog()
void tst_UIDelegates::contextMenu()
{
-#ifdef Q_OS_MACOS
- QSKIP("Failing on macOS (QTBUG-103354)");
-#endif
m_window->show();
QTRY_VERIFY(qApp->focusObject());
QQuickWebEngineView *view = webEngineView();