public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/25741]  New: Gcc testsuite isn't parallel build safe
@ 2006-01-10 16:03 hjl at lucon dot org
  2006-01-10 17:25 ` [Bug testsuite/25741] " steven at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2006-01-10 16:03 UTC (permalink / raw)
  To: gcc-bugs

Same filename is used in different tests. When "make -j4 check" was used, I got

FAIL: g++.dg/debug/trivial.C -gstabs+1 execution test
FAIL: gcc.dg/debug/trivial.c -gdwarf-2 execution test
FAIL: gcc.dg/debug/trivial.c -gdwarf-2 -O3 execution test
FAIL: g++.dg/debug/trivial.C -gstabs+1 -O3 execution test
FAIL: gcc.dg/debug/trivial.c -gdwarf-23 execution test
FAIL: g++.dg/debug/trivial.C -gstabs+ execution test
FAIL: gcc.dg/debug/trivial.c -gdwarf-23 -O3 execution test
FAIL: g++.dg/debug/trivial.C -gstabs+ -O2 execution test
FAIL: gcc.dg/debug/trivial.c -gstabs1 execution test
FAIL: gcc.dg/debug/trivial.c -gstabs1 -O (test for excess errors)
FAIL: g++.dg/debug/trivial.C -gstabs+ -O3 execution test
FAIL: gcc.dg/debug/trivial.c -gstabs1 -O3 execution test
FAIL: g++.dg/debug/trivial.C -gstabs+3 execution test
FAIL: gcc.dg/debug/trivial.c -gstabs -O execution test
FAIL: g++.dg/debug/trivial.C -gstabs+3 -O2 execution test
FAIL: gcc.dg/debug/trivial.c -gstabs -O3 execution test
FAIL: gcc.dg/debug/trivial.c -gstabs3 (test for excess errors)

Executing on host: /export/build/gnu/gcc-4.1/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc-4.1/build-x86_64-linux/gcc/
/net/gnu-13/export/gnu/src/gcc-4.1/gcc/gcc/testsuite/gcc.dg/debug/trivial.c 
-gstabs1 -O  -fno-show-column  -lm   -o ./trivial.exe    (timeout = 300)
/usr/local/bin/ld: reopening ./trivial.exe: Text file busy^M
^M
/usr/local/bin/ld: final link failed: Text file busy^M
collect2: ld returned 1 exit status^M
compiler exited with status 1


-- 
           Summary: Gcc testsuite isn't parallel build safe
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741



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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
@ 2006-01-10 17:25 ` steven at gcc dot gnu dot org
  2006-01-10 19:06 ` hjl at lucon dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-01-10 17:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from steven at gcc dot gnu dot org  2006-01-10 17:25 -------
One of trivial.[cC] has to be renamed.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-10 17:25:32
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741



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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
  2006-01-10 17:25 ` [Bug testsuite/25741] " steven at gcc dot gnu dot org
@ 2006-01-10 19:06 ` hjl at lucon dot org
  2006-01-10 19:22 ` hjl at lucon dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2006-01-10 19:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at lucon dot org  2006-01-10 19:06 -------
Some tests use PID in output filenames. I am testing a patch now.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741



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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
  2006-01-10 17:25 ` [Bug testsuite/25741] " steven at gcc dot gnu dot org
  2006-01-10 19:06 ` hjl at lucon dot org
@ 2006-01-10 19:22 ` hjl at lucon dot org
  2006-01-10 20:20 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2006-01-10 19:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at lucon dot org  2006-01-10 19:22 -------
Using PID in output filenames requires many changes. Renaming is simpler.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741



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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2006-01-10 19:22 ` hjl at lucon dot org
@ 2006-01-10 20:20 ` hjl at lucon dot org
  2006-01-16 21:43 ` hjl at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at lucon dot org @ 2006-01-10 20:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at lucon dot org  2006-01-10 20:20 -------
Created an attachment (id=10608)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10608&action=view)
List of tests with the same prefix

This is a list of ests with the same prefix. There are quite a few.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741



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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2006-01-10 20:20 ` hjl at lucon dot org
@ 2006-01-16 21:43 ` hjl at gcc dot gnu dot org
  2006-01-29 20:09 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu dot org @ 2006-01-16 21:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl at gcc dot gnu dot org  2006-01-16 21:43 -------
Subject: Bug 25741

Author: hjl
Date: Mon Jan 16 21:43:05 2006
New Revision: 109773

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109773
Log:
gcc/

2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

        PR testsuite/25741
        * Makefile.in (check-%): Depend on site.exp instead of
        $(TESTSUITEDIR)/site.exp. Run "runtest" in separate language
        directories.

gcc/testsuite/

