public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/27376]  New: treelang testsuite fails on cygwin
@ 2006-05-02  6:21 billingd at gcc dot gnu dot org
  2006-05-02  6:22 ` [Bug testsuite/27376] " billingd at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: billingd at gcc dot gnu dot org @ 2006-05-02  6:21 UTC (permalink / raw)
  To: gcc-bugs

treelang testsuite fails on cygwin with

ERROR: tcl error sourcing
/usr/local/src/gcc/gcc/testsuite/treelang/output/output.exp.
ERROR: rm: cannot remove `treelang/output-1': No such file or directory
    while executing
"exec rm $testname"
    (procedure "test_treelang_output" line 31)
    invoked from within
"test_treelang_output "treelang/$bname" $srcfiles $inpfile $x """
    ("foreach" body line 15)
    invoked from within
"foreach x $outfiles {
    regsub "\\.out$" $x "" prefix
    set bname [file tail $prefix]

    if [file exists ${prefix}.inp] {
        set inpfile ${prefix}..."
    (file "/usr/local/src/gcc/gcc/testsuite/treelang/output/output.exp" line
39)
    invoked from within
"source /usr/local/src/gcc/gcc/testsuite/treelang/output/output.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source /usr/local/src/gcc/gcc/testsuite/treelang/output/output.exp"
    invoked from within
"catch "uplevel #0 source $test_file_name""



treelang/output-1 doesn't exist but treelang/output-1.exe does.

I'll work up a patch.


-- 
           Summary: treelang testsuite fails on cygwin
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
@ 2006-05-02  6:22 ` billingd at gcc dot gnu dot org
  2006-05-02  6:23 ` billingd at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: billingd at gcc dot gnu dot org @ 2006-05-02  6:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

billingd at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |billingd at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-02 06:22:06
               date|                            |


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
  2006-05-02  6:22 ` [Bug testsuite/27376] " billingd at gcc dot gnu dot org
@ 2006-05-02  6:23 ` billingd at gcc dot gnu dot org
  2006-05-06 10:30 ` christian dot joensson at gmail dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: billingd at gcc dot gnu dot org @ 2006-05-02  6:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

billingd at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
   Target Milestone|---                         |4.2.0


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
  2006-05-02  6:22 ` [Bug testsuite/27376] " billingd at gcc dot gnu dot org
  2006-05-02  6:23 ` billingd at gcc dot gnu dot org
@ 2006-05-06 10:30 ` christian dot joensson at gmail dot com
  2007-05-14 21:29 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: christian dot joensson at gmail dot com @ 2006-05-06 10:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from christian dot joensson at gmail dot com  2006-05-06 10:30 -------
hmm, must be the EXEEXT thing....


-- 


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-05-06 10:30 ` christian dot joensson at gmail dot com
@ 2007-05-14 21:29 ` mmitchel at gcc dot gnu dot org
  2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mmitchel at gcc dot gnu dot org  2007-05-14 22:26 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |4.2.1


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-05-14 21:29 ` mmitchel at gcc dot gnu dot org
@ 2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.1                       |4.2.2


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2007-10-09 19:21 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
@ 2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:29 ` jsm28 at gcc dot gnu dot org
  2008-07-04 19:55 ` jsm28 at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2008-02-01 16:52 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:29 ` jsm28 at gcc dot gnu dot org
  2008-07-04 19:55 ` jsm28 at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2008-05-19 20:22 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug testsuite/27376] treelang testsuite fails on cygwin
  2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-05-19 20:29 ` jsm28 at gcc dot gnu dot org
@ 2008-07-04 19:55 ` jsm28 at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 19:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jsm28 at gcc dot gnu dot org  2008-07-04 19:54 -------
treelang has been removed.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2008-07-04 19:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02  6:21 [Bug testsuite/27376] New: treelang testsuite fails on cygwin billingd at gcc dot gnu dot org
2006-05-02  6:22 ` [Bug testsuite/27376] " billingd at gcc dot gnu dot org
2006-05-02  6:23 ` billingd at gcc dot gnu dot org
2006-05-06 10:30 ` christian dot joensson at gmail dot com
2007-05-14 21:29 ` mmitchel at gcc dot gnu dot org
2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
2008-02-01 16:54 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:29 ` jsm28 at gcc dot gnu dot org
2008-07-04 19:55 ` jsm28 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).