public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joe Buck <jbuck@synopsys.com>
To: jbuck@synopsys.com (Joe Buck)
Cc: law@cygnus.com, Matthias.Klose@cs.tu-berlin.de, egcs@cygnus.com
Subject: Re: How to generate test reports?
Date: Wed, 13 May 1998 20:23:00 -0000	[thread overview]
Message-ID: <199805132321.QAA28133@atrus.synopsys.com> (raw)
In-Reply-To: <199805131615.JAA29166@atrus.synopsys.com>

I wrote:

> If this script were in the source and documented as the standard way
> of reporting test results, we could then automate the processing of
> test reports (since they all would have the same format).

Looking at Alexandre's script, it requires that the .sum and .log files
be copied and rearranged (alternatively a set of symbolic links can be
used).  Other than that problem it is very nice.

It would be nice if it had an option that would just take the root of
a build tree (the directory in which configure is run), and it then
used, say

find $build_tree -type f -name '*.sum' -print

to find the summary files.  It could read config.status to get the
configure arguments, rather than requiring the user to make a separate
file (though a separate file to allow extra information might be nice).

The idea is to make the process as simple as

./configure [options]
make bootstrap-lean
make -k check
make mail_report

No muss, no fuss.  However, if this is done, we'd want a different address
besides egcs to send the report to.




  reply	other threads:[~1998-05-13 20:23 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-12  8:13 Matthias Klose
1998-05-12 12:36 ` Jeffrey A Law
1998-05-13  0:56   ` Matthias Klose
1998-05-13  1:47     ` Jeffrey A Law
1998-05-13  7:22       ` Robert Lipe
1998-05-13  7:22       ` Alexandre Oliva
1998-05-13 10:04       ` Joe Buck
1998-05-13 20:23         ` Joe Buck [this message]
1998-05-15  1:48           ` Alexandre Oliva
1998-05-20 22:55             ` Jeffrey A Law
1998-05-21 20:15               ` Alexandre Oliva
1998-05-23 22:47                 ` Jeffrey A Law
1998-05-25 10:57               ` [patch] " Alexandre Oliva
1998-06-19  6:07                 ` Jeffrey A Law
1998-06-19  6:07                 ` Jeffrey A Law
1998-06-22 17:41                   ` Alexandre Oliva
1998-05-21 20:15             ` Matthias Klose
1998-05-14 11:50       ` Joe Buck
1998-05-13  1:58     ` Alexandre Oliva
1998-05-12 18:04 ` Alexandre Oliva
1998-05-12 12:36 Mike Stump
1998-05-13 10:04 Kaveh R. Ghazi
1998-05-13 16:02 Michael Meissner
1998-05-22 16:41 ` Gerald Pfeifer
1998-05-22 12:21   ` Jeffrey A Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199805132321.QAA28133@atrus.synopsys.com \
    --to=jbuck@synopsys.com \
    --cc=Matthias.Klose@cs.tu-berlin.de \
    --cc=egcs@cygnus.com \
    --cc=law@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).