Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.0
-
None
Description
Few tests for tst_QLocalSocket fail on Qt 6.0.0 for Android dev branch
agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::fullPath() 'server.listen(serverName)' returned FALSE. (QLocalServer::listen: Name error) agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(774)] agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::processConnection(1 client) 'QFile::exists(socketProcess)' returned FALSE. () agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(975)] agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::processConnection(2 clients) 'QFile::exists(socketProcess)' returned FALSE. () agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(975)] agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::processConnection(5 clients) 'QFile::exists(socketProcess)' returned FALSE. () agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(975)] agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::processConnection(30 clients) 'QFile::exists(socketProcess)' returned FALSE. () agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(975)] agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::verifySocketOptions(user) 'perms == socketFile.permissions()' returned FALSE. (permissions on the socket don't match) agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(1330)] agent:2020/09/24 09:55:19 build.go:302: FAIL! : tst_QLocalSocket::verifySocketOptions(all) 'perms == socketFile.permissions()' returned FALSE. (permissions on the socket don't match) agent:2020/09/24 09:55:19 build.go:302: Loc: [../tst_qlocalsocket.cpp(1330)] agent:2020/09/24 09:55:19 build.go:302: Totals: 50 passed, 7 failed, 0 skipped, 0 blacklisted, 8467ms
These cases cannot be blocked alone in CI, thus removing the test from *.pro/cmake for now.
Attachments
Issue Links
- resulted from
-
QTBUG-98120 Fix failing qtbase CI tests for Android
- In Progress
-
QTBUG-87025 Report Android failing tests in CI
- Closed