You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Farid Zaripov <Fa...@kyiv.vdiweb.com> on 2006/11/17 19:09:48 UTC

[PATCH] RE: RFC: publishing nightly test results

 > -----Original Message-----
 > From: Andrew Black [mailto:ablack@roguewave.com]
 > Sent: Tuesday, November 14, 2006 8:19 PM
 > To: stdcxx-dev@incubator.apache.org
 > Subject: Re: RFC: publishing nightly test results
 >
 > 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 have updated windows build infrastructure to run test of locales
using exec utility.

   ChangeLog:
   * generate.wsf (generate): Added printing of compiler config
   variables
   * projects.js (CreateProjectsDefs): Corrected OutDir for test
   locales projects; added dependency from project "exec"
   * projectdef.js (projectCreateTestLocaleDefs): Added creation
   of the locale sanity test; modified command line to using the
   exec utility to run locale test.


Farid.

Re: [PATCH] RE: RFC: publishing nightly test results

Posted by Andrew Black <ab...@roguewave.com>.
Farid Zaripov wrote:
[...]
> 
>   I have updated windows build infrastructure to run test of locales
> using exec utility.
> 
>   ChangeLog:
>   * generate.wsf (generate): Added printing of compiler config
>   variables
>   * projects.js (CreateProjectsDefs): Corrected OutDir for test
>   locales projects; added dependency from project "exec"
>   * projectdef.js (projectCreateTestLocaleDefs): Added creation
>   of the locale sanity test; modified command line to using the
>   exec utility to run locale test.
> 
> 
> Farid.

Greetings Farid.

I have performed a test build with the change, and it seems to perform 
as designed.  The only thought I have about the patch is that the change 
to generate.wsf should perhaps be committed as a separate change, as it 
isn't directly related to the way the locale tests are run.

I will be on vacation next week, but I will try to alter the Windows 
glue scripts to build the locale tests before I go, so that they will be 
ready when the patch is committed.

--Andrew Black

Re: [PATCH] RE: RFC: publishing nightly test results

Posted by Martin Sebor <se...@roguewave.com>.
Farid Zaripov wrote:
>  > -----Original Message-----
>  > From: Andrew Black [mailto:ablack@roguewave.com]
>  > Sent: Tuesday, November 14, 2006 8:19 PM
>  > To: stdcxx-dev@incubator.apache.org
>  > Subject: Re: RFC: publishing nightly test results
>  >
>  > 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 have updated windows build infrastructure to run test of locales
> using exec utility.

Cool! This is in, right?

Martin