Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
dev
-
None
-
-
2b06d41b4 (dev), 641459e98 (6.6), 88937824d (6.5)
Description
I'm trying to update MinGW 11.2.0 -> 13.1.0 in Coin. It fails on some tests in qtbase:
Gerrit Change:
485143: Update MinGW to v13.1.0 (x86_64) | https://codereview.qt-project.org/c/qt/qt5/+/485143
Coin run:
https://testresults.qt.io/coin/integration/qt/qt5/tasks/web_qt_qt5_1693319269083
Test:
qt/qtbase b1aa6c2bc89a597300776ef6d372a55de5c43f5a
ID | Started | Duration | Open |
windows-11_22h2-mingw11-developer-build | 8/30/23, 12:01 AM | 1h, 7min, 1s | log raw log downloads |
The following tests FAILED: 65 - tst_qfileinfo (Failed)
There's also fails in tst_QSocks5SocketEngine and tst_QWidget.
Config: Using QtTest library 6.7.0, Qt 6.7.0 (x86_64-little_endian-llp64 shared (dynamic) release build; by GCC 13.1.0), windows 11 … FAIL! : tst_QFileInfo::stdfilesystem() Compared values are not the same Actual (QFileInfo(fs::path("./fil├ª.txt")).absoluteFilePath()) : "C:/Users/qt/AppData/Local/Temp/tst_qfileinfo-UxSvfq/fil\u00E6.txt" Expected (QFileInfo(QString::fromLocal8Bit("./fil├ª.txt")).absoluteFilePath()): "C:/Users/qt/AppData/Local/Temp/tst_qfileinfo-UxSvfq/fil\u00C3\u00A6.txt" … FAIL! : tst_QSocks5SocketEngine::downloadBigFile() Compared values are not the same Actual (socket.state()) : UnconnectedState Expected (QAbstractSocket::ConnectedState): ConnectedState … FAIL! : tst_QWidget::enterLeaveOnWindowShowHide(dialog) Compared values are not the same Actual (widget.enterPosition) : QPoint(0,0) Expected (widget.mapFromGlobal(cursorPos)): QPoint(42,19)
Attachments
Issue Links
- is required for
-
QTQAINFRA-5045 Update MinGW used in CI
- Closed
For Gerrit Dashboard: QTBUG-116609 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
500735,2 | tst_QFileInfo: don't trigger libstdc++ std::filesystem bug | dev | qt/qtbase | Status: MERGED | +2 | 0 |
501350,2 | tst_QFileInfo: don't trigger libstdc++ std::filesystem bug | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |
501351,2 | tst_QFileInfo: don't trigger libstdc++ std::filesystem bug | 6.6 | qt/qtbase | Status: MERGED | +2 | 0 |