Uh oh!
There was an error while loading. Please reload this page.
[wasm] Fix WebSocket failures on wasm test runs - #102366
Conversation
mkhamoyan
commented
May 17, 2024
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
mkhamoyan
commented
May 20, 2024
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
pavelsavara
commented
May 20, 2024
Could you please also fix all the |
mkhamoyan
commented
May 20, 2024
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
May 21, 2024
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
May 21, 2024
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
I find out that but ignored when passed like There are 2 ways to go
@lewing@pavelsavara what do you think ? |
mkhamoyan
commented
May 21, 2024
/azp run runtime-libraries-mono outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
May 22, 2024
All test cases throwing |
akoeplinger
commented
May 23, 2024
The underlying problem is this xharness issue: dotnet/xharness#908 The PR looks good to me, though maybe we should also spend some time to actually fix xharness instead? |
I'll merge this to reduce pipeline noise until we fix xharness. |
Update test cases to skip on wasm from outerloop attribute.
OuterLoop tests that are disabled still are running when
/p:TestScope=outerloop.Xharness ignores
-notrait category=failingand runs tests cases marked withSkipOnPlatform,ActiveIssueFixes#102157