Delete Tru64 support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sigall.exp
index 7a4007f520f38a3dc4fabc0640f79404dd8a9f80..42927b614cb9462b9f58ff713f85375e4059ca1e 100644 (file)
@@ -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" } {
This page took 0.025974 seconds and 4 git commands to generate.