You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Andrew Black <ab...@roguewave.com> on 2007/01/05 22:14:47 UTC

Re: failed examples reported as passing with MSVC or vice versa

Martin Sebor wrote:
> Andrew Black wrote:
> 
> [...]
>> My reading of this message is that the runall.wsf script failed to 
>> complete a file system command.  Unfortunately, I am having 
>> difficulties determining where the failure occurred, as the line 
>> number is meaningless within the context of a text editor.  I tend to 
>> suspect that this translates to line 118 of the runall.wsf script.  A 
>> potential contributing cause is the permissions of the build directory 
>> used by the nightly testing system.
> 
> Permissions on Windows? That's something new! Could you look
> into this theory some more when you have a spare moment? We
> need to get those builds working at some point in the near
> future.

Greetings Martin.

I performed a manual (15d) build on our shared Windows 2003 AMD64 box, 
and I was able to replicate the behavior using the glue script used in 
the nightly build process.  However, this behavior wasn't replicated 
when I built the .examples project through the devenv GUI.  I need to 
try building the solution using the build_msvc-8.0-x64.bat script, but I 
am currently unable to due to fallout from some internal infrastructure 
changes.

--Andrew Black

> 
> Thanks!
> Martin