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

Feat: First round of fuzzing tests #63

Merged
merged 14 commits into from
Jun 6, 2024
Merged

Feat: First round of fuzzing tests #63

merged 14 commits into from
Jun 6, 2024

Conversation

maciejka
Copy link
Collaborator

This is based on initial work from @LucasLvy. Adds addition/subtraction, multiplication, division, and formatting fuzzing test.

Copy link
Collaborator

@0xLucqs 0xLucqs left a comment

Choose a reason for hiding this comment

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

need to test double also

fuzz/felt/fuzz_targets/add.rs Outdated Show resolved Hide resolved
fuzz/felt/fuzz_targets/add.rs Outdated Show resolved Hide resolved
fuzz/felt/fuzz_targets/add.rs Outdated Show resolved Hide resolved
fuzz/felt/fuzz_targets/conversions.rs Outdated Show resolved Hide resolved
fuzz/felt/fuzz_targets/conversions.rs Outdated Show resolved Hide resolved
fuzz/felt/fuzz_targets/conversions.rs Outdated Show resolved Hide resolved
fuzz/felt/fuzz_targets/conversions.rs Outdated Show resolved Hide resolved
@maciejka maciejka marked this pull request as ready for review May 3, 2024 15:26
@maciejka maciejka requested a review from pefontana as a code owner May 3, 2024 15:26
@maciejka maciejka requested a review from 0xLucqs May 3, 2024 15:26
Copy link
Collaborator

@0xLucqs 0xLucqs left a comment

Choose a reason for hiding this comment

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

either separate add and sub or rename add to be add + sub (file names + fuzzing name)

@maciejka maciejka requested a review from 0xLucqs May 6, 2024 14:59
@pefontana
Copy link
Collaborator

Nice one!

@pefontana pefontana merged commit c259228 into main Jun 6, 2024
4 checks passed
@pefontana pefontana deleted the mk/fuzzing branch June 6, 2024 14:39
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.

3 participants