Changes

Jump to: navigation, search

Delta debugging framework

1,533 bytes added, 01:37, 14 December 2006
Project Description
[http://en.wikipedia.org/wiki/Delta_Debugging Delta debugging] is an automated approach to debugging that isolates failures systematically. Given a failing test that can be mechanically verified (including a browser crash), [http://en.wikipedia.org/wiki/Delta_Debugging delta debugging] is a way of automatically isolating the change that introduced the failure. Having a framework in place to pull builds from CVS, bisect by date and change set (using [http://en.wikipedia.org/wiki/Bonsai_CVS_code_management_system bonsai ] data -- remember, CVS doesn't have changesets!), and report results would let computers make developers more productive.
 
== Project License ==
 
Written in perl, given a test case that can automatically verify whether or
<br />not a piece of functionality of a program works or not, the delta debugging
<br />framework aims to automatically isolate the failure-inducing changes to the
<br />source code that caused a regression.
<br />
<br />
Copyright (C) 2006 Richard Chu, Aditya Nanda Kuswanto, Dean William Woodside
<br />
<br />
This program is free software; you can redistribute it and/or modify it under
<br />the terms of the GNU General Public License as published by the Free Software
<br />Foundation; either version 2 of the License, or (at your option) any later
<br />version.
<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT
<br />ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
<br />FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
<br />
<br />
You should have received a copy of the GNU General Public License along with
<br />this program; if not, write to the Free Software Foundation, Inc., 59 Temple
<br />Place, Suite 330, Boston, MA 02111-1307 USA
<br />
<br />
[http://www.opensource.org/licenses/gpl-license.php The GNU General Public License (GPL) Version 2, June 1991]
<br />
<br />Contact Information about the authors of the delta debugging framework can be found
<br />on our individual profile pages.
* [[User:RichardChu|Richard Chu]]
* [[User:Ankuswan|Aditya Nanda Kuswanto]]
* [[User:Dwwoodsi|Dean William Woodside]]
== Project Leader(s) ==
1
edit

Navigation menu