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

Initial C++ fuzz tests #1605

Merged

Conversation

jstone-lucasfilm
Copy link
Member

This changelist adds initial C++ fuzz tests to the XmlIo module of the MaterialX test suite. In these new tests, pseudo-random edits are applied to a set of source documents before import, in order to uncover edge cases that aren't yet handled in MaterialXCore and MaterialXFormat.

Also:

  • Add missing type casts to invalidNameChar and hasWindowDriveSpecifier.
  • Make random numbers deterministic in shaderGenPerformanceTest.

This changelist adds initial C++ fuzz tests to the XmlIo module of the MaterialX test suite.  In these new tests, pseudo-random edits are applied to a set of source documents before import, in order to uncover edge cases that aren't yet handled in MaterialXCore and MaterialXFormat.

Also:

- Add missing type casts to invalidNameChar and hasWindowDriveSpecifier.
- Make random numbers deterministic in shaderGenPerformanceTest.
@jstone-lucasfilm jstone-lucasfilm merged commit e45d67f into AcademySoftwareFoundation:main Nov 27, 2023
31 checks passed
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.

None yet

1 participant