public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dave Korn <dave.korn.cygwin@gmail.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH,contrib] Add option to patch tester to avoid caching baseline test results.
Date: Thu, 02 Dec 2010 04:27:00 -0000	[thread overview]
Message-ID: <4CF725C1.5080207@gmail.com> (raw)
In-Reply-To: <4CE15509.4090602@gmail.com>

On 15/11/2010 15:43, Dave Korn wrote:

>   I discovered a problem with the patch_tester.sh script in the contrib/
> directory.  By design, the script caches the results of the clean test run it
> performs against any given branch/revision combination, which saves a lot of
> time when testing a whole bunch of patches.  However, it can give false
> results in the case when testing one patch against a variety of different
> configure options.  Different configuration options can alter the baseline set
> of FAILs that the testsuite will produce, meaning that the cached results of
> the clean test run may falsely fail to match the results from the test run
> done against the patched build if they originally came from a run with
> different configure options - the particular case that bit me was compiling
> with --disable-shared, which causes a load of mudflap FAILs to appear(*).
> 
>   This patch addresses that problem by adding a command-line option that
> prevents the use of cached results, forcing the baseline results to be
> regenerated anew for each patch that is tested.
> 
> contrib/ChangeLog:
> 
> 	* patch_tester.sh (nopristinecache): New shell var, set according
> 	to presence or absence of new -nopristinecache option.
> 	(usage): Document new option.
> 	(bootntest_pristine): Implement it.
> 
>   OK?

  Ping?

    cheers,
      DaveK

  reply	other threads:[~2010-12-02  4:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-15 15:49 Dave Korn
2010-12-02  4:27 ` Dave Korn [this message]
2010-12-18 12:23   ` [PING^2] " Dave Korn
2010-12-18 12:53     ` Ralf Wildenhues
2010-12-18 20:01       ` Mike Stump
2010-12-19 17:18         ` Sebastian Pop
2011-01-26  7:24           ` Dave Korn

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=4CF725C1.5080207@gmail.com \
    --to=dave.korn.cygwin@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    /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).