* gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.

This commit is contained in:
Mark Kettenis 2012-10-25 08:00:58 +00:00
parent 9361f82f3a
commit afdb064f98
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-10-25 Mark Kettenis <kettenis@gnu.org>
* gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2012-10-24 Joel Brobecker <brobecker@adacore.com>
* gdb.ada/set_wstr: New testcase.

View File

@ -121,13 +121,11 @@ if [support_complex_tests] {
gdb_test $test ".*= 4 \\+ 4 \\* I" $test
set test "print find_max_double_real(4, dc1, dc2, dc3, dc4)"
setup_kfail_for_target gdb/12776 "i?86-*-*"
setup_kfail_for_target gdb/12790 "x86_64-*-*"
setup_kfail_for_target gdb/12791 "arm*-*-*"
gdb_test $test ".*= 4 \\+ 4 \\* I" $test
set test "print find_max_long_double_real(4, ldc1, ldc2, ldc3, ldc4)"
setup_kfail_for_target gdb/12776 "i?86-*-*"
setup_kfail_for_target gdb/12790 "x86_64-*-*"
setup_kfail_for_target gdb/12791 "arm*-*-*"
gdb_test $test ".*= 4 \\+ 4 \\* I" $test