X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fsigall.exp;h=42927b614cb9462b9f58ff713f85375e4059ca1e;hb=32a8097ba5dd6ddb71c0fb2fccbac262c371846a;hp=7a4007f520f38a3dc4fabc0640f79404dd8a9f80;hpb=80134cf5b3ca1f75a96af1856fdaad29ad1f57aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/sigall.exp b/gdb/testsuite/gdb.base/sigall.exp index 7a4007f520..42927b614c 100644 --- a/gdb/testsuite/gdb.base/sigall.exp +++ b/gdb/testsuite/gdb.base/sigall.exp @@ -54,17 +54,6 @@ proc test_one_sig {nextsig} { "Continuing.*Program received signal SIG$esig.*" \ "get signal $esig" } - if [ istarget "alpha-dec-osf3*" ] then { - # OSF/1-3.x is unable to continue with a job control stop signal. - # The inferior remains stopped without an event of interest - # and GDB waits forever for the inferior to stop on an event - # of interest. Work around the kernel bug. - if { $thissig == "TSTP" || $thissig == "TTIN" || $thissig == "TTOU" } { - setup_xfail "alpha-dec-osf3*" - fail "cannot continue from signal $thissig" - set need_another_continue 0 - } - } if $need_another_continue then { if { $thissig == "URG" } {