Skip to content

[browser][mt] Stop using ThreadlessXunitTestRunner for MT unit tests #88763

Closed
@pavelsavara

Description

@pavelsavara

On wasm/browser we use Xharness and it's ThreadlessXunitTestRunner because until now, we didn't have way how to run multiple threads and how to synchronously Task.Wait.

To make sure that our MT tests are closer to normal MT execution, we should try to stop using ThreadlessXunitTestRunner and see what happens when we use the same as other OSes.

  • The non-MT build should still be using it. So this needs to be new xharness parameter.
  • WasmTestRunner is part of the machinery
  • We still need to proxy console from the browser.
  • It may mean that we will run tests in parallel on threads.
  • It will uncover new issues, which we need to mark ActiveIssue

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions