diff options
author | Randolph Chung <tausq@debian.org> | 2005-11-09 15:45:55 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2005-11-09 15:45:55 +0000 |
commit | 36ae0ea97ef66a42abd075e2d0dc1e2916cf6286 (patch) | |
tree | a4c66ea15f07be11702fbf8824cfbdf93a7f2f93 /gdb/testsuite | |
parent | 11fae660b94cab037f62bce2c6c25cd46168a8f9 (diff) | |
download | gdb-36ae0ea97ef66a42abd075e2d0dc1e2916cf6286.zip gdb-36ae0ea97ef66a42abd075e2d0dc1e2916cf6286.tar.gz gdb-36ae0ea97ef66a42abd075e2d0dc1e2916cf6286.tar.bz2 |
2005-11-09 Randolph Chung <tausq@debian.org>
* gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/structs2.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 99692dd..7edf694 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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> * gdb.base/break.exp: Fix a comment typo. diff --git a/gdb/testsuite/gdb.base/structs2.exp b/gdb/testsuite/gdb.base/structs2.exp index e7f6553..7f96a22 100644 --- a/gdb/testsuite/gdb.base/structs2.exp +++ b/gdb/testsuite/gdb.base/structs2.exp @@ -70,14 +70,14 @@ gdb_test "break param_reg" \ "Breakpoint .* at .*" \ "structs2 breakpoint set" -if [test_compiler_info gcc-*-*] { +if [test_compiler_info gcc-3-*] { setup_xfail hppa*-* gcc/15860 } gdb_test "continue" \ ".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*" \ "structs2 continue1" -if [test_compiler_info gcc-*-*] { +if [test_compiler_info gcc-3-*] { setup_xfail hppa*-* gcc/15860 } gdb_test "continue" \ |