-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm] Misc CI/test run improvements #61937
Conversation
Latest stable is `96.0.4664.45`, with `branch_base_position=929512`, and `929513` is the closest available build.
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
/azp run runtime-manual |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test exclusions and chrome bump look good, @steveisok can you take a look at the pipeline bits
Co-authored-by: Radek Doulik <[email protected]>
`System.Net.WebSockets.Client.Tests`, and `System.Net.Http.Functional.Tests` fail because the echo servers don't get included in the helix payload. - Don't condition the inclusion on `RunSmokeTestsOnly`, instead it will be included only if it was built, and that would depend correctly on `RunSmokeTestsOnly`. - Pass the smoke test argument to the build command line for wasm/windows
/azp run runtime-manual |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update chrome+chromedriver for helix tests to latest stable (
96.0.4664.45
)Enable library tests to run on Windows, for manual runs
Disable windows/AOT builds completely due to [wasm][aot] Almost all library tests failing on Windows with
RuntimeError: null function or function signature mismatch
#61721Disable failing WBT tests on windows due to [wasm] Some AOT crashes on Windows, in Wasm.Build.Tests #61725
Disable JS interop tests failing with new chrome - [wasm] JS Interop tests failing with latest chrome -
JavaScript host object 'SharedArrayBuffer' not found
#61945