Skip to content

Add any tests #368

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add any tests #368

wants to merge 4 commits into from

Conversation

kmpeng
Copy link
Contributor

@kmpeng kmpeng commented Aug 20, 2025

Closes #131.

Adds tests for any testing 16 bit int types, half, 32 bit types, 64 bit int types, and double.

I moved the bool tests from any.32.test to a separate file because this bug is causing the vec1 test to fail on Clang, and I didn't want to XFAIL the rest of the 32 bit tests over it. We can combine them in the future once the bug is fixed.
Also have XFAILs for this Intel driver bug: #370.

Copy link
Collaborator

@spall spall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd fix the newline on the files missing one at the end otherwise lgtm

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

Successfully merging this pull request may close these issues.

Add test for any
2 participants