[Dart] need one (or two) ctest features

Jim Miller millerjv at gmail.com
Sun May 14 13:54:39 EDT 2006


Alex,

Can you provide some more information on the issue you are having with the
logs?

I believe CTest is capturing stdout and stderr as two separate "logs".  I
was just looking
through that code the other day and it appears to create a separate thread
to read each
log to avoid blocking issues.

When the logs are sent to Dart, each error/warning is sent as three packets
of information:
the line of the log with the error, a block of the log immediately before
the error, and a
block of the log immediately after the error.  The presentation of the build
information
then separates errors and warnings presentations.

Are errors and warnings appearing out of order?

I do not know what happens to the logs if you do a parallel make.
Information conceivably
could be jumbled there...

Jim





On 5/12/06, Alexander Neundorf <a.neundorf-work at gmx.net> wrote:
>
> > --- Ursprüngliche Nachricht ---
> > Von: "Alexander Neundorf" <a.neundorf-work at gmx.net>
> > An: dart at public.kitware.com
> > Betreff: [Dart] need one (or two) ctest features
> > Datum: Fri, 12 May 2006 09:17:48 +0200 (MEST)
> >
> > Hi,
> >
> > I finally got basically everything working.
> > One problem I have is the following:
> > we compile the same source file several times for several targets in
> one
> > project.
> > So if I get a warning or error in file foo.cpp, I don't know for which
> > target the file was compiled. I can only guess :-/
> > So it would be nice if the target or the object which should be created
> > would also be contained in the message generated by ctest.
> >
> > And I have a second issue.
> > We are also compiling "foreign" code in our project, which we don't
> want
> > to modify. There are also warnings in this code. Is it possible to tell
> > ctest to ignore warnings for files where the complete path matches a
> > custom regexp ?
>
> Ok, found this one.
>
> Why are actually the log files so mixed up ?
> Is this because the standard- and error-output of the process are not
> synchronized ? Is there anything which could be done to help in this
> regard ?
>
> Bye
> Alex
>
>
> --
> "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
> Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
> _______________________________________________
> Dart mailing list
> Dart at public.kitware.com
> http://public.kitware.com/mailman/listinfo/dart
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20060514/d3fae2d0/attachment.htm


More information about the Dart mailing list