diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/interrupt.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/interrupt.exp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.base/interrupt.exp b/gdb/testsuite/gdb.base/interrupt.exp index 426c2a6..ed9bf32 100644 --- a/gdb/testsuite/gdb.base/interrupt.exp +++ b/gdb/testsuite/gdb.base/interrupt.exp @@ -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 { |