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?
Regression testing with multiple regressions?
-
- Level 2
- Posts: 19
- Joined: Thu May 28, 2009 4:20 pm
Re: Regression testing with multiple regressions?
http://wiki.winehq.org/RegressionTestin ... 6ace047b22Ezekiel000 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?
If the patch doesn't revert cleanly, it's not going to be that simple.