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]

[PATCH, libstdc++]: Increase timeout for testsuite/ext/pb_ds/regression tests


Hello!

Attached patch increases timeout for some long tests in
testsuite/ext/pb_ds/regression directory by a factor of 2.0. This
fixes all timeouts for alphaev56-unknown-linux-gnu cfarm machine.

2009-01-13  Uros Bizjak  <ubizjak@gmail.com>

	* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc:
	Add dg-timeout-factor 2.0.
	* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Ditto.
	* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Ditto.
	* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Ditto.
	* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Ditto.
	* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Ditto.
	* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Ditto.

Patch was tested on alphaev56-unknown-linux-gnu, where it removes:

- WARNING: program timed out.
- FAIL: ext/pb_ds/regression/hash_data_map_rand.cc (test for excess errors)
- UNRESOLVED: 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)
- UNRESOLVED: ext/pb_ds/regression/hash_no_data_map_rand.cc
compilation failed to produce executable
FAIL: ext/pb_ds/regression/priority_queue_rand.cc execution test
- WARNING: program timed out.
- FAIL: ext/pb_ds/regression/tree_data_map_rand.cc (test for excess errors)
- UNRESOLVED: 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)
- UNRESOLVED: ext/pb_ds/regression/tree_no_data_map_rand.cc
compilation failed to produce executable

OK for 4.3 and 4.4 ?

Uros.

Attachment: t.diff.txt
Description: Text document


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