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

Fix incorrect case sensitivity in FrozenDictionary and FrozenSet for some cases #93986

Merge branch 'main' into frozen-collections-ordinal-ignore-case

fdbb96a
Select commit
Loading
Failed to load commit list.
Closed

Fix incorrect case sensitivity in FrozenDictionary and FrozenSet for some cases #93986

Merge branch 'main' into frozen-collections-ordinal-ignore-case
fdbb96a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime succeeded Nov 9, 2023 in 1h 36m 46s

Build #20231109.27 had test failures

Details

Tests

  • Failed: 26 (0.00%)
  • Passed: 2,566,050 (98.17%)
  • Other: 47,793 (1.83%)
  • Total: 2,613,869

Annotations

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Invariant.Tests in job 295dbd1a-363d-46d2-acd7-45d2a9e3d2ed has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/295dbd1a-363d-46d2-acd7-45d2a9e3d2ed/workitems/Invariant.Tests/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.XmlSerializer.Generator.Tests in job 295dbd1a-363d-46d2-acd7-45d2a9e3d2ed has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/295dbd1a-363d-46d2-acd7-45d2a9e3d2ed/workitems/Microsoft.XmlSerializer.Generator.Tests/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.AppContext.Tests in job 295dbd1a-363d-46d2-acd7-45d2a9e3d2ed has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/295dbd1a-363d-46d2-acd7-45d2a9e3d2ed/workitems/System.AppContext.Tests/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23531.4/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Buffers.Tests in job 295dbd1a-363d-46d2-acd7-45d2a9e3d2ed has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/295dbd1a-363d-46d2-acd7-45d2a9e3d2ed/workitems/System.Buffers.Tests/console

Check failure on line 1 in Invariant.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Invariant.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.XmlSerializer.Generator.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Microsoft.XmlSerializer.Generator.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.AppContext.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.AppContext.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.Buffers.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Buffers.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.