public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/104109] New: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C  : error executing dg-final: can't read "script": no such variable
@ 2022-01-19  0:51 hjl.tools at gmail dot com
  2022-01-19  0:56 ` [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable by r12-6629 hjl.tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2022-01-19  0:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104109
           Summary: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C  : error
                    executing dg-final: can't read "script": no such
                    variable
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

On Linux/x86-64, r12-6639 gave

ERROR: g++.dg/gcov/gcov-17.C  : error executing dg-final: can't read "script":
no such variable
ERROR: g++.dg/gcov/pr98273.C  : error executing dg-final: can't read "script":
no such variable

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

* [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C  : error executing dg-final: can't read "script": no such variable by r12-6629
  2022-01-19  0:51 [Bug testsuite/104109] New: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable hjl.tools at gmail dot com
@ 2022-01-19  0:56 ` hjl.tools at gmail dot com
  2022-01-19  6:30 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2022-01-19  0:56 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Summary|[12 Regression] ERROR:      |[12 Regression] ERROR:
                   |g++.dg/gcov/gcov-17.C  :    |g++.dg/gcov/gcov-17.C  :
                   |error executing dg-final:   |error executing dg-final:
                   |can't read "script": no     |can't read "script": no
                   |such variable               |such variable by r12-6629
   Last reconfirmed|                            |2022-01-19
     Ever confirmed|0                           |1

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
r12-6629 has

@@ -274,11 +276,8 @@ proc run-gcov-pytest { args } {
     set testcase [remote_download host $testcase]
     set result [remote_exec host $GCOV "$testcase -i"]

-    set pytest_cmd "python3 -m pytest --color=no -rap -s --tb=no"
-    set result [remote_exec host "$pytest_cmd --version"]
-    set status [lindex $result 0]
-    if { $status != 0 } then {
-      unsupported "$subdir/$testcase run-gcov-pytest python3 pytest missing"
+    if { ![check_effective_target_pytest3] } {
+      unsupported "$script pytest python3 is missing"
                    ^^^^^^^ Never defined.
       return
     }

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

* [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C  : error executing dg-final: can't read "script": no such variable by r12-6629
  2022-01-19  0:51 [Bug testsuite/104109] New: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable hjl.tools at gmail dot com
  2022-01-19  0:56 ` [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable by r12-6629 hjl.tools at gmail dot com
@ 2022-01-19  6:30 ` marxin at gcc dot gnu.org
  2022-01-19  6:40 ` cvs-commit at gcc dot gnu.org
  2022-01-19  6:40 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-01-19  6:30 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|mliska at suse dot cz              |marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Mine.

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

* [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C  : error executing dg-final: can't read "script": no such variable by r12-6629
  2022-01-19  0:51 [Bug testsuite/104109] New: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable hjl.tools at gmail dot com
  2022-01-19  0:56 ` [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable by r12-6629 hjl.tools at gmail dot com
  2022-01-19  6:30 ` marxin at gcc dot gnu.org
@ 2022-01-19  6:40 ` cvs-commit at gcc dot gnu.org
  2022-01-19  6:40 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-19  6:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:b01d2059c703d447827cc82e0e27e460a38bfa9f

commit r12-6718-gb01d2059c703d447827cc82e0e27e460a38bfa9f
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Jan 19 07:37:42 2022 +0100

    testsuite: fix pytest detection unsupported message.

            PR testsuite/104109

    gcc/testsuite/ChangeLog:

            * lib/gcov.exp: Fix pytest detection unsupported message.

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

* [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C  : error executing dg-final: can't read "script": no such variable by r12-6629
  2022-01-19  0:51 [Bug testsuite/104109] New: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2022-01-19  6:40 ` cvs-commit at gcc dot gnu.org
@ 2022-01-19  6:40 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-01-19  6:40 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed, thanks for the report.

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

end of thread, other threads:[~2022-01-19  6:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  0:51 [Bug testsuite/104109] New: [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable hjl.tools at gmail dot com
2022-01-19  0:56 ` [Bug testsuite/104109] [12 Regression] ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable by r12-6629 hjl.tools at gmail dot com
2022-01-19  6:30 ` marxin at gcc dot gnu.org
2022-01-19  6:40 ` cvs-commit at gcc dot gnu.org
2022-01-19  6:40 ` marxin 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).