Skip to content

Big-endian test case fixes: big-integer numerics#49694

Merged
stephentoub merged 1 commit into
dotnet:mainfrom
uweigand:bigendian-tests-biginteger
Mar 16, 2021
Merged

Big-endian test case fixes: big-integer numerics#49694
stephentoub merged 1 commit into
dotnet:mainfrom
uweigand:bigendian-tests-biginteger

Conversation

@uweigand

Copy link
Copy Markdown
Contributor
  • Fix endian assumptions in CtorByteArray tests
    (the byte array must always be in little-endian byte order)

  • Fix endian assumptions in left-/right-shift tests
    (byte array representing shift count must be in little-endian)

* Fix endian assumptions in CtorByteArray tests
  (the byte array must always be in little-endian byte order)

* Fix endian assumptions in left-/right-shift tests
  (byte array representing shift count must be in little-endian)
@ghost ghost added the area-System.Numerics label Mar 16, 2021
@ghost

ghost commented Mar 16, 2021

Copy link
Copy Markdown

Tagging subscribers to this area: @tannergooding, @pgovind
See info in area-owners.md if you want to be subscribed.

Issue Details
  • Fix endian assumptions in CtorByteArray tests
    (the byte array must always be in little-endian byte order)

  • Fix endian assumptions in left-/right-shift tests
    (byte array representing shift count must be in little-endian)

Author: uweigand
Assignees: -
Labels:

area-System.Numerics

Milestone: -

@stephentoub stephentoub merged commit af2d17b into dotnet:main Mar 16, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 15, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants