From: Uros Bizjak Date: Tue, 13 Jan 2009 12:55:08 +0000 (+0100) Subject: hash_data_map_rand.cc: Add dg-timeout-factor 2.0. X-Git-Tag: releases/gcc-4.4.0~892 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43b2b720fa4d064ff21d24cc4f0f04ab4231dd96;p=thirdparty%2Fgcc.git hash_data_map_rand.cc: Add dg-timeout-factor 2.0. * 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. From-SVN: r143335 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b1386c52b774..ee72977fd36c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2009-01-13 Uros Bizjak + + * 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. + 2009-01-13 Uros Bizjak * scripts/extract_symvers: Add sed script to remove ' [: xx] ' @@ -11,7 +22,8 @@ 2009-01-12 Benjamin Kosnik - * crossconfig.m4 (linux): Add GCC_CHECK_TLS to define _GLIBCXX_HAVE_TLS. + * crossconfig.m4 (linux): Add GCC_CHECK_TLS to define + _GLIBCXX_HAVE_TLS. Use GLIBCXX_CHECK_COMPILER_FEATURES to compute SECTION_FLAGS. 2009-01-11 Jonathan Wakely diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc index ab3b624e26dc..e0076a8e0c2c 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc index 167d4c1bf8f9..28895416263d 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc index 1d253a9c0036..7565911f17be 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc index 3bcdebf0eb68..cabe41da46bb 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc index acb69119c9de..bf747dbceaae 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc index 64335b09ea6a..e59381d116a0 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif diff --git a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc index 93b2bdda2b07..5c8c866d5085 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc @@ -52,6 +52,7 @@ // This can take long on simulators, timing out the test. // { dg-options "-DPB_DS_REGRESSION -DITERATIONS=5" { target simulator } } +// { dg-timeout-factor 2.0 } #ifndef ITERATIONS #define ITERATIONS 5000 #endif