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

Simplify and optimize Math(F).Round #98186

Merged
merged 2 commits into from
Feb 9, 2024

Change AdvSimd check

c82d47d
Select commit
Loading
Failed to load commit list.
Merged

Simplify and optimize Math(F).Round #98186

Change AdvSimd check
c82d47d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Feb 9, 2024 in 49m 24s

Build #20240208.70 had test failures

Details

Tests

  • Failed: 6 (0.00%)
  • Passed: 3,903,684 (98.21%)
  • Other: 71,069 (1.79%)
  • Total: 3,974,759

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/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.24106.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Text.Json.Tests in job bedc887d-dc26-4fcb-b853-f8efce273422 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/bedc887d-dc26-4fcb-b853-f8efce273422/workitems/System.Text.Json.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/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.24106.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Text.Json.Tests in job 474cedd3-3c09-4f33-a553-c2b35d01003a has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/474cedd3-3c09-4f33-a553-c2b35d01003a/workitems/System.Text.Json.Tests/console

Check failure on line 44 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/tools/azure-pipelines/AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/tools/azure-pipelines/AzurePipelines.MultiQueue.targets#L44

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24106.2/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/0400ba13-6263-4142-af1f-98d1465bc23c/workitems/System.Net.Security.Unit.Tests/console

Check failure on line 1 in System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration

Assert.Equal() Failure: Collections differ
                        ↓ (pos 265)
Expected: [···, 50, 48, 56, 50, 51, ···]
Actual:   [···, 50, 48, 57, 50, 51, ···]
                        ↑ (pos 265)
Raw output
   at System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.<>c.<<RefreshOcspResponse_BeforeExpiration>b__5_0>d.MoveNext() in /_/src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs:line 114
--- End of stack trace from previous location ---
   at System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.SimpleTest(PkiOptions pkiOptions, RunSimpleTest callback, String callerName, Boolean pkiOptionsInTestName) in /_/src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs:line 253
   at System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration() in /_/src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs:line 99
--- End of stack trace from previous location ---

Check failure on line 1 in System.Text.Json.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.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.Text.Json.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.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.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration

Assert.NotEqual() Failure: Collections are equal
Expected: Not [48, 130, 1, 198, 10, ···]
Actual:       [48, 130, 1, 198, 10, ···]
Raw output
   at System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.<>c.<<RefreshOcspResponse_BeforeExpiration>b__5_0>d.MoveNext() in /_/src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs:line 119
--- End of stack trace from previous location ---
   at System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.SimpleTest(PkiOptions pkiOptions, RunSimpleTest callback, String callerName, Boolean pkiOptionsInTestName) in /_/src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs:line 253
   at System.Net.Security.Tests.SslStreamCertificateContextOcspLinuxTests.RefreshOcspResponse_BeforeExpiration() in /_/src/libraries/System.Net.Security/tests/UnitTests/SslStreamCertificateContextOcspLinuxTests.cs:line 99
--- End of stack trace from previous location ---