public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test
@ 2011-12-30 15:52 danglin at gcc dot gnu.org
  2011-12-30 17:14 ` [Bug gcov-profile/51715] " danglin at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-30 15:52 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51715
           Summary: FAIL: gcc.misc-tests/gcov-13.c execution test
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcov-13.c    -fprofile-arcs
-ftest-coverage  /test/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcovpart-13b.c 
-lm   -o
 ./gcov-13.exe    (timeout = 300)
PASS: gcc.misc-tests/gcov-13.c (test for excess errors)
Setting LD_LIBRARY_PATH to :/test/gnu/gcc/objdir/gcc::/test/gnu/gcc/objdir/gcc
FAIL: gcc.misc-tests/gcov-13.c execution test
Executing on host: /test/gnu/gcc/objdir/gcc/gcov  -a gcov-13.c    (timeout =
300
)File '/test/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcov-13.c'
Lines executed:100.00% of 4Creating 'gcov-13.c.gcov'
XFAIL: gcc.misc-tests/gcov-13.c:10:is 1:should be -
PASS: gcc.misc-tests/gcov-13.c:15 line count
XFAIL: gcc.misc-tests/gcov-13.c gcov: 1 failures in line counts, 0 in branch
per
centages, 0 in return percentagesExecuting on host:
/test/gnu/gcc/objdir/gcc/gcov  -a gcovpart-13b.c    (timeout 
= 300)File '/test/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcovpart-13b.c'Lines
executed:0.00% of 2
Creating 'gcovpart-13b.c.gcov'

FAIL: gcc.misc-tests/gcovpart-13b.c:3:is #####:should be 1
FAIL: gcc.misc-tests/gcovpart-13b.c gcov: 1 failures in line counts, 0 in
branch percentages, 0 in return percentages


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

* [Bug gcov-profile/51715] FAIL: gcc.misc-tests/gcov-13.c execution test
  2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
@ 2011-12-30 17:14 ` danglin at gcc dot gnu.org
  2012-01-02 10:22 ` [Bug gcov-profile/51715] [4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-30 17:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-30 16:06:33 UTC ---
This test also to be skipped 32-bit hpux as secondary symbols
are not overridden.


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

* [Bug gcov-profile/51715] [4.7 Regression] FAIL: gcc.misc-tests/gcov-13.c execution test
  2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
  2011-12-30 17:14 ` [Bug gcov-profile/51715] " danglin at gcc dot gnu.org
@ 2012-01-02 10:22 ` rguenth at gcc dot gnu.org
  2012-01-03 12:25 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-02 10:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at acm dot org
   Target Milestone|---                         |4.7.0
            Summary|FAIL:                       |[4.7 Regression] FAIL:
                   |gcc.misc-tests/gcov-13.c    |gcc.misc-tests/gcov-13.c
                   |execution test              |execution test


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

* [Bug gcov-profile/51715] [4.7 Regression] FAIL: gcc.misc-tests/gcov-13.c execution test
  2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
  2011-12-30 17:14 ` [Bug gcov-profile/51715] " danglin at gcc dot gnu.org
  2012-01-02 10:22 ` [Bug gcov-profile/51715] [4.7 Regression] " rguenth at gcc dot gnu.org
@ 2012-01-03 12:25 ` jakub at gcc dot gnu.org
  2012-01-04  1:25 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-01-03 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-03 12:24:49 UTC ---
Can you just adjusts the tests ourself and submit a patch?
It takes just make -C check-gcc RUNTESTFLAGS=gcov.exp to test it (possibly on
32-bit/64-bit hpux/linux), so for somebody who has access to those and possibly
already built trees it shouldn't be much effort.  It would be nice not to have
too many unnecessary 4.7 Regressions in the queries at this point.  Thanks.


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

* [Bug gcov-profile/51715] [4.7 Regression] FAIL: gcc.misc-tests/gcov-13.c execution test
  2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-01-03 12:25 ` jakub at gcc dot gnu.org
@ 2012-01-04  1:25 ` dave.anglin at bell dot net
  2012-01-07 15:27 ` danglin at gcc dot gnu.org
  2012-01-07 15:36 ` danglin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: dave.anglin at bell dot net @ 2012-01-04  1:25 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from dave.anglin at bell dot net 2012-01-04 01:24:39 UTC ---
I have a patch which I am testing.

Dave
--
John David Anglin    dave.anglin@bell.net


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

* [Bug gcov-profile/51715] [4.7 Regression] FAIL: gcc.misc-tests/gcov-13.c execution test
  2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-01-04  1:25 ` dave.anglin at bell dot net
@ 2012-01-07 15:27 ` danglin at gcc dot gnu.org
  2012-01-07 15:36 ` danglin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-07 15:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-07 15:27:22 UTC ---
Author: danglin
Date: Sat Jan  7 15:27:15 2012
New Revision: 182981

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182981
Log:
    PR gcov-profile/51715
    PR gcov-profile/51717
    * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
    * gcc.misc-tests/gcov-14.c: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.misc-tests/gcov-13.c
    trunk/gcc/testsuite/gcc.misc-tests/gcov-14.c


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

* [Bug gcov-profile/51715] [4.7 Regression] FAIL: gcc.misc-tests/gcov-13.c execution test
  2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-01-07 15:27 ` danglin at gcc dot gnu.org
@ 2012-01-07 15:36 ` danglin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-07 15:36 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-07 15:34:27 UTC ---
Fixed.


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

end of thread, other threads:[~2012-01-07 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-30 15:52 [Bug gcov-profile/51715] New: FAIL: gcc.misc-tests/gcov-13.c execution test danglin at gcc dot gnu.org
2011-12-30 17:14 ` [Bug gcov-profile/51715] " danglin at gcc dot gnu.org
2012-01-02 10:22 ` [Bug gcov-profile/51715] [4.7 Regression] " rguenth at gcc dot gnu.org
2012-01-03 12:25 ` jakub at gcc dot gnu.org
2012-01-04  1:25 ` dave.anglin at bell dot net
2012-01-07 15:27 ` danglin at gcc dot gnu.org
2012-01-07 15:36 ` danglin 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).