[Wine] Re: Performing a Regression Test

abb4 wineforum-user at winehq.org
Sat Oct 9 15:02:09 CDT 2010


vitamin wrote:
> 
> abb4 wrote:
> > adri at dark:~/wine-git$ git reset --hard
> 
> You shouldn't of done this during bisect. Now you need to do:
> 
> Code:
> git bisect reset
> git reset --hard 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786^
> 
> 
> 
> This will put your tree just before the problem commit. It [the problem patch] can't be cleanly reverted from the latest HEAD.


Oke, thanks for replying!!
I did what you said

adri at dark:~/wine-git$ git reset --hard 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786^ 
HEAD is now at a2e1dd2 ole32/tests: Relax the reference counting tests a bit. We only care whether references are held or not.

So now where does that leave me?
do I now compile once again & check if the program runs?
If it will I have the bad commit?
Or else? ( I'm in limbo here..)







More information about the wine-users mailing list