|
|
- what is a bug?
- not necessarily what a user experienced as such
Questions:
- has the "bad behavior" become a feature that documents rely on?
- does a fix break other parts of the system?
|
|
- close to 300 test files for the kernel sources
- changes to the system are checked against the full test suite, often enough showing surprising
dependencies
- in theory every bug fix should be accompanied by a test file checking for the problem
|
|
|
|
- updates in one package often breaks interfaces in others
|
|
|
|