Skip to content

System.DirectoryServices.Protocols.Tests.BerConverterTests.Encode_Objects_ReturnsExpected fails on Linux ARM64 #36087

@safern

Description

@safern
System.DirectoryServices.Protocols.Tests.BerConverterTests.Encode_Objects_ReturnsExpected(format: "tetie", values: [-1, 0, 1, 2, 3], expected: [10, 1, 0, 1, 1, ...]) [FAIL]
      Exception of type 'Xunit.Sdk.AssertActualExpectedException' was thrown.
      Expected: 10, 1, 0, 1, 1, 2, 10, 1, 3
      Actual:   255, 255, 255, 255, 1, 0, 1, 1, 2, 10, 1, 3
      Stack Trace:
        /_/src/libraries/Common/tests/TestUtilities/System/AssertExtensions.cs(368,0): at System.AssertExtensions.Equal[T](T[] expected, T[] actual)
        /_/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs(49,0): at System.DirectoryServices.Protocols.Tests.BerConverterTests.Encode_Objects_ReturnsExpected(String format, Object[] values, Byte[] expected)
    System.DirectoryServices.Protocols.Tests.BerConverterTests.Encode_Objects_ReturnsExpected(format: "{tetie}", values: [-1, 0, 1, 2, 3], expected: [48, 9, 10, 1, 0, ...]) [FAIL]
      Exception of type 'Xunit.Sdk.AssertActualExpectedException' was thrown.
      Expected: 48, 9, 10, 1, 0, 1, 1, 2, 10, 1, 3
      Actual:   48, 12, 255, 255, 255, 255, 1, 0, 1, 1, 2, 10, 1, 3
      Stack Trace:
        /_/src/libraries/Common/tests/TestUtilities/System/AssertExtensions.cs(368,0): at System.AssertExtensions.Equal[T](T[] expected, T[] actual)
        /_/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs(49,0): at System.DirectoryServices.Protocols.Tests.BerConverterTests.Encode_Objects_ReturnsExpected(String format, Object[] values, Byte[] expected)

Failed on rolling build:

  • Linux_arm64
  • Alpine.38_arm64

https://dev.azure.com/dnceng/public/_build/results?buildId=635948&view=ms.vss-test-web.build-test-results-tab

This failed from a manual build I queued and these tests where just added in:
#35380

cc: @joperezr @dotnet/runtime-infrastructure

Metadata

Metadata

Assignees

Labels

area-System.DirectoryServicesblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'untriagedNew issue has not been triaged by the area owner

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions