public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32
@ 2005-08-06 18:49 fxcoudert at gcc dot gnu dot org
  2005-08-06 18:51 ` [Bug fortran/23261] " fxcoudert at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-06 18:49 UTC (permalink / raw)
  To: gcc-bugs

I open this bug to keep track of the testcases failing on mingw32. With
gfortran-20050806, the list is:

 FAIL: gfortran.dg/dev_null.f90  (mingw doesn't have /dev/null)
 FAIL: gfortran.dg/direct_io_2.f90
 FAIL: gfortran.dg/endfile.f90
 FAIL: gfortran.dg/f2c_4.f90
 FAIL: gfortran.dg/f2c_5.f90
 FAIL: gfortran.dg/fmt_read_bz_bn.f90
 FAIL: gfortran.dg/g77/12632.f
 FAIL: gfortran.dg/g77/19990905-0.f
 FAIL: gfortran.dg/g77/970125-0.f
 FAIL: gfortran.dg/g77/980615-0.f
XPASS: gfortran.dg/g77/cabs.f
 FAIL: gfortran.dg/g77/cpp4.F
 FAIL: gfortran.dg/hollerith.f90
 FAIL: gfortran.dg/hollerith2.f90
 FAIL: gfortran.dg/hollerith4.f90
 FAIL: gfortran.dg/hollerith_f95.f90
 FAIL: gfortran.dg/io_invalid_1.f90
 FAIL: gfortran.dg/namelist_19.f90
 FAIL: gfortran.dg/output_exponents_1.f90
 FAIL: gfortran.dg/pr20865.f90
 FAIL: gfortran.dg/write_to_null.f90  (mingw doesn't have /dev/null)
 FAIL: gfortran.fortran-torture/execute/inquire_2.f90

Total: 20 bugs (two testcases are not supposed to work since mingw doesn't have
a /dev/null device).

-- 
           Summary: [meta-bug] gfortran testsuite bugs on mingw32
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-mingw32


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


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

* [Bug fortran/23261] [meta-bug] gfortran testsuite bugs on mingw32
  2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
  2005-08-06 18:51 ` [Bug fortran/23261] " fxcoudert at gcc dot gnu dot org
@ 2005-08-06 18:51 ` fxcoudert at gcc dot gnu dot org
  2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-06 18:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-06 18:51 -------
Created an attachment (id=9441)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9441&action=view)
Script that runs dejagnu_mimic for each interesting file in the testsuite.


-- 


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


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

* [Bug fortran/23261] [meta-bug] gfortran testsuite bugs on mingw32
  2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
@ 2005-08-06 18:51 ` fxcoudert at gcc dot gnu dot org
  2005-08-06 18:51 ` fxcoudert at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-06 18:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-06 18:51 -------
Created an attachment (id=9440)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9440&action=view)
Script file that tries to emulate the dejagnu test framework


-- 


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


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

* [Bug fortran/23261] [meta-bug] gfortran testsuite bugs on mingw32
  2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
  2005-08-06 18:51 ` [Bug fortran/23261] " fxcoudert at gcc dot gnu dot org
  2005-08-06 18:51 ` fxcoudert at gcc dot gnu dot org
@ 2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
  2005-09-03 19:09 ` [Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-08-07 13:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-08-07 13:05 -------
With recent patch that fixes a number of issues with temporary files
(http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00399.html), and including the
bugs that are caused by the script not being perfect, the list reduces to:

 FAIL: gfortran.dg/direct_io_2.f90 (PR 23264)
 FAIL: gfortran.dg/endfile.f90 (PR 23262)
 FAIL: gfortran.dg/fmt_read_bz_bn.f90 (PR 23265)
 FAIL: gfortran.dg/output_exponents_1.f90
 FAIL: gfortran.fortran-torture/execute/inquire_2.f90 (PR 23272)

I have reduced each of those bugs (see PR number associated to each), which are
all target-specific. The output_exponents_1.f90 failure is associated to my
recent patch proposal (http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00338.html),
i'm investigating...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23262, 23264, 23265, 23272
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-07 13:05:23
               date|                            |


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


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

* [Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs
  2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
@ 2005-09-03 19:09 ` fxcoudert at gcc dot gnu dot org
  2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
  2005-09-07 21:33 ` fxcoudert at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-03 19:09 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 23261 depends on bug 23264, which changed state.

Bug 23264 Summary: [mingw32] direct access failure
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23264

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

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


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

* [Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs
  2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-09-03 19:09 ` [Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs fxcoudert at gcc dot gnu dot org
@ 2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
  2005-09-07 21:33 ` fxcoudert at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-06 15:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 23261 depends on bug 23265, which changed state.

Bug 23265 Summary: [mingw32] Error in floating point output with BN edit descriptor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23265

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

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


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

* [Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs
  2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
@ 2005-09-07 21:33 ` fxcoudert at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-09-07 21:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 23261 depends on bug 23262, which changed state.

Bug 23262 Summary: [mingw32] rewind truncates file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23262

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2005-09-07 21:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-06 18:49 [Bug fortran/23261] New: [meta-bug] gfortran testsuite bugs on mingw32 fxcoudert at gcc dot gnu dot org
2005-08-06 18:51 ` [Bug fortran/23261] " fxcoudert at gcc dot gnu dot org
2005-08-06 18:51 ` fxcoudert at gcc dot gnu dot org
2005-08-07 13:05 ` fxcoudert at gcc dot gnu dot org
2005-09-03 19:09 ` [Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs fxcoudert at gcc dot gnu dot org
2005-09-06 15:37 ` fxcoudert at gcc dot gnu dot org
2005-09-07 21:33 ` fxcoudert 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).