microsoft / microsoft/react-native-windows
[0.77] Desktop x86ReleaseFabric Universal Tests failing in CI
Open
Nobody has claimed this yet.
Area: Tests
bug
Workstream: Test Coverage
- Dominant language
- C++
- Stars
- 17.3k
- Forks
- 1.2k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
Problem Description
This PR: https://github.com/microsoft/react-native-windows/pull/14147 renabled most of the Desktop Integration Tests. This fixed all the testcase but the Desktop x86ReleaseFabric Universal Tests which are consistently failing on CI pipeline since December. Currently commented out these tests again in the 0.77-preview-branch but will need to reenable these.
Passed SimpleRedirectPatchSucceeds [4 ms]
Passed RequestGetExplicitUserAgentSucceeds [6 ms]
[0x80072ee7] The server name or address could not be resolved
Passed RequestGetFails [2 s]
Skipped WebView
Skipped AccessibilityManager
Skipped SimpleSnapshot
Skipped Timers
Skipped Promise
Skipped ImageSnapshot
Failed Fetch [33 s]
Error Message:
Assert failed. Expected:<1> Actual:<2> - Timeout waiting for markTestSucceeded() to be called.
Stack Trace:
at RNTesterIntegrationTests::Fetch() in D:\a\_work\1\s\vnext\Desktop.IntegrationTests\RNTesterIntegrationTests.cpp:line 222
Failed XHRSample [32 s]
Error Message:
Assert failed. Expected:<1> Actual:<2> - Timeout waiting for markTestSucceeded() to be called.
Stack Trace:
at RNTesterIntegrationTests::XHRSample() in D:\a\_work\1\s\vnext\Desktop.IntegrationTests\RNTesterIntegrationTests.cpp:line 100
Skipped WebSocketBinary
Skipped SyncMethod
Skipped LayoutEvents
Failed Dummy [32 s]
Error Message:
Assert failed. Expected:<1> Actual:<2> - Timeout waiting for markTestSucceeded() to be called.
Stack Trace:
at RNTesterIntegrationTests::Dummy() in D:\a\_work\1\s\vnext\Desktop.IntegrationTests\RNTesterIntegrationTests.cpp:line 193
Skipped LoggingWithNoCallback
Failed Logging [32 s]
Error Message:
Assert failed. Expected:<6> Actual:<0>
Stack Trace:
at RNTesterIntegrationTests::Logging() in D:\a\_work\1\s\vnext\Desktop.IntegrationTests\RNTesterIntegrationTests.cpp:line 79
Passed SendReceiveLargeMessage [5 ms]
Passed PingClose [2 ms]
Passed SendBinary [45 ms]
Passed SendConsecutive [2 ms]
Skipped AbruptDisconnectFailsWithSpecificMessage
Passed ConnectClose [2 ms]
Skipped AdditionalHeaders
Passed SendReceiveClose [2 ms]
Passed ConnectNoClose [2 ms]
Skipped ProcessThreadsPerResource
Results File: D:\a\_work\_temp\TestResults\cloudtest_620945e8c000000_2024-12-19_18_33_30.trx
Total tests: 66
Passed: 43
Failed: 5
Skipped: 18
##[error]Test Run Failed.
Steps To Reproduce
- Look at CI pipeline anytime after Dec. 4th
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.