-
Notifications
You must be signed in to change notification settings - Fork 5k
[browser] Use standard xunit test runner on multithreaded runtime #91317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Are the xunit bits here just for testing? They should be with the rest of the runner stuff that we have in xharness. |
Definitely. I'm also thinking about move the entry point to xharness as well. I copied it over to just be able to run CI with changes that I needed |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
What is missing here ? |
# Conflicts: # src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs
/azp run runtime-wasm |
This reverts commit ada85ee.
/azp run runtime-wasm |
CI was stuck, merged main to restart |
/azp run runtime-wasm |
Requires #97640 |
# Conflicts: # eng/testing/tests.browser.targets # src/libraries/Common/tests/WasmTestRunner/WasmTestRunner.cs # src/libraries/System.Collections.Immutable/tests/System.Collections.Immutable.Tests.csproj # src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj # src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj # src/libraries/System.Private.Xml/tests/System.Private.Xml.Tests.csproj # src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj # src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj
/azp run runtime-wasm |
/azp run runtime-wasm |
WasmXHarnessVerbosity
(Trace
,Debug
,Information
default,Warning
,Error
,Critical
)XunitShowProgress
WIP: Experimenting with runInParallelSeparate PRCloses #88763