From bd40e43695b5ad89697453d0f8f8476940b42bc7 Mon Sep 17 00:00:00 2001 From: Janne Juntunen Date: Tue, 21 Dec 2021 20:21:48 +0200 Subject: Exclude tst_QLocalSocket::verifySocketOptions() on webOS This test case fails on qemux86_64-webos-linux environment and based on comment on the test case, it probably cannot be expected to pass on webOS. Fixes: QTQAINFRA-4717 Change-Id: Ifb34b0c85da2d180a59529791d1109185fef2665 Reviewed-by: Timur Pocheptsov --- tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp b/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp index ed665253da..ba699242fd 100644 --- a/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp +++ b/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp @@ -1698,7 +1698,7 @@ void tst_QLocalSocket::verifySocketOptions_data() void tst_QLocalSocket::verifySocketOptions() { // These are only guaranteed to be useful on linux at this time -#ifdef Q_OS_LINUX +#if defined(Q_OS_LINUX) && !defined(Q_OS_WEBOS) QFETCH(QString, service); QFETCH(QLocalServer::SocketOption, opts); QFETCH(QFile::Permissions, perms); -- cgit v1.2.3