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

Fuzz meas fixes #45

Merged
merged 11 commits into from
Mar 15, 2020
Merged

Fuzz meas fixes #45

merged 11 commits into from
Mar 15, 2020

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Mar 14, 2020

Some fixes for the fuzzing failures from the new measurement fuzzing tests.

This may be first of a few of these fixes.
This one splits the power operation interpretation and imposes a few extra conditions that were otherwise resulting in a series of cascading repeated failures. The condition imposed was restrict that only numbers could be multiplied by powers greater than 7.

Previously it also was failing to take powers and was instead interpreting them as multiples.
This was only in the case of things like ^(3)^(3)^(3)^(3). The first power was always interpreted correctly.

@phlptp phlptp added the bug Something isn't working label Mar 14, 2020
@codecov-io
Copy link

codecov-io commented Mar 14, 2020

Codecov Report

Merging #45 into master will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   99.87%   99.97%   +0.09%     
==========================================
  Files           5        5              
  Lines        4111     4129      +18     
==========================================
+ Hits         4106     4128      +22     
+ Misses          5        1       -4     

@phlptp phlptp merged commit b3cb621 into master Mar 15, 2020
@phlptp phlptp deleted the fuzz_meas_fixes branch March 15, 2020 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants