[Wine] Re: Regression Testing Issue

denali wineforum-user at winehq.org
Tue Jul 7 09:20:56 CDT 2009


vitamin wrote:
> 
> denali wrote:
> > Say a dev submits a series of patches that rely on each other for something, such as communications.  While doing git bisect, some of those patches end up on opposite sides of the bisect.  This renders the program unable to communicate with the internet.  What do you do in those cases?
> 
> First this really shouldn't happen. All patches are required to be atomic and not break any functionality within the series. Unfortunately this is not always the case and some patch series do break things if not fully applied
> 
> In those cases you can use
> 
> Code:
> git bisect skip
> 
> 
> Git will pick a different commit to test. Hopefully the series that doesn't work for you is not the source of the regression.


Hi vitamin,

Thanks for replying!  :D This is good to know.  If necessary, I'll restart the regression test.  I have a feeling the problem is in the series that didn't work for me.  However, I'll go all the way to the end and see what happens.

In the meantime, could someone add git bisect skip to the aforementioned wiki article?  That would have been TREMENDOUSLY helpful to know.  Especially since regression testing is requested on a semi-regular basis.







More information about the wine-users mailing list