* 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.
This commit is contained in:
Daniel Jacobowitz
2006-12-31 20:01:25 +00:00
parent fb70130a33
commit 2fa63963cd
11 changed files with 124 additions and 146 deletions

View File

@ -1,6 +1,6 @@
# This test code is part of GDB, the GNU debugger.
# Copyright 1998, 1999, 2000, 2003, 2004
# Copyright 1998, 1999, 2000, 2003, 2004, 2006
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@ -111,7 +111,7 @@ proc compile_java_from_source { srcfile binfile compile_args } {
set errname "$errname $compile_args"
}
set x [target_compile $srcfile ${binfile} ${binfile} $args]
set x [target_compile $srcfile ${binfile} executable $args]
if { $x != "" } {
verbose "target_compile failed: $x" 2
return "$errname compilation from source";