Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
dev
Description
Test case: tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab has failed 8 times, crashed 0 and was flaky 9 times last week.The test has blocked around 8 Gerrit changes past weekCoin log excerpt from failed run: agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(small-window) Image comparison failed. agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(small-window) Actual image: agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(small-window) QImage(QSize(136, 40),format=QImage::Format_RGB32,depth=32,devicePixelRatio=1,bytesPerLine=544,sizeInBytes=21760) agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(small-window) Expected image: agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(small-window) QImage(QSize(60, 40),format=QImage::Format_RGB32,depth=32,devicePixelRatio=1,bytesPerLine=240,sizeInBytes=9600) agent:2024/11/04 11:28:21 build.go:404: FAIL! : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(small-window) 'fixture.compareImages(actual, expected)' returned FALSE. ()agent:2024/11/04 11:28:21 build.go:404: C:\Users\qt\work\qt\qtmultimedia\tests\auto\integration\qwindowcapturebackend\tst_qwindowcapturebackend.cpp(98) : failure location agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(odd-width-window) Image comparison failed. agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(odd-width-window) Actual image: agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(odd-width-window) QImage(QSize(136, 40),format=QImage::Format_RGB32,depth=32,devicePixelRatio=1,bytesPerLine=544,sizeInBytes=21760) agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(odd-width-window) Expected image: agent:2024/11/04 11:28:21 build.go:404: QWARN : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(odd-width-window) QImage(QSize(61, 40),format=QImage::Format_RGB32,depth=32,devicePixelRatio=1,bytesPerLine=244,sizeInBytes=9760) ... Full log at : coin log Statistics about test fails: link to grafana dashboard Information about the Qt test system: qt test execution information
Attachments
Issue Links
- relates to
-
QTBUG-130719 FAIL! : tst_QWindowCaptureBackend::capturedImage_equals_imageFromGrab(single-pixel-window)
- Closed