Proj CMI Paper Reading: CoREBench: Studying Complexity of Regression Errors
Abstract
背景:不同错误复杂度不同
- 本文定义并定量了错误复杂度Cyclomatic Change Complexity
- CoREBench,一个从开源C项目种提取出的包含70个回归错误的数据集
- 与SIR和the Siemens Suite中的seeded errors进行对比,发现真实的回归错误更复杂。For example, among the seeded errors more than 42% are simple compared to 8% among the actual ones.
- we propose CoREBench for the controlled study of regression testing, debugging, and repair techniques.