1.cc: Use only 10000 iterations for simulator targets.
[platform/upstream/gcc.git] / libstdc++-v3 / ChangeLog
index 0e36c97..795146d 100644 (file)
@@ -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>