aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2021-06-09 19:52:08 -0700
committerKevin Buettner <kevinb@redhat.com>2021-06-11 14:57:44 -0700
commitb8bd29a1575dcac0207ae6f20e7a83533093db7d (patch)
tree6ad27724d0d6406496f944452e1caa84cd53b1dd /gdb/testsuite/ChangeLog
parent72c4daa36a3d35d578533d208668eb3ff9e7708f (diff)
downloadgdb-b8bd29a1575dcac0207ae6f20e7a83533093db7d.zip
gdb-b8bd29a1575dcac0207ae6f20e7a83533093db7d.tar.gz
gdb-b8bd29a1575dcac0207ae6f20e7a83533093db7d.tar.bz2
mi-sym-info.exp: Increase timeout for 114-symbol-info-functions
Loading libc.so's symbols increased the amount of time needed for 114-symbol-info-function to fetch symbols, causing a timeout during my testing. I enclosed the entire block with a "with_timeout_factor 4", which fixes the problem for me. (Using 2 also fixed it for me, but it might not be enough when running this test on slower machines.) gdb/testsuite/ChangeLog: * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase timeout.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5f9db54..6cb2ef2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2021-06-11 Kevin Buettner <kevinb@redhat.com>
+ * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
+ timeout.
+
+2021-06-11 Kevin Buettner <kevinb@redhat.com>
+
* gdb.base/print-symbol-loading.exp (proc test_load_shlib):
Allow "Symbols already loaded for..." messages.