-
Notifications
You must be signed in to change notification settings - Fork 24
Add various strategies from :nbp to minimize different patterns. #11
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
Conversation
…and line switches.
…-abspath Use realpath instead of abspath. r=gkw
nbp
left a comment
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.
Thanks for merging my previous pull request. I did not got the opportunity to test this pull request, but skimming through the file the changes looks good to me.
interestingness/diffTest.py
Outdated
|
|
||
| ''' | ||
| This file came from nbp's GitHub PR #2 for adding new Lithium reduction strategies. | ||
| https://github.com/MozillaSecurity/lithium/pull/2 |
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 think the authorship is interesting for blaming ( :) ), but less interesting for documentation strings.
Maybe move this to a # comment, and add the following ''' comment:
'''
This test is made to minimize a test case by comparing a single binary with different command line arguments.
This can be used to isolate and minimize differential behaviour test cases.
'''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.
Thanks! I added this (and tweaked the comments a little).
I rebased #2 by @nbp so please refer to that PR for the context. @nbp, you might want to take a look to see if anything stands out to you.