* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jan 2009 12:55:08 +0000 (12:55 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jan 2009 12:55:08 +0000 (12:55 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143335 138bc75d-0d04-0410-961f-82ee72b054a4

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 b1386c5..ee72977 100644 (file)
@@ -1,5 +1,16 @@
 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] '
        field from readelf output.
 
@@ -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 ab3b624..e0076a8 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 167d4c1..2889541 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 1d253a9..7565911 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 3bcdebf..cabe41d 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 acb6911..bf747db 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 64335b0..e59381d 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 93b2bdd..5c8c866 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