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
- Host: GitHub
- URL: https://github.com/lrq3000/iregression
- Owner: lrq3000
- Created: 2015-07-29T19:21:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T20:52:05.000Z (about 10 years ago)
- Last Synced: 2025-04-02T04:45:11.650Z (6 months ago)
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**