New wintest executable is there (but there are some issues due to introduction of skip)

Paul Vriens paul.vriens.wine at gmail.com
Sat Feb 24 08:11:47 CST 2007


Paul Vriens wrote:
> Hi,
> 
> as of today there's a new winetest executable available at the usual place:
> 
> http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/
> 
> There is however an issue with the generated reports. It looks like this 
> is introduced when the 'skip' thingy was added to the test 
> infrastructure. I'm currently going through the perl scripts but have no 
> fix yet. Most likely we have to patch the 'dissect' script at line 158:
> 
>      } elsif (s/^($test: (\d+) tests executed, (\d+) marked as todo, 
> (\d+) failures?\.)\r?$/$1/) {
> 
> The previous lines were like:
> 
> advapi32:crypt start dlls/advapi32/tests/crypt.c 1.31
> crypt: 69 tests executed, 0 marked as todo, 0 failures.
> advapi32:crypt done (0)
> 
> now it's:
> 
> advapi32:crypt start dlls/advapi32/tests/crypt.c 1.31
> crypt: 69 tests executed (0 marked as todo, 0 failures), 0 skipped.
> advapi32:crypt done (0)
> 
> Anybody?
> 
> Cheers,
> 
> Paul.
> 
> 
Hi,

the attached patch should fix the 'dissect' script and retains backwards
compatibility (if needed).

It doesn't make use of the skip-count as that will mean fixing up a lot more. If
somebody could have a look at the attached patch?

Cheers,

Paul.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: dissect.diff
Type: text/x-patch
Size: 835 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20070224/aa56dec5/dissect.bin


More information about the wine-devel mailing list