public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug modula2/102325] New: gm2 testsuite drivers should be unique
@ 2021-09-14 11:07 ro at gcc dot gnu.org
  2021-09-14 11:58 ` [Bug modula2/102325] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2021-09-14 11:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325

            Bug ID: 102325
           Summary: gm2 testsuite drivers should be unique
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---

Currently, all but one of the gm2 testsuite drivers are called gm2.exp.  This
is
bad because it doesn't support running specific parts of the testsuite
selectivly,
like make check-m2 RUNTESTFLAGS=<driver>.exp.  Instead, this should follow the
other testsuites where the driver names are unique.

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

* [Bug modula2/102325] gm2 testsuite drivers should be unique
  2021-09-14 11:07 [Bug modula2/102325] New: gm2 testsuite drivers should be unique ro at gcc dot gnu.org
@ 2021-09-14 11:58 ` rguenth at gcc dot gnu.org
  2021-10-12 23:05 ` gaiusmod2 at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-09-14 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-09-14
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.

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

* [Bug modula2/102325] gm2 testsuite drivers should be unique
  2021-09-14 11:07 [Bug modula2/102325] New: gm2 testsuite drivers should be unique ro at gcc dot gnu.org
  2021-09-14 11:58 ` [Bug modula2/102325] " rguenth at gcc dot gnu.org
@ 2021-10-12 23:05 ` gaiusmod2 at gmail dot com
  2021-10-20 14:18 ` gaiusmod2 at gmail dot com
  2021-10-20 14:38 ` dje at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: gaiusmod2 at gmail dot com @ 2021-10-12 23:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325

--- Comment #2 from Gaius Mulley <gaiusmod2 at gmail dot com> ---
Many thanks for reporting this bug/issue.  I've now git pushed changes which
have renamed all the gm2.exp driver scripts as distinct names.

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

* [Bug modula2/102325] gm2 testsuite drivers should be unique
  2021-09-14 11:07 [Bug modula2/102325] New: gm2 testsuite drivers should be unique ro at gcc dot gnu.org
  2021-09-14 11:58 ` [Bug modula2/102325] " rguenth at gcc dot gnu.org
  2021-10-12 23:05 ` gaiusmod2 at gmail dot com
@ 2021-10-20 14:18 ` gaiusmod2 at gmail dot com
  2021-10-20 14:38 ` dje at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: gaiusmod2 at gmail dot com @ 2021-10-20 14:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325

--- Comment #3 from Gaius Mulley <gaiusmod2 at gmail dot com> ---
"rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org> writes:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325
>
> Richard Biener <rguenth at gcc dot gnu.org> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>    Last reconfirmed|                            |2021-09-14
>      Ever confirmed|0                           |1
>              Status|UNCONFIRMED                 |NEW
>
> --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
> Confirmed.

[again apologies if this is the wrong way to mention a status change.]

now fixed in the git repro.

regards,
Gaius

regards,
Gaius

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

* [Bug modula2/102325] gm2 testsuite drivers should be unique
  2021-09-14 11:07 [Bug modula2/102325] New: gm2 testsuite drivers should be unique ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-10-20 14:18 ` gaiusmod2 at gmail dot com
@ 2021-10-20 14:38 ` dje at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dje at gcc dot gnu.org @ 2021-10-20 14:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dje at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #4 from David Edelsohn <dje at gcc dot gnu.org> ---
Gaius reports fixed.

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

end of thread, other threads:[~2021-10-20 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 11:07 [Bug modula2/102325] New: gm2 testsuite drivers should be unique ro at gcc dot gnu.org
2021-09-14 11:58 ` [Bug modula2/102325] " rguenth at gcc dot gnu.org
2021-10-12 23:05 ` gaiusmod2 at gmail dot com
2021-10-20 14:18 ` gaiusmod2 at gmail dot com
2021-10-20 14:38 ` dje at gcc dot gnu.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).