Skip to content
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

[browser] Increase timeout and clean up after failed attempts of launching browser when testing #107865

Closed
wants to merge 34 commits into from

Log more than just the message.

50b077a
Select commit
Loading
Failed to load commit list.
Closed

[browser] Increase timeout and clean up after failed attempts of launching browser when testing #107865

Log more than just the message.
50b077a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 16, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Build Failures

runtime / Build / browser-wasm linux Release SingleThreaded_BuildOnly / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/mono/wasm/Wasm.Build.Tests/BrowserRunner.cs(152,33): error CS0136: A local or parameter named 'ex' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

runtime / Build / browser-wasm windows Release SingleThreaded_BuildOnly / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\mono\wasm\Wasm.Build.Tests\BrowserRunner.cs(152,33): error CS0136: A local or parameter named 'ex' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter

Was this helpful? Yes No