summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
diff options
context:
space:
mode:
authorMichał Łoś <[email protected]>2024-11-08 11:02:52 +0100
committerMichał Łoś <[email protected]>2024-11-08 19:52:10 +0100
commit6661b959853a0e2f8b7f4ca298f5d8a2f03b6c67 (patch)
tree6dc9ad78f4fee60eba1c88232c517b8e3b4496b3 /src/network/access/qnetworkrequest.cpp
parent5fc968ade3120fe7f9d0d01988254fd1fb855262 (diff)
Silence QResourceEngine::cleanupTestCase failure on VxWorks
VxWorks test run fails cleanupTestCase procedure for not yet known reason: resource `m_runtimeResourceRcc` exists, but it's failed to be removed due to refernce count of QDynamicFileResourceRoot instance equals to 46 (regardless of how many test cases were executed), which causes `QResource::unregisterResource` to remove false. Identical situation is with second call to `QResource::unregisterResource`, but but for the other overload, where ref counter have some absurd value of 93. Silent this failure for now on VxWorks by ifdef'ing this problem until it is fixed for VxWorks, add explicit comment. Since this is not a test case on itself, blacklisting it can't work, so remove BLACKLIST for this test as it didn't work nor contain anything else than `cleanupTestCase` for VxWorks. Task-number: QTBUG-115777 Task-number: QTBUG-130069 Change-Id: I61fc8fcdd5a3842bcb3ab0d4ea7f3e17c4baaad6 Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
0 files changed, 0 insertions, 0 deletions