Wine 0.9 progress

Ferenc Wagner wferi at afavant.elte.hu
Fri Aug 29 10:39:20 CDT 2003


Hello guys,

some machinery is already in place
(http://afavant.elte.hu/~wferi/wine).  Actually I am not
sure we need a database or so.  What I have in mind:

Whenever somebody compiles the tests (with a Samba mount it
does not matter whether cross- os MSVC) s/he runs the
ziptests Bash script to produce a tests.zip, and we collect
it somewhere tagged by the date, eg. 20030828.

People download it, do their job, and send the report to
the list.

If the report is identical (modulo a couple of lines which
contain the current working directory and similar -- just
egrep -v it) to another for the same build and Windows
version, we just acknowledge the name.  If it is always the
case, then forget it.  If not, we may need a subarchitecture
or a better egrep pattern, this is manual.

For a new set of data, we run the dissect Perl script, which
gives a summary and one report file for each test.  No need
to rerun this ever.

The gather script assembles the summaries for the various
architectures into a summary table, with links to the small
report files.  Rerun when a new architecture is added for
this build.

We can have on directory for each build tag (like 20030828),
and separate directories for each architecture in them.

                   gather      dissect
                 works here   works here

                             ,- win95
                            |
               ,- 20030828 -+-- nt4.0
               |            |
               |             `- XP
   index.html -+
               |             ,- win98
               |            |
               `- 20030914 -+-- nt4.0
                            |
                             `- XP

We can also have a 'latest' directory which simply links to
the appropriate architecture subdirectories, and we can also
gather a summary there.  All the pages are static, and you
can select on the main page.

Find the scripts attached.  I do not really want to go
further until I know where/how they will run.  The desing is
not finished :)
                                             Feri.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dissect
Type: text/x-sh
Size: 407 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20030829/faf2273e/dissect.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gather
Type: text/x-sh
Size: 2635 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20030829/faf2273e/gather.sh


More information about the wine-devel mailing list