Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Update branding to 3.1.23 #43125

Merged

Conversation

vseanreesermsft
Copy link

No description provided.

@safern
Copy link
Member

safern commented Dec 8, 2021

@layomia could you please take a look at the JSON test failures?

@bartonjs could you please take a look at the crypto failures?

@danmoseley
Copy link
Member

@bartonjs is out. maybe @GrabYourPitchforks

@danmoseley
Copy link
Member


Error message
Assert.Equal() Failure\r\n                                 ↓ (pos 1601661)\r\n
Expected: ···qKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq···\r\n
Actual:     ···qKioqKioqKioqKioqKio\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0qKioqKioqKioqKio\0\0\0\0\0\0\0\0\0···\r\n                                 ↑ (pos 1601661)


Stack trace
   at System.Text.Json.JsonTestHelper.AssertContents(String expectedValue, ArrayBufferWriter`1 buffer) in /_/src/System.Text.Json/tests/JsonTestHelper.cs:line 718
   at System.Text.Json.Tests.Utf8JsonWriterTests.Writing3MBBase64Bytes(Boolean formatted, Boolean skipValidation) in /_/src/System.Text.Json/tests/Utf8JsonWriterTests.cs:line 2728

and

  Starting:    System.Security.Cryptography.X509Certificates.Tests (parallel test collections = on, max threads = 12)
    System.Security.Cryptography.X509Certificates.Tests.ChainTests.VerifyExpiration_LocalTime(verificationTime: 2014-10-15T00:00:00.0000000Z, shouldBeValid: True, kind: Utc) [FAIL]
      Assert.Equal() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/System.Security.Cryptography.X509Certificates/tests/ChainTests.cs(310,0): at System.Security.Cryptography.X509Certificates.Tests.ChainTests.VerifyExpiration_LocalTime(DateTime verificationTime, Boolean shouldBeValid, DateTimeKind kind)
    System.Security.Cryptography.X509Certificates.Tests.ChainTests.VerifyExpiration_LocalTime(verificationTime: 2014-10-14T20:00:00.0000000-04:00, shouldBeValid: True, kind: Local) [FAIL]
      Assert.Equal() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/System.Security.Cryptography.X509Certificates/tests/ChainTests.cs(310,0): at System.Security.Cryptography.X509Certificates.Tests.ChainTests.VerifyExpiration_LocalTime(DateTime verificationTime, Boolean shouldBeValid, DateTimeKind kind)
    System.Security.Cryptography.X509Certificates.Tests.ChainTests.VerifyExpiration_LocalTime(verificationTime: 2014-10-14T20:00:00.0000000, shouldBeValid: True, kind: Unspecified) [FAIL]
      Assert.Equal() Failure
...

@danmoseley
Copy link
Member

JSON looks like long standing issue dotnet/runtime#59678

Crypto had similar failure in dotnet/runtime#26576 that was fixed by adding GrayListedLeaf, but that change was in 3.1 5e46fe1 and 047eee0. Are we testing on the same macOS version as in main?

@safern
Copy link
Member

safern commented Dec 8, 2021

Thanks, @danmoseley, it seems like dotnet/runtime#26576 refers to a build issue, here is not a build issue but test failures, so perhaps those are new? We are building on the latest macOS but testing on: OSX10.13.

@danmoseley
Copy link
Member

dotnet/runtime#26576 sort of covered several things.

@danmoseley
Copy link
Member

I don't think either of these should block rebranding, of course.

@safern
Copy link
Member

safern commented Dec 8, 2021

Thanks, @danmoseley. I'll merge this then.

@safern safern merged commit 701f318 into dotnet:release/3.1 Dec 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants