2005-11-09 Randolph Chung <tausq@debian.org>

* gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
This commit is contained in:
Randolph Chung 2005-11-09 15:45:55 +00:00
parent 11fae660b9
commit 36ae0ea97e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-11-09 Randolph Chung <tausq@debian.org>
* gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
2005-11-09 Wu Zhou <woodzltc@cn.ibm.com> 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
* gdb.base/break.exp: Fix a comment typo. * gdb.base/break.exp: Fix a comment typo.

View File

@ -70,14 +70,14 @@ gdb_test "break param_reg" \
"Breakpoint .* at .*" \ "Breakpoint .* at .*" \
"structs2 breakpoint set" "structs2 breakpoint set"
if [test_compiler_info gcc-*-*] { if [test_compiler_info gcc-3-*] {
setup_xfail hppa*-* gcc/15860 setup_xfail hppa*-* gcc/15860
} }
gdb_test "continue" \ gdb_test "continue" \
".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*" \ ".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*" \
"structs2 continue1" "structs2 continue1"
if [test_compiler_info gcc-*-*] { if [test_compiler_info gcc-3-*] {
setup_xfail hppa*-* gcc/15860 setup_xfail hppa*-* gcc/15860
} }
gdb_test "continue" \ gdb_test "continue" \