Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.5
-
None
-
1a8a47d574438c2e550647fb66c2cbf175b19a1f, 47d0f16da (tqtc/lts-6.2.10)
Description
agent:2022/10/22 20:05:33 build.go:394: 159: QDEBUG : tst_QQuickMouseArea::disableParentOnPress() expected data of type 'const QPointingDevice*', got 'QPointingDevice*' for element 0 of data with tag 'touch' agent:2022/10/22 20:05:33 build.go:394: 159: QFATAL : tst_QQuickMouseArea::disableParentOnPress() ASSERT: "false" in file /home/qt/work/qt/qtbase/src/testlib/qtestdata.cpp, line 69 agent:2022/10/22 20:05:33 build.go:394: 159: FAIL! : tst_QQuickMouseArea::disableParentOnPress() Received a fatal error. agent:2022/10/22 20:05:33 build.go:394: 159: Loc: [/home/qt/work/qt/qtbase/src/testlib/qtestdata.cpp(69)] agent:2022/10/22 20:05:33 build.go:394: 159: Totals: 51 passed, 1 failed, 0 skipped, 0 blacklisted, 9433ms
I thought we distinguish crashes from flakiness, so maybe that' s not the same thing. Seems rather nitpicky of the test framework to crash because it doesn't want to cast a pointer to a const pointer.
Attachments
Issue Links
- is duplicated by
-
QTBUG-117079 tst_QQuickMultiPointTouchArea::inFlickable() crashes on Android
- Closed
- resulted in
-
QTBUG-107864 QTest::touchEvent needs to take a const QPointingDevice *
- Open