From 2fa63963cdcc84d690264e4dcf8dd3d7fbacf7d6 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 31 Dec 2006 20:01:25 +0000 Subject: * gdb.base/annota1.exp: Allow .*printf in backtraces. * gdb.base/annota3.exp: Likewise. * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint again (instead of timing out). * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for GCC bug 26475. * gdb.java/jmisc.exp: Adjust to work with method signatures including return types. Add kfails for GDB bugs 2214 and 2215. Move exit test from jmisc1.exp. * gdb.java/jmisc1.exp: Delete. * gdb.java/jprint.exp: Adjust to work with method signatures including return types. * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info. * gdb.threads/linux-dp.exp: Don't be confused by program output. * lib/java.exp (compile_java_from_source): Pass the correct type to target_compile. --- gdb/testsuite/gdb.threads/linux-dp.exp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.threads') diff --git a/gdb/testsuite/gdb.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp index fe9f528..3b139bf 100644 --- a/gdb/testsuite/gdb.threads/linux-dp.exp +++ b/gdb/testsuite/gdb.threads/linux-dp.exp @@ -1,4 +1,5 @@ -# Copyright 1999, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright 1999, 2001, 2002, 2003, 2004, 2005, 2006 +# 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 @@ -93,6 +94,10 @@ for {set i 0} {$i < 5} {incr i} { -re "^next\r\n" { exp_continue } + -re "^ *\[_!\] \[0-9\]* \[_!\]\r\n" { + # Ignore program output. + exp_continue -continue_timer + } -re "^\\\[New \[^\]\n\]+\\\]\[^\n\]+\n" { incr threads_created exp_continue -- cgit v1.1