public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFC: Another automated gcc test script
@ 2011-01-25  6:21 H.J. Lu
  2011-01-25  7:03 ` Sebastian Pop
  0 siblings, 1 reply; 4+ messages in thread
From: H.J. Lu @ 2011-01-25  6:21 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

Hi,

This is another automated gcc test script I have been using. I use it to
track gcc trunk as well as gcc release branches. I also use it to track
SPEC CPU 2K/2006.  It is designed as a cron job.  It checks out, builds
and tests gcc only if there are changes relevant to x86.

I have

---
PATH=/usr/local/bin:/bin:/usr/bin
# Build gcc every 15 minutes from 10pm to 4am.
10,25,40,55 0-4,22-23 * * * /export/gnu/import/svn/gcc-test-intel64/gcc-build --with-cpu=atom > /dev/null 2>&1
# Build gcc every 15 minutes from 6am to 8pm.
10,25,40,55 6-20 * * * /export/gnu/import/svn/gcc-test-intel64/gcc-build > /dev/null 2>&1
---

on Linux/x86-64 to test gcc for Linux/x86-64 and have

--
PATH=/usr/local32/bin:/bin:/usr/bin
# Build gcc every 15 minutes from 9pm to 5am
10,25,40,55 0-5,21-23 * * * /export/gnu/import/svn/gcc-test-ia32/gcc-build --with-cpu=atom -m32 >
/dev/null 2>&1
# Build gcc every 15 minutes from 6am to 8pm
10,25,40,55 6-20 * * * /export/gnu/import/svn/gcc-test-ia32/gcc-build -m32 > /dev/null 2>&1
---

on Linux/x86-64 to test gcc for Linux/ia32.  I have 32bit binutils
installed under /usr/local32. It works with gcc 4.5 and above.

Any comments?

Thanks.


H.J.

[-- Attachment #2: gcc-test.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 5033 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RFC: Another automated gcc test script
  2011-01-25  6:21 RFC: Another automated gcc test script H.J. Lu
@ 2011-01-25  7:03 ` Sebastian Pop
  2011-01-29 21:35   ` NightStrike
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Pop @ 2011-01-25  7:03 UTC (permalink / raw)
  To: H.J. Lu; +Cc: gcc-patches

On Mon, Jan 24, 2011 at 22:04, H.J. Lu <hongjiu.lu@intel.com> wrote:
> This is another automated gcc test script I have been using. I use it to
> track gcc trunk as well as gcc release branches. I also use it to track
> SPEC CPU 2K/2006.  It is designed as a cron job.  It checks out, builds
> and tests gcc only if there are changes relevant to x86.

The scripts look interesting: I will probably adapt them to test changes
touching the graphite files.

Is there an interest to commit these scripts to contrib/ or should they go
on a wiki page on auto-testing gcc?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RFC: Another automated gcc test script
  2011-01-25  7:03 ` Sebastian Pop
@ 2011-01-29 21:35   ` NightStrike
  2011-01-31  1:21     ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: NightStrike @ 2011-01-29 21:35 UTC (permalink / raw)
  To: Sebastian Pop; +Cc: H.J. Lu, gcc-patches

On Tue, Jan 25, 2011 at 12:01 AM, Sebastian Pop <sebpop@gmail.com> wrote:
> On Mon, Jan 24, 2011 at 22:04, H.J. Lu <hongjiu.lu@intel.com> wrote:
>> This is another automated gcc test script I have been using. I use it to
>> track gcc trunk as well as gcc release branches. I also use it to track
>> SPEC CPU 2K/2006.  It is designed as a cron job.  It checks out, builds
>> and tests gcc only if there are changes relevant to x86.
>
> The scripts look interesting: I will probably adapt them to test changes
> touching the graphite files.
>
> Is there an interest to commit these scripts to contrib/ or should they go
> on a wiki page on auto-testing gcc?
>

I would like to see them in both.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: RFC: Another automated gcc test script
  2011-01-29 21:35   ` NightStrike
@ 2011-01-31  1:21     ` Gerald Pfeifer
  0 siblings, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2011-01-31  1:21 UTC (permalink / raw)
  To: NightStrike; +Cc: Sebastian Pop, H.J. Lu, gcc-patches

On Sat, 29 Jan 2011, NightStrike wrote:
>> Is there an interest to commit these scripts to contrib/ or should they go
>> on a wiki page on auto-testing gcc?
> I would like to see them in both.

We've got http://gcc.gnu.org/testing/ which seems a bit underutilized...

Gerald

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-31  0:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-25  6:21 RFC: Another automated gcc test script H.J. Lu
2011-01-25  7:03 ` Sebastian Pop
2011-01-29 21:35   ` NightStrike
2011-01-31  1:21     ` Gerald Pfeifer

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).