-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(fuzz): ability to declare fuzz test fixtures #7428
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef15bab - Browse repository at this point
Copy the full SHA ef15babView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c48666 - Browse repository at this point
Copy the full SHA 3c48666View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f8a95 - Browse repository at this point
Copy the full SHA e1f8a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254017c - Browse repository at this point
Copy the full SHA 254017cView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8586bf4 - Browse repository at this point
Copy the full SHA 8586bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c869a - Browse repository at this point
Copy the full SHA 14c869aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0442de - Browse repository at this point
Copy the full SHA d0442deView commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e4b14c - Browse repository at this point
Copy the full SHA 7e4b14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972d993 - Browse repository at this point
Copy the full SHA 972d993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 708e4db - Browse repository at this point
Copy the full SHA 708e4dbView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f93254a - Browse repository at this point
Copy the full SHA f93254aView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9276893 - Browse repository at this point
Copy the full SHA 9276893View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5e8da0 - Browse repository at this point
Copy the full SHA a5e8da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14273fa - Browse repository at this point
Copy the full SHA 14273faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09ee66e - Browse repository at this point
Copy the full SHA 09ee66eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 342eaf7 - Browse repository at this point
Copy the full SHA 342eaf7View commit details -
More robust invariant assume test
- previously rejecting when param was 0 (vm.assume(param != 0)) that is param should have been fuzzed twice with 0 in a run - with fuzz input deduplication is now harder to occur, changed rejected if param is not 0 (vm.assume(param != 0)) and narrow down to one run and just 10 depth
Configuration menu - View commit details
-
Copy full SHA for 4785f93 - Browse repository at this point
Copy the full SHA 4785f93View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b7a230 - Browse repository at this point
Copy the full SHA 0b7a230View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9adb66 - Browse repository at this point
Copy the full SHA f9adb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb86084 - Browse repository at this point
Copy the full SHA fb86084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6874ead - Browse repository at this point
Copy the full SHA 6874eadView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca4d44b - Browse repository at this point
Copy the full SHA ca4d44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for acdf92d - Browse repository at this point
Copy the full SHA acdf92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12115fa - Browse repository at this point
Copy the full SHA 12115faView commit details -
Configuration menu - View commit details
-
Copy full SHA for e76fe8e - Browse repository at this point
Copy the full SHA e76fe8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac9e33 - Browse repository at this point
Copy the full SHA 3ac9e33View commit details -
Simplify code / fixture strategy macro, panic if configured fixture n…
…ot of param type
Configuration menu - View commit details
-
Copy full SHA for 7e95208 - Browse repository at this point
Copy the full SHA 7e95208View commit details
Commits on Apr 13, 2024
-
Consistent panic with fixture strategy if uint / int fixture of diffe…
…rent type. Keep level of randomness in fixture strategy, at par with uint / int strategies.
Configuration menu - View commit details
-
Copy full SHA for 4cf19cb - Browse repository at this point
Copy the full SHA 4cf19cbView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53c64d3 - Browse repository at this point
Copy the full SHA 53c64d3View commit details
Commits on Apr 18, 2024
-
Review changes: don't panic when invalid fixture, use prop_filter_map…
… for fixture strategy and raise error
Configuration menu - View commit details
-
Copy full SHA for 997c5d4 - Browse repository at this point
Copy the full SHA 997c5d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a127780 - Browse repository at this point
Copy the full SHA a127780View commit details