-
Notifications
You must be signed in to change notification settings - Fork 623
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
Add tests for resource limits #2085
Conversation
… far only covers GIF
The fix actually broke some other stuff, so I'm going to make this PR purely about tests and then chip away at the test failures in subsequent PRs. |
.set_limits()
impl
This is now ready for review. Since this only adds tests, the changes should be uncontroversial and won't break anything. I'll propose fixes in subsequent PRs once this is merged. |
The tests now cover the existing API surface and verify that the parts that are already in place work correctly. I'll leave tests for and implementation of resource limits in animation to follow-up PRs. |
This PR adds tests verifying that all decoding APIs enforce the resource limits.
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.