This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
*_data_map_rand.cc timeout on mips
- From: Martin Michlmayr <tbm at cyrius dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: Ami Tavory <atavory at gmail dot com>, Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 20 Jun 2006 23:39:22 +0200
- Subject: *_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/