Bug 25658 - testsuite failure: 23_containers/deque/cons/assign/1.cc
Summary: testsuite failure: 23_containers/deque/cons/assign/1.cc
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 01:25 UTC by Hans-Peter Nilsson
Modified: 2006-01-09 11:38 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: mmix-knuth-mmixware
Build:
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 Hans-Peter Nilsson 2006-01-04 01:25:32 UTC
This testsuite fails due to a timeout on this 3GHz P4 machine with 1GB PC3200 DDR.
The actual runtime when run manually (it exits successfully)
is reported by time as:
"mmix 1.exe  397.73s user 0.07s system 100% cpu 6:37.71 total"
Admittedly, the mmix simulator could be faster, but I think
the test doesn't have to be that long-running.

Can we divide all loop counters by, say, 100?
Or run the test only as native?
Comment 1 paolo@gcc.gnu.org 2006-01-09 11:37:24 UTC
Subject: Bug 25658

Author: paolo
Date: Mon Jan  9 11:37:17 2006
New Revision: 109499

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109499
Log:
2006-01-09  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/25658
	* testsuite/23_containers/deque/cons/assign/1.cc: Divide
	sizes by 10.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/23_containers/deque/cons/assign/1.cc

Comment 2 Paolo Carlini 2006-01-09 11:38:04 UTC
Fixed.