[mono] Migrate various GHashTables to dn_simdhash #100497
Build #20240420.5 had test failures
Details
- Failed: 33 (0.00%)
- Passed: 3,717,306 (98.16%)
- Other: 69,777 (1.84%)
- Total: 3,787,116
Annotations
azure-pipelines / runtime
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Http3.ReadAsStreamAsync_HandlerProducesWellBehavedResponseStream has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/88262c9b-f4d9-4d8e-b7b7-80a67bb58c80/workitems/System.Net.Http.Functional.Tests/console
azure-pipelines / runtime
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3.AltSvc_ConnectionFrame_UpgradeFrom20_Success has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/88262c9b-f4d9-4d8e-b7b7-80a67bb58c80/workitems/System.Net.Http.Functional.Tests/console
azure-pipelines / runtime
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item chrome-DebuggerTests.AsyncTests in job e4df82e6-1824-4029-b2fd-01ce5f2074eb has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/e4df82e6-1824-4029-b2fd-01ce5f2074eb/workitems/chrome-DebuggerTests.AsyncTests/console
azure-pipelines / runtime
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91
.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24219.1\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item chrome-DebuggerTests.CustomViewTests in job e4df82e6-1824-4029-b2fd-01ce5f2074eb has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/e4df82e6-1824-4029-b2fd-01ce5f2074eb/workitems/chrome-DebuggerTests.CustomViewTests/console
Check failure on line 1 in System.Reflection.Tests.ModuleTests.FullyQualifiedName
azure-pipelines / runtime
System.Reflection.Tests.ModuleTests.FullyQualifiedName
Assert.Equal() Failure: Strings differ
↓ (pos 20)
Expected: "System.Runtime.Tests.dll"
Actual: "System.Runtime.Tests"
Raw output
at System.Reflection.Tests.ModuleTests.FullyQualifiedName()
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )
Check failure on line 1 in System.Reflection.Tests.ModuleTests.Name
azure-pipelines / runtime
System.Reflection.Tests.ModuleTests.Name
Assert.Equal() Failure: Strings differ
↓ (pos 20)
Expected: "system.runtime.tests.dll"
Actual: "System.Runtime.Tests"
Raw output
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )
azure-pipelines / runtime
DebuggerTests.CustomViewTests.DebuggerTests.CustomViewTests.UsingDebuggerTypeProxy
Assert.Equal() Failure: [Debugger.evaluateOnCallFrame ('listToTestToList.ToList()', scope: dotnet:scope:1) returned False instead of True, with Result: [Result: IsOk: False, IsErr: True, Value: , Error: {
"result": {
"type": "object",
"subtype": "error",
"description": "Unable to evaluate method 'listToTestToList.ToList()': The given key '33554439' was not present in the dictionary.",
"className": "KeyNotFoundException"
},
"exceptionDetails": {
"exception": {
"type": "object",
"subtype": "error",
"description": "Unable to evaluate method 'listToTestToList.ToList()': The given key '33554439' was not present in the dictionary.",
"className": "KeyNotFoundException"
},
"stackTrace": {
"callFrames": [
{
"functionName": "DebuggerTests.DebuggerCustomViewTest.run",
"scriptId": "dotnet://72_10",
"url": "dotnet://debugger-test.dll//_/src/mono/browser/debugger/tests/debugger-test/debugger-custom-view-test.cs",
"lineNumber": 99,
"columnNumber": 12
},
{
"functionName": "DebuggerTests.BindStaticMethod.Invoke_Void",
"scriptId": "dotnet://72_5",
"url": "dotnet://debugger-test.dll//_/src/mono/browser/debugger/tests/debugger-test/BindStaticMethod.cs",
"lineNumber": 107,
"columnNumber": 16
},
{
"functionName": "DebuggerTests.BindStaticMethod.__Wrapper_Invoke_Void_962713829",
"scriptId": "dotnet://72_2",
"url": "dotnet://debugger-test.dll//_/artifacts/obj/mono/debugger-test/browser.wasm.Debug/browser-wasm/Microsoft.Interop.JavaScript.JSImportGenerator/Microsoft.Interop.JavaScript.JSExportGenerator/JSExports.g.cs",
"lineNumber": 175,
"columnNumber": 16
}
]
}
}
} ]]
Expected: True
Actual: False
Raw output
at DebuggerTests.DebuggerTestBase.AssertEqual(Object expected, Object actual, String label) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1315
at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrame(String id, String expression, Boolean expect_ok) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1169
at DebuggerTests.DebuggerTestBase.EvaluateOnCallFrameAndCheck(String call_frame_id, ValueTuple`2[] args) in /_/src/mono/browser/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1286
at DebuggerTests.CustomViewTests.UsingDebuggerTypeProxy() in /_/src/mono/browser/debugger/DebuggerTestSuite/CustomViewTests.cs:line 72
--- End of stack trace from previous location ---
Check failure on line 1 in WasmTestOnV8-System.Runtime.Tests.WorkItemExecution
azure-pipelines / runtime
WasmTestOnV8-System.Runtime.Tests.WorkItemExecution
The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.