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

Port remaining tests #1

Open
8 tasks
ixje opened this issue Jun 15, 2020 · 1 comment
Open
8 tasks

Port remaining tests #1

ixje opened this issue Jun 15, 2020 · 1 comment

Comments

@ixje
Copy link
Member

ixje commented Jun 15, 2020

Port remaining tests
src: https://github.com/dotnet/runtime/tree/master/src/libraries/System.Runtime.Numerics/tests/BigInteger

  • BigIntegerToStringTests.cs
  • Comparison.cs
  • Driver.cs
  • TryWriteBytes.cs
  • cast_from.cs
  • cast_to.cs
  • ctor.cs
  • parse.cs
@ixje ixje added this to the public release milestone Jun 15, 2020
@ixje
Copy link
Member Author

ixje commented Jul 6, 2020

  • BigIntegerToStringTests - we have a custom string conversion
  • Driver - seems to duplicate most other tests. Not worth the effort
  • TryWriteBytes - supporting class for ToByteArray.cs, not needed anymore as that is already covered
  • parse - we have a custom string parsing

@ixje ixje removed this from the public release milestone Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant