Andrew Black wrote:
Greetings Farid.
The reason for the 'DATA' on windows is because the locales aren't being
tested at this time. The reason they aren't being tested is because the
glue script hasn't been designed to parse the test driver output,
generated by the locale test script. Under the Unix infrastructure, the
locale test scripts are run using the exec utility. If consistency
between the Unix and Windows infrastructure is desired, it would make
sense to run the locale tests using the exec utility.
I agree, we should strive for consistency between the UNIX and
Windows infrastructures and it would be a good thing to eliminate
as much platform-specific code as possible. Obviously we can't get
rid of all of it but whatever we can share we should (an example
of change in this direction is:
http://svn.apache.org/viewvc?view=rev&revision=464428).
We actually do capture the HTML output within our automated testing
system, but it isn't part of the published nightly results, as it would
be a special case. The build log (the first file associated with each
build) is the output from stdout/stderr when running the glue scripts.
One enhancement I would appreciate seeing would be the output of the
library and example build process on the standard output from the
build_(compiler).bat script, as it provides no indication of the
progress being made while the script runs.
Yes, that would definitely be an improvement over what we publish
today. The build log we publish for Windows builds is much less
useful that what we have for UNIX.
Martin
--Andrew Black
Farid Zaripov wrote:
-----Original Message-----
From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday,
November 13, 2006 6:53 PM
To: [email protected]
Subject: Re: RFC: publishing nightly test results
Any comments or questions on this? Farid?
Not yet. I found it useful as for me.
I see "DATA" in State column in rows with results on MSVC. The tooltop
comment says
"Incomplete data". Can I help with this? The windows build
infrastructure produces the build
log (i.e. msvc-7.1-15s.html) and perhaps this log can be attached? The
size of this log file
is big due to HTML format and UNICODE characters (on MSVC8). We can
modify
makelog.wsf script to produce the ASCII text log file as well as html
one.
Farid.