gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 24 Feb 2012 00:05:56 +0000 (00:05 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 24 Feb 2012 00:05:56 +0000 (00:05 +0000)
Fix false FAILs with glibc debug infos installed.
* gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
* gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.reverse/solib-precsave.exp
gdb/testsuite/gdb.reverse/solib-reverse.exp

index ab3518ada66478e127a1a2c9aae4f762e97f1f78..57e3030cb90f1a447cbb2f0a491fca8fe5bb0981 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAILs with glibc debug infos installed.
+       * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
+       * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
+
 2012-02-22  Sterling Augustine  <saugustine@google.com>
 
        * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
index 4082672fb9e48fc07e2f371bcae91a98be62861e..15da8025873f7fd6346dd44ad8e15d7f151b15af 100644 (file)
@@ -48,6 +48,10 @@ if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opt
 
 gdb_exit
 gdb_start
+
+# Clear it to never find any separate system debug infos.
+gdb_test_no_output "set debug-file-directory"
+
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
index 8d000f30c2af26f4173c74d6cbdca63326a5fbb8..7d90ccce98716db50609ba07b5864fbe5ea3c073 100644 (file)
@@ -47,6 +47,10 @@ if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $exec_opt
 
 gdb_exit
 gdb_start
+
+# Clear it to never find any separate system debug infos.
+gdb_test_no_output "set debug-file-directory"
+
 gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 
This page took 0.052157 seconds and 4 git commands to generate.