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

Tests: Review T-Z Tests, #259 #897

Merged
merged 7 commits into from
Jan 22, 2024
Merged

Commits on Jan 18, 2024

  1. Tests: Review T-Z Tests, apache#259

    - This addresses some formatting disparities between the Java and C#
      tests to help make them more line-to-line matching.
    - Comments added in places where our tests differ from upstream.
    - RandomizedTesting.Generators extension method import moved behind a
      `#if !NET6_0_OR_GREATER` check, as the namespace was being ignored on
      .NET 6+ in a few files since .NET 6 added a Random.NextInt64 method.
      This will help prevent other contributors from thinking this namespace
      is not needed.
    - A unit test assertion bug on arm64 with division by zero is fixed.
    - The `build` file has been chmod'ed +x for ease of use
    - Rider IDE files added
    paulirwin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8e73e32 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    5d70518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c553ccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    028dca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c39de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a66b1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b58e03 View commit details
    Browse the repository at this point in the history