Fix zero_ext documentation
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / interrupt.exp
index 426c2a67edc54e72c163d1125e6443da812fb76b..d5add422844af21b9e4feddfc2188b4217020a43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1994-2015 Free Software Foundation, Inc.
+# Copyright 1994-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -99,11 +99,6 @@ if ![file exists $binfile] then {
                return
            }
            -re "$gdb_prompt $" {
-               # On HPUX-11.0 'send "p func1 ()"' above
-               # terminates the program. A defect is pending on this
-               # issue [defect #DTS CHFts24203]. Hence calling setup_xfail
-               # below.
-               setup_xfail "hppa*-*-*11*" CHFts24203
                fail "call function when asleep (wrong output)"
            }
            default {
@@ -118,7 +113,6 @@ if ![file exists $binfile] then {
                setup_xfail "vax-*-*"
                setup_xfail "alpha-*-*"
                setup_xfail "*-*-*bsd*"
-               setup_xfail "*-*-hpux*"
                setup_xfail "*-*-*lynx*"
                fail "$msg (stays asleep)"
                # Send the inferior a newline to wake it up.
@@ -153,9 +147,6 @@ if ![file exists $binfile] then {
        # The optional leading \r\n is in case we sent a newline above
        # to wake the program, in which case the program now sends it
        # back.
-        # FIXME: The pattern below leads to an expected success on HPUX-11.0
-        # but the success is spurious. Need to provide the right reg.expr.
-        # here.
 
        set msg "echo data"
        gdb_test_multiple "" $msg {
This page took 0.025664 seconds and 4 git commands to generate.