[Wine] Re: Performing a Regression Test

dimesio wineforum-user at winehq.org
Sun Mar 7 07:51:50 CST 2010


zac wrote:
> 
> 
> Code:
> debian:/home/zac/wine-git# git bisect bad
> Bisecting: 0 revisions left to test after this
> [1a3551b630eae2418692f21790fcc7fc973f5366] richedit: Use width from EM_SETTARGETDEVICE for wrapping.
> 
> 
> 
> Sorry guys... What should I do now? I was expecting to get the bad commit and its author, so that I could post that into bugzilla... But since I didn't, I don't know how to proceed.
> 
> Should I do something like the following?
> 
> 
> Code:
> 
> make clean
> git reset --hard
> git show <commit number, usually a 32 alphanumeric> | patch -p1 -R
> 
> 
> 
> 
> 


No.

To quote from the regression test instructions:

> If you see:
> 
> 
> Code:
> Bisecting: 0 revisions left to test after this
> 
> 
> 
> THEN YOU ARE NOT DONE YET!

Compile and test one more time.







More information about the wine-users mailing list