Note that failures under linux for backtrace through signal handler
authorFred Fish <fnf@specifix.com>
Thu, 28 Mar 1996 00:27:33 +0000 (00:27 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 28 Mar 1996 00:27:33 +0000 (00:27 +0000)
are not consistent among different systems, or even the same system.

gdb/testsuite/gdb.base/a1-selftest.exp

index e431924fea3dfe1df46a00239aacd07b668deec0..f8718b041a79a0ed71df0cbb9f8d0a5f5367fc1b 100644 (file)
@@ -455,6 +455,10 @@ GDB.*Copyright \[0-9\]+ Free Software Foundation, Inc..*$prompt $"\
     }
     
     # get a stack trace
+    #
+    # This fails on some linux systems for unknown reasons.  On the
+    # systems where it fails, sometimes it works fine when run manually.
+    # The testsuite failures may not be limited to just aout systems.
     setup_xfail "i*86-*-linuxaout"
     set description "backtrace through signal handler"
     send "backtrace\n"
This page took 0.024646 seconds and 4 git commands to generate.