diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-07 10:08:04 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-07 10:08:04 +0000 |
commit | 5fa8ed90a8eeeed752040fc1024d0db8d798800f (patch) | |
tree | fd59b6d0be469517c6d68148d0d28b2a8bbf7a16 /libstdc++-v3/ChangeLog | |
parent | c34398060b3a309f4970661f3b49f2db06adb773 (diff) | |
download | gcc-5fa8ed90a8eeeed752040fc1024d0db8d798800f.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121682 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0e36c977831..795146d4557 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,18 @@ +2007-02-07 Hans-Peter Nilsson <hp@axis.com> + + * 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. + 2007-02-06 Benjamin Kosnik <bkoz@redhat.com> Marco Trudel <mtrudel@gmx.ch> |