Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
6.9
-
None
-
6e16fb068 (dev), 23fde7613 (6.8), 73e96a45f (6.7), 316959c52 (tqtc/lts-6.5)
Description
The dependency update round fails for qthttpserver on the dev branch: https://codereview.qt-project.org/c/qt/qthttpserver/+/577214
511: ********* Start testing of tst_QHttpServerResponse ********* FAIL! : tst_QHttpServerResponse::mimeTypeDetection(image/svg+xml) Compared values are not the same Actual (response.mimeType()): "application/xml" Expected (mimeType) : "image/svg+xml" Loc: [/Users/qt/work/qt/qthttpserver/tests/auto/qhttpserverresponse/tst_qhttpserverresponse.cpp(65)] Totals: 15 passed, 1 failed, 0 skipped, 0 blacklisted, 7ms 643: Actual (response.mimeType()): "application/xml" Expected (mimeType) : "image/svg+xml" Loc: [/Users/qt/work/qt/qthttpserver/tests/auto/qhttpserverresponse/tst_qhttpserverresponse.cpp(65)] INFO : tst_QHttpServerResponse::cleanupTestCase() entering PASS : tst_QHttpServerResponse::cleanupTestCase() QDEBUG : tst_QHttpServerResponse::UnknownTestFunc() [ 0.006 D] qt.core.qobject.deletelater unknown:0 unknown() - Sending deferred delete events as part of finishing thread QThread(0x16f5c9db0, name = "QtTest Watchdog") Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 6ms ********* Finished testing of tst_QHttpServerResponse ********* qt-testrunner.py INFO: Test process exited with code: 1 qt-testrunner.py INFO: Test has FAILed despite all repetitions! re-runs:5 failures:5 CMake Error at tst_qhttpserverresponseWrapperRelWithDebInfo.cmake:18 (message):
Details: https://testresults.qt.io/coin/integration/qt/qthttpserver/tasks/1721262830
This is blocking the dependency update round on the dev branch.
EDIT: note that this is also failing in 6.7 and 6.8 branches:
https://codereview.qt-project.org/c/qt/qthttpserver/+/577490
https://codereview.qt-project.org/c/qt/qthttpserver/+/577448