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

Introduce a timeout logic into delta-debugging #99

Open
zimmski opened this issue May 24, 2017 · 0 comments
Open

Introduce a timeout logic into delta-debugging #99

zimmski opened this issue May 24, 2017 · 0 comments

Comments

@zimmski
Copy link
Owner

zimmski commented May 24, 2017

Introduce an option for delta-debugging (on by default) which does the following:

  • record how long the execution of the original input takes to execute
  • take this time, increase it slightly, and then use it as a timeout for reduced data
  • if a timeout occurs for the execution of a reduced input, mark it as failure and backtrack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant