Regression testing with multiple regressions?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ezekiel000
Level 2
Level 2
Posts: 19
Joined: Thu May 28, 2009 4:20 pm

Regression testing with multiple regressions?

Post by Ezekiel000 »

I'm trying to do regression testing for Jedi Knight 2 because in the latest versions of wine jk2 doesn't recognize mouse input (movement or clicks) but it used to.
But between now and the last know working wine for jk2 there was another bug which caused the game to crash when you load a level in the middle of my regression testing range. Which means I can't find out when the mouse stopped working.

Is there a way once I've found out which commit causes the crash that I can then remove that commit for future regression testing so that I can then find out which commit made the mouse stop working?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Regression testing with multiple regressions?

Post by dimesio »

Ezekiel000 wrote: Is there a way once I've found out which commit causes the crash that I can then remove that commit for future regression testing so that I can then find out which commit made the mouse stop working?
http://wiki.winehq.org/RegressionTestin ... 6ace047b22

If the patch doesn't revert cleanly, it's not going to be that simple.
Locked