Ankit Jain

Results 267 comments of Ankit Jain

[Related failure](https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-8bf395cd2ea1461db0/DebuggerTests.BreakpointTests/1/console.c6548012.log?sv=2019-07-07&se=2022-03-18T19%3A29%3A24Z&sr=c&sp=rl&sig=bhmtpc7YhQg6US7AAoXNlaDEBNmnUD9fL6irwEAxtzE%3D): ``` [19:59:52] info: Inspector-94[0] waiting for the runtime to be ready Failed DebuggerTests.BreakpointTests.DebugHotReloadMethodChangedUserBreak [31 ms] Error Message: Assert.True() Failure Expected: True Actual: False Stack Trace: at DebuggerTests.DebuggerTestBase.LoadAssemblyAndTestHotReload(String asm_file,...

You can run the tests a good bunch(30?) of times on helix, which can be done in one shot as we had discussed offline. It is helpful in finding similar...

The wasm/debugger test failures are unrelated, and will be fixed by https://github.com/dotnet/runtime/pull/73524 .

We should queue up the crypto deadlock fix right after this. If this happens to cause any issue with crypto, then it can be fixed in that PR.

I don't really know much about the actual changes, so I can't review anything else 😬

/azp run runtime-wasm,runtime-extra-platforms

Merge `main` to get fixes for some of the failing wasm jobs.

- How is this getting tested? - Should `System.Diagnostics.Tracing` tests be run for AOT? It is disabled right now. - How does a user trigger this? Is there a msbuild...

`main` has fixes for some of the failing jobs.

This is needed - ``. 1. Install 7.0 sdk to run benchmarks against 2. `dotnet workload install wasm-tools --skip-manifest-update` 3. Download https://raw.githubusercontent.com/dotnet/runtime/main/src/mono/wasm/test-main.js into `/tmp/data/test-main.js` 4. In a checkout for `dotnet/performance`,...