Skip to content

quickcheck: better generation of input arguments #36

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

Merged
merged 3 commits into from
Aug 14, 2016
Merged

quickcheck: better generation of input arguments #36

merged 3 commits into from
Aug 14, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Aug 13, 2016

closes #31

cc @Amanieu tests for muldi and udivdi3 are now failing due to overflows. I've yet to investigate.

}
}

arbitrary!(I32: i32);
Copy link
Member Author

Choose a reason for hiding this comment

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

I wasn't sure if these should also use the arbitrary_large generation method. Does any intrinsic have special handling of cases where the lower/higher half-word is zero?

@Amanieu
Copy link
Member

Amanieu commented Aug 14, 2016

Ah yes, nice catch in muldi, it looks fine to me.

@japaric japaric merged commit 1f3bad0 into master Aug 14, 2016
@japaric japaric deleted the qc branch August 14, 2016 00:27
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
Also includes implementing the private k_tan function.

Closes rust-lang#36
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
110: Implement tan r=japaric a=porglezomp

Also includes implementing the private `k_tan` function.

Closes rust-lang#36

Co-authored-by: C Jones <code@calebjones.net>
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.

Quickcheck and test coverage
2 participants