Bug 46529 - guality_check times out, so guality tests are not run
Summary: guality_check times out, so guality tests are not run
Status: UNCONFIRMED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: testsuite-fail
Depends on:
Blocks:
 
Reported: 2010-11-17 23:35 UTC by John David Anglin
Modified: 2024-04-03 22:59 UTC (History)
0 users

See Also:
Host: hppa*-*-hpux11*
Target: hppa*-*-hpux11*
Build: hppa*-*-hpux11*
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2010-11-17 23:35:19 UTC
Running /mnt/gnu/gcc/gcc/gcc/testsuite/gcc.dg/guality/guality.exp ...
Executing on host: /mnt/gnu/gcc/objdir-test/gcc/xgcc -B/mnt/gnu/gcc/objdir-test/
gcc/ guality_check25448.c  -g  -lm   -o guality_check25448.exe    (timeout = 300
)
Setting LD_LIBRARY_PATH to :/mnt/gnu/gcc/objdir/gcc::/mnt/gnu/gcc/objdir/gcc
WARNING: program timed out.
testcase /mnt/gnu/gcc/gcc/gcc/testsuite/gcc.dg/guality/guality.exp completed in 
310 seconds

Haven't figured out how to debug this, but I think this is likely a gdb
problem.  The test completes successfuly using gdb-6.3, but this version
is too old.  I believe 7.0 or latter is needed for the guality tests.

This problem is also present in 4.5 branch.
Comment 1 Richard Biener 2010-11-18 10:11:00 UTC
Huh.  But after all it correctly detects the tests won't work ...
Comment 2 dave 2010-11-18 14:05:39 UTC
> --- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-18 10:11:00 UTC ---
> Huh.  But after all it correctly detects the tests won't work ...

Actually, that's not true.  See for example
http://gcc.gnu.org/ml/gcc-testresults/2010-11/msg01408.html

This testsuite run used an old build of gdb from cvs:
502 (hiauly1)dave> gdb --version
GNU gdb 2004-01-08-cvs

The situation on hppa1.1-hp-hpux10.20 is not any worse than on
hppa-unknown-linux-gnu where in theory things should work ...
In fact, the majority of failing tests are the same.

Dave