An open API service indexing awesome lists of open source software.

https://github.com/lrq3000/iregression

Automatically exported from code.google.com/p/iregression
https://github.com/lrq3000/iregression

Last synced: 6 months ago
JSON representation

Automatically exported from code.google.com/p/iregression

Awesome Lists containing this project

README

          

**Mission**
|Develop lightweight, adaptable and practical techniques to improve both efficiency and effectiveness of regression debugging.|
|:----------------------------------------------------------------------------------------------------------------------------|

**Support**

[Subjects](http://code.google.com/p/iregression/wiki/Subjects) Subjects used in this study.

[Supplement](http://code.google.com/p/iregression/wiki/Supplement) Description of supplement files.

[Guide](http://code.google.com/p/iregression/wiki/Guide) A step-by-step guidance to apply our prototype to isolate failure-inducing changes of regressions.

[QuickGuide](http://code.google.com/p/iregression/wiki/QuickGuide) A quick guide to apply our prototype to isolate failure-inducing changes of regressions.

**Publication**

The paper _**Practical Isolation of Failure-Inducing Changes for Debugging Regression Faults**_, which descibed iRegression
in detail is accepted by [ASE 2012](http://ase2012.paluno.uni-due.de/).

Here is a suggested bibtex :

```bibtex

@inproceedings{ase12,
author = {Kai Yu and Mengxiang Lin and Jin Chen and Xiangyu Zhang},
title = {Practical Isolation of Failure-Inducing Changes for Debugging Regression Faults},
booktitle = {ASE 2012: Proceedings of the 27th International Conference on Automated Software Engineering},
year = {2012},
location = {Essen, Germany},
pages = {45--54},
url = {http://ast.nlsde.buaa.edu.cn/~kaiyu/pub/ASE12.pdf},
institution = {State Key Laboratory of Software Development Environment, Beihang University, China},
keywords ={regression fault, delta debugging, coverage analysis, automated debugging, field failure},
author_url = {http://ast.nlsde.buaa.edu.cn/~kaiyu/},
group_url = {http://ast.nlsde.buaa.edu.cn/},
}
```

**Projects you might be interested in ...**

**[ddExpr](http://code.google.com/p/ddexpr/) Evaluating delta debugging on real regression bugs**

**[iLoupe](http://code.google.com/p/iloupe/) A tool locating faults using multiple spectra-specific models**