]> git.ipfire.org Git - thirdparty/gcc.git/commit
1.cc: Use only 10000 iterations for simulator targets.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 7 Feb 2007 10:08:04 +0000 (10:08 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 7 Feb 2007 10:08:04 +0000 (10:08 +0000)
commited445ba30e3a1096a82015f2a0303e51753bd226
treefd59b6d0be469517c6d68148d0d28b2a8bbf7a16
parent8438091f03e35514f3eb8f1d5fb1e53ddecbbd7c
1.cc: Use only 10000 iterations for simulator targets.

* 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: r121682
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/1.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc