From 00cb46b61a6cfe980fe9769e34fb26342fe8a17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81o=C5=9B?= Date: Thu, 7 Nov 2024 12:08:01 +0100 Subject: [PATCH] Blacklist failing QNetworkReply test functions on VxWorks We need to run COIN tests for VxWorks in a blocking mode, but test functions of QNetworkReply: - chaining - getFromFile - getFromUnreachableIp - ioGetFromFile - moreActivitySignals fail on VxWorks, the reason is yet to be examined. We need to run tests on COIN for VxWorks as significant, and this test prevents it, to reduce growing number of regressions and allow iterative introduction of VxWorks as a supported platform. Blacklist test functions of QNetworkReply failing on VxWorks. Task-number: QTBUG-115777 Task-number: QTBUG-130740 Change-Id: I3ff5078e2d9073b3f90162a432e9033b0bd46b8f Reviewed-by: Axel Spoerl --- tests/auto/network/access/qnetworkreply/BLACKLIST | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/auto/network/access/qnetworkreply/BLACKLIST b/tests/auto/network/access/qnetworkreply/BLACKLIST index a4c7c1ee304..9061ed82e1f 100644 --- a/tests/auto/network/access/qnetworkreply/BLACKLIST +++ b/tests/auto/network/access/qnetworkreply/BLACKLIST @@ -50,3 +50,15 @@ osx #QTBUG-103055 [ioGetFromHttpWithProxyAuth] qnx + +# QTBUG-130740 +[chaining] +vxworks +[getFromFile] +vxworks +[getFromUnreachableIp] +vxworks +[ioGetFromFile] +vxworks +[moreActivitySignals] +vxworks