2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

        PR testsuite/25741
        * lib/g++.exp (g++_init): Use $base_dir/../../ instead of
        $base_dir/../.
        * lib/gfortran.exp (gfortran_init): Likewise.
        * lib/obj-c++.exp (obj-c++_init): Likewise.
        * lib/scanasm.exp (scan-assembler-dem): Likewise.
        (scan-assembler-dem-not): Likewise.
        * lib/scandump.exp (scan-dump-dem): Likewise.
        (scan-dump-dem-not): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/g++.exp
    trunk/gcc/testsuite/lib/gfortran.exp
    trunk/gcc/testsuite/lib/obj-c++.exp
    trunk/gcc/testsuite/lib/scanasm.exp
    trunk/gcc/testsuite/lib/scandump.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741


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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2006-01-16 21:43 ` hjl at gcc dot gnu dot org
@ 2006-01-29 20:09 ` pinskia at gcc dot gnu dot org
  2006-03-31 17:36 ` hjl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-29 20:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-01-29 20:09 -------
Fixed on the mainline.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741


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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2006-01-29 20:09 ` pinskia at gcc dot gnu dot org
@ 2006-03-31 17:36 ` hjl at gcc dot gnu dot org
  2006-03-31 17:42 ` hjl at gcc dot gnu dot org
  2006-03-31 21:39 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu dot org @ 2006-03-31 17:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl at gcc dot gnu dot org  2006-03-31 17:36 -------
Subject: Bug 25741

Author: hjl
Date: Fri Mar 31 17:36:00 2006
New Revision: 112583

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112583
Log:
contrib/regression/

2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2006-01-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
        g++.sum has moved to gcc/testsuite/g++/g++.sum.
        objc.sum has moved to gcc/testsuite/objc/objc.sum.

gcc/

2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

        PR testsuite/25741
        Backport from mainline
        2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

        * Makefile.in (check-%): Depend on site.exp instead of
        $(TESTSUITEDIR)/site.exp. Run "runtest" in separate language
        directories.

        2006-01-17  Shantonu Sen  <ssen@opendarwin.org>

        * Makefile.in (check-%, check-consistency): Use $${srcdir}
        instead of $(srcdir) and ${srcdir}.

gcc/testsuite/

2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

        PR testsuite/25741
        Backport from mainline
        2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

        * lib/g++.exp (g++_init): Use $base_dir/../../ instead of
        $base_dir/../.
        * lib/gfortran.exp (gfortran_init): Likewise.
        * lib/obj-c++.exp (obj-c++_init): Likewise.
        * lib/scanasm.exp (scan-assembler-dem): Likewise.
        (scan-assembler-dem-not): Likewise.
        * lib/scandump.exp (scan-dump-dem): Likewise.
        (scan-dump-dem-not): Likewise.

Modified:
    branches/gcc-4_1-branch/contrib/regression/ChangeLog
    branches/gcc-4_1-branch/contrib/regression/btest-gcc.sh
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/Makefile.in
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/lib/g++.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/gfortran.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/obj-c++.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/scanasm.exp
    branches/gcc-4_1-branch/gcc/testsuite/lib/scandump.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741


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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2006-03-31 17:36 ` hjl at gcc dot gnu dot org
@ 2006-03-31 17:42 ` hjl at gcc dot gnu dot org
  2006-03-31 21:39 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: hjl at gcc dot gnu dot org @ 2006-03-31 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from hjl at gcc dot gnu dot org  2006-03-31 17:42 -------
Subject: Bug 25741

Author: hjl
Date: Fri Mar 31 17:42:06 2006
New Revision: 112584

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112584
Log:
2006-03-31  H.J. Lu  <hongjiu.lu@intel.com>

        PR testsuite/25741
        Backport from mainline
        2006-01-16  H.J. Lu  <hongjiu.lu@intel.com>

        * lib/g++.exp (g++_init): Use $base_dir/../../ instead of
        $base_dir/../.
        * lib/gfortran.exp (gfortran_init): Likewise.
        * lib/scanasm.exp (scan-assembler-dem): Likewise.
        (scan-assembler-dem-not): Likewise.

Modified:
    branches/gcc-4_0-branch/contrib/regression/ChangeLog
    branches/gcc-4_0-branch/contrib/regression/btest-gcc.sh
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/Makefile.in
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_0-branch/gcc/testsuite/lib/g++.exp
    branches/gcc-4_0-branch/gcc/testsuite/lib/gfortran.exp
    branches/gcc-4_0-branch/gcc/testsuite/lib/scanasm.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741


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

* [Bug testsuite/25741] Gcc testsuite isn't parallel build safe
  2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2006-03-31 17:42 ` hjl at gcc dot gnu dot org
@ 2006-03-31 21:39 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-31 21:39 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.1.1 4.0.4 4.2.0
   Target Milestone|4.2.0                       |4.0.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25741


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

end of thread, other threads:[~2006-03-31 21:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-10 16:03 [Bug testsuite/25741] New: Gcc testsuite isn't parallel build safe hjl at lucon dot org
2006-01-10 17:25 ` [Bug testsuite/25741] " steven at gcc dot gnu dot org
2006-01-10 19:06 ` hjl at lucon dot org
2006-01-10 19:22 ` hjl at lucon dot org
2006-01-10 20:20 ` hjl at lucon dot org
2006-01-16 21:43 ` hjl at gcc dot gnu dot org
2006-01-29 20:09 ` pinskia at gcc dot gnu dot org
2006-03-31 17:36 ` hjl at gcc dot gnu dot org
2006-03-31 17:42 ` hjl at gcc dot gnu dot org
2006-03-31 21:39 ` pinskia at gcc dot gnu dot org

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