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?
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
Fixed.