Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
6.9.0 Beta1, 6.10.0 FF
-
None
-
-
0d3663167 (6.9)
Description
********* ********* Start testing of tst_QInsightEventFilter ********* Config: Using QtTest library 6.9.0, Qt 6.9.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 15.0.0 (clang-1500.3.9.4)), macos 13.6 QINFO : tst_QInsightEventFilter::initTestCase() qt.insight.eventfilter: tracking events QList("MouseButtonPress", "MouseButtonRelease", "MouseButtonDblClick", "KeyPress", "KeyRelease", "FocusIn", "Show", "ContextMenu", "Shortcut") PASS : tst_QInsightEventFilter::initTestCase() QWARN : tst_QInsightEventFilter::trackEvents(empty.qml) qt.insight.storage: An empty storage type is specified, caching will be disabled. FAIL! : tst_QInsightEventFilter::trackEvents(empty.qml) Compared values are not the same Actual (forMatchingEvents(expected)) : 0 Expected (eventObject["events"].toInt(1)): 1 Loc: [/Users/qt/work/qt/tqtc-qtinsighttracker/tests/auto/qinsighteventfilter/tst_qinsighteventfilter.cpp(352)] QDEBUG : tst_QInsightEventFilter::trackEvents(empty.qml) action "click" expected Event( "ContextMenu" "^QQuickView$" "" QPointF(442,297) "" ) QDEBUG : tst_QInsightEventFilter::trackEvents(empty.qml) tracked Event( "MouseButtonPress" "QQuickView" "RightButton" QPointF(442,297) "" ) QDEBUG : tst_QInsightEventFilter::trackEvents(empty.qml) tracked Event( "MouseButtonRelease" "QQuickView" "RightButton" QPointF(442,297) "" ) PASS : tst_QInsightEventFilter::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 1503ms ********* Finished testing of tst_QInsightEventFilter *********
Details: https://ci-files01-hki.ci.qt.io:8081/coin/integration/qt/tqtc-qtinsighttracker/tasks/1733680727
Tested changes (refs/builds/qtci/dev/1733680710):
https://codereview.qt-project.org/c/qt/tqtc-qtinsighttracker/+/609898/2 Update dependencies on 'dev' in qt/tqtc-qtinsighttracker
Attachments
Issue Links
- depends on
-
QTBUG-67331 Make it possible to react to context menu events
- Closed
- resulted from
-
QTBUG-93486 Clean up delivery logic of QContextMenuEvent
- Reported