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

Incorrect result for TestIntersectNull #1343

Open
brynrhodes opened this issue Mar 20, 2024 · 0 comments
Open

Incorrect result for TestIntersectNull #1343

brynrhodes opened this issue Mar 20, 2024 · 0 comments

Comments

@brynrhodes
Copy link
Member

The TestIntersectNull test is:

Interval[1, 10] intersect Interval[5, null)

According to the spec, the expected outcome should be Interval[5, null)

However, the Java engine test suite had this expected outcome as null. In addition, there are 4 tests related to this in the published spec (TestIntersectNull1 through TestIntersectNull4) that were not in the Java engine test suite. I've added the correct expected outcome to the test suite, as well as the missing tests, but the engine now does not pass these tests (so they've been added to the skip list).

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