This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How are regressions possible?


On Sun, 2 Sep 2018, 14:46 Jeff Donner, <jeffrey.donner@gmail.com> wrote:

> Hi - I thought bugs were added to the test suite, and so, regressions
> should never occur. How is this understanding wrong and why isn't it this
> way?
>

Not all regressions are recurring bugs that have already been fixed.
Anything that used to work and then stops working is a regression. If the
thing that worked wasn't covered by any test in the testsuite the
regression goes unnoticed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]