diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-02-07 10:09:41 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-02-07 10:09:41 +0000 |
commit | 7c2a87ad6f55b4a9000688c87b8451124f6cd504 (patch) | |
tree | 3a6d696c02e9588490f8997938f896138b02825b | |
parent | 3920f1fd1dee89820e6407906c5cc6cb53ee0b98 (diff) | |
download | gcc-7c2a87ad6f55b4a9000688c87b8451124f6cd504.zip gcc-7c2a87ad6f55b4a9000688c87b8451124f6cd504.tar.gz gcc-7c2a87ad6f55b4a9000688c87b8451124f6cd504.tar.bz2 |
re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)
PR testsuite/28870
* testsuite/27_io/basic_stringbuf/overflow/char/1.cc: Use only
10000 iterations for simulator targets.
* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Use only 5
iterations for simulator targets.
* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Ditto.
* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Ditto.
* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Ditto.
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Ditto.
* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Ditto.
* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Ditto.
* testsuite/23_containers/set/modifiers/16728.cc: Use only 10
iterations for simulator targets.
From-SVN: r121684
-rw-r--r-- | libstdc++-v3/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 795146d..6fe14ef 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,6 @@ 2007-02-07 Hans-Peter Nilsson <hp@axis.com> + PR testsuite/28870 * testsuite/27_io/basic_stringbuf/overflow/char/1.cc: Use only 10000 iterations for simulator targets. * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Use only 5 |