Ilona Tomkowicz
Ilona Tomkowicz
Fixes https://github.com/dotnet/runtime/issues/75778. Motivation: https://github.com/dotnet/runtime/issues/75778#issuecomment-1252541452. It fixes a bug from net 7, so will need backporting.
Failing after enabling all MT library tests (https://github.com/dotnet/runtime/pull/91536). ``` [FAIL] System.Threading.Tasks.Tests.ParallelForTests.TaskIDFromExternalContextTest Task within Parallel.For must have non-negative Id Expected: False Actual: True at System.Threading.Tasks.Tests.ParallelForTests.c.b__4_1(Int32 i) at System.Threading.Tasks.Parallel.c__DisplayClass19_0`2[[System.Object, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral,...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=452279 Build error leg or test failing: Build / browser-wasm linux Release AllSubsets_Mono_RuntimeTests monointerpreter / Build Tests Pull request: https://github.com/dotnet/runtime/pull/94064, https://github.com/dotnet/runtime/pull/94056 ## Error Message Fill the...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=554985 Build error leg or test failing: chrome-DebuggerTests.MiscTests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/97992 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...
### Error Blob ```json { "ErrorMessage": "[FAIL] System.Runtime.InteropServices.JavaScript.Tests.WebWorkerHttpTest.HttpClient_CancelInDifferentThread", "BuildRetry": false, "ErrorPattern": "", "ExcludeConsoleLog": false } ``` ### Reproduction Steps Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=557097 [Log](https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-98083-merge-4fc4545dd1b04ac5b9/WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests/1/console.7c54146d.log?helixlogtype=result) ``` [12:49:20] fail: [FAIL] System.Runtime.InteropServices.JavaScript.Tests.WebWorkerHttpTest.HttpClient_CancelInDifferentThread(executor1: JSWebWorker, executor2: NewThread)...
`Assertion at D:\a\_work\1\s\src\mono\mono\mini\mini-llvm.c:8581, condition `elems ### Known issue validation **Build: :mag_right:** https://dev.azure.com/dnceng-public/public/_build/results?buildId=556904 **Error message validated:** `[Assertion.*llvm.*elems.*MAX_VECTOR_ELEMS`] **Result validation:** :white_check_mark: Known issue matched with the provided build. **Validation performed at:** 2/7/2024...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=554926 Build error leg or test failing: System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskEchoPendingResult Pull request: https://github.com/dotnet/runtime/pull/98027 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=653237 Build error leg or test failing: System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths Pull request: https://github.com/dotnet/runtime/pull/101390 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
For most of fields in following test class, properties expansion in watch results in execution "getProperties" (fields with Ok in name). however, when a field has a custom accessor ("NotOk"...
Contributes to https://github.com/dotnet/runtime/issues/98483. - separate hybrid globalization JS code into a separate module - add the module if `HybridGlobalization=true` (temporarily for draft PR we're using `WasmEnableThreads`)