]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hash_data_map_rand.cc: Add dg-timeout-factor 2.0.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 13 Jan 2009 12:55:08 +0000 (13:55 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 13 Jan 2009 12:55:08 +0000 (13:55 +0100)
* 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

libstdc++-v3/ChangeLog
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

index b1386c52b774fb92ed6830072cafa6a031516eed..ee72977fd36c0b59a96a6b557a08f758051a3797 100644 (file)
@@ -1,3 +1,14 @@
+2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
+
+       * 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  <ubizjak@gmail.com>
 
        * scripts/extract_symvers: Add sed script to remove ' [<other>: xx] '
@@ -11,7 +22,8 @@
 
 2009-01-12  Benjamin Kosnik  <bkoz@redhat.com>
 
-       * 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  <jwakely.gcc@gmail.com>
index ab3b624e26dc394f6e8921a6b2976db12f763d81..e0076a8e0c2c6e11efa45d68b87d67584cfac411 100644 (file)
@@ -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
index 167d4c1bf8f939386652b040fb95c9575afcedf2..28895416263d89daa51e89026f02ad6c7fbc9291 100644 (file)
@@ -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
index 1d253a9c0036f288ad93b30d229d07c37809da9f..7565911f17bed351d4b4842d4c5ccf7e9e981fa6 100644 (file)
@@ -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
index 3bcdebf0eb6815146b0e638dcc3834b65c6bbea9..cabe41da46bb4f38d332ad197b98a7bb4243dbd4 100644 (file)
@@ -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
index acb69119c9dec09d73a503c37fdcdfdd0272f0cb..bf747dbceaae7f85b38e731c07904cefae56577f 100644 (file)
@@ -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
index 64335b09ea6a3e063e0dd7c617e8c7bdcb78105d..e59381d116a05f1e5e9e51553a044916fae78c85 100644 (file)
@@ -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
index 93b2bdda2b075785b234baf58fc993c0ea036558..5c8c866d508528e65030c89e5e25c8f8b79887bd 100644 (file)
@@ -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