2010-06-11 Michael Snyder <msnyder@vmware.com>

* gdb.base/setshow.exp (set language asm): Don't use
	gdb_test_no_output, fails on some targets.
This commit is contained in:
Michael Snyder 2010-06-11 20:56:06 +00:00
parent aec5aa8bde
commit 6cc55c64ed
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-06-11 Michael Snyder <msnyder@vmware.com>
* gdb.base/setshow.exp (set language asm): Don't use
gdb_test_no_output, fails on some targets.
2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gdb.cp/cpexprs.exp: Skip test on spu*-*-*. * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.

View File

@ -173,7 +173,7 @@ gdb_test_no_output "set history size 100" "set history size 100"
#test show history size 100 #test show history size 100
gdb_test "show history size" "The size of the command history is 100..*" "show history size (100)" gdb_test "show history size" "The size of the command history is 100..*" "show history size (100)"
#test set language asm #test set language asm
gdb_test_no_output "set language asm" "set language asm" gdb_test "set language asm" ".*" "set language asm"
#test show language asm #test show language asm
gdb_test "show language" "The current source language is \"asm\"..*" "show language (asm)" gdb_test "show language" "The current source language is \"asm\"..*" "show language (asm)"
#test set language java, with a trailing space #test set language java, with a trailing space