Problem to run Regression Testing.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Problem to run Regression Testing.

Post by Berillions »

Hi,

For this bug #31129, i found that the problem is present in wine since the latest version 1.5.8.
I tried to launch the multiplayer mode like explain in the bug report with wine 1.5.7 and it works.

So, i want to do a regression testing but i have a problem. To launch correctly the Ubisoft's game, i MUST to apply three patch in wine to avoid this error :
http://pastebin.com/J5qYZHWS

These patch are here :
http://bugs.winehq.org/attachment.cgi?id=39446
http://bugs.winehq.org/attachment.cgi?id=39447
http://bugs.winehq.org/attachment.cgi?id=39449

Because, when i want to launch "git bisect start" with wine-git patched, i have this error message : error: You have local changes to 'configure'; cannot switch branches.

So, how to do launch without problem the Regression Testing ?
There are 177 changes between wine 1.5.7 and wine 1.5.8...
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem to run Regression Testing.

Post by dimesio »

Berillions wrote: So, i want to do a regression testing but i have a problem. To launch correctly the Ubisoft's game, i MUST to apply three patch in wine to avoid this error :
http://pastebin.com/J5qYZHWS
You shouldn't be filing bugs for patched versions of Wine.
When mentioning patches attached to bug reports, please post links to the bug report, not the patches. It is extremely difficult to find a bug report with only an attachment link.
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Re: Problem to run Regression Testing.

Post by Berillions »

dimesio wrote: When mentioning patches attached to bug reports, please post links to the bug report, not the patches. It is extremely difficult to find a bug report with only an attachment link.
These patch are for the bug #27036
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Post by Berillions »

Humm...

I compile twice wine-git. Once with ./configure --disable-test and the second time with only ./configure.

With --disable-test, the bug does not exist, only if i compile wine-git normally. So, the problem come from a patch for a dlls/X/test file no ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem to run Regression Testing.

Post by dimesio »

Berillions wrote: These patch are for the bug #27036
According to comment 16 in that bug report, the problem in gcrypt that the patches are meant to work around is fixed upstream. What I would suggest is compiling gcrypt from git and using that with unpatched Wine to run the regression test.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Alternately, unpatch before doing 'git bisect {good|bad}' and repatch
afterwards.
Locked