This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

*_data_map_rand.cc timeout on mips


Some *_data_map_rand.cc testcases that got added on 2006-06-14 produce
a timeout during compilation on mips.  While mips is not generally a
fast architecture, this timeout occurred on one of the fastest MIPS
CPUs on the market.  For what it's worth, compiling trie_data_map_rand.cc
took slightly less than 6 minutes whereas the timeout is 5 minutes.

Is there a way to specify in the testsuite that some testcases may be
slow and that the timeout should be increased for them?  If so, the
testcases listed below are good candidates.


FAIL: ext/pb_ds/regression/hash_data_map_rand.cc (test for excess errors)
WARNING: ext/pb_ds/regression/hash_data_map_rand.cc compilation failed to produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/hash_no_data_map_rand.cc (test for excess errors)
WARNING: ext/pb_ds/regression/hash_no_data_map_rand.cc compilation failed to produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/tree_data_map_rand.cc (test for excess errors)
WARNING: ext/pb_ds/regression/tree_data_map_rand.cc compilation failed to produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/tree_no_data_map_rand.cc (test for excess errors)
WARNING: ext/pb_ds/regression/tree_no_data_map_rand.cc compilation failed to produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/trie_data_map_rand.cc (test for excess errors)
WARNING: ext/pb_ds/regression/trie_data_map_rand.cc compilation failed to produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc (test for excess errors)
WARNING: program timed out.
FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc (test for excess errors)
WARNING: ext/pb_ds/regression/trie_no_data_map_rand.cc compilation failed to produce executable

-- 
Martin Michlmayr
http://www.cyrius.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]