-
Notifications
You must be signed in to change notification settings - Fork 746
Csmith tweaks #1035
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
Csmith tweaks #1035
Conversation
This allows us to have multiple processes generating C files with C-Smith and testing them on bindgen without stepping on each others' toes.
This makes us fall over flat on our faces almost immediately...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Though I'm not an python expert
return run_logged([ | ||
"bindgen", | ||
"--with-derive-partialeq", | ||
"--with-derive-eq", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use all of the --with-derive
to improve coverage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll file a follow up :)
@bors-servo r=pepyakin |
📌 Commit ba2db57 has been approved by |
Thanks for review! :) |
Filed #1037 |
☀️ Test successful - status-travis |
r? @e00E or @emilio or @pepyakin whoever wants to get here first ;)