Delta debugging: Difference between revisions

Content deleted Content added
Mdernst (talk | contribs)
Software: Add Common Lisp implementation
Mdernst (talk | contribs)
Software: add link to DD.py's documentation
Line 20:
** [http://ddchange.martin-burger.de/ DDchange] - Failure-Inducing Changes
** DDstate - Failure-Inducing States
* [https://www.st.cs.uni-saarland.de/dd/DD.py DD.py] - a Python implementation of Delta Debugging; also see its [https://www.st.cs.uni-saarland.de/dd/ddusage.php3 tutorial]
* [https://www.st.cs.uni-saarland.de/testing/xmlmate/ XMLmate]<ref>{{cite news|title=Detecting Software Errors via Genetic Algorithms|url=http://www.pddnet.com/news/2014/03/detecting-software-errors-genetic-algorithms|accessdate=22 July 2015|date=2014-03-05}}</ref>
* [https://github.com/eschulte/delta-debug Common Lisp implementation]