diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-03-26 13:36:51 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-03-26 13:36:51 +0000 |
commit | 92e28119dab95a03c23afa7a1484f66ce50aae8f (patch) | |
tree | 7dcebd41cd4bcbbf1a22d9ee4424fbe5e609e486 /gdb | |
parent | 9e8e3afe379605b88ca2ab1013a2fa441534232c (diff) | |
download | gdb-92e28119dab95a03c23afa7a1484f66ce50aae8f.zip gdb-92e28119dab95a03c23afa7a1484f66ce50aae8f.tar.gz gdb-92e28119dab95a03c23afa7a1484f66ce50aae8f.tar.bz2 |
* gdb.mi/mi-var-display.exp: Remove obsolete xfail.
* gdb.mi/mi2-var-display.exp: Likewise.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-var-display.exp | 3 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi2-var-display.exp | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 408a7cb..6c58f0a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2008-03-26 Vladimir Prus <vladimir@codesourcery.com> + * gdb.mi/mi-var-display.exp: Remove obsolete xfail. + * gdb.mi/mi2-var-display.exp: Likewise. + +2008-03-26 Vladimir Prus <vladimir@codesourcery.com> + * lib/mi-support.exp (mi_create_varobj_checked): New. (mi_list_varobj_children): Allow to check for a value. diff --git a/gdb/testsuite/gdb.mi/mi-var-display.exp b/gdb/testsuite/gdb.mi/mi-var-display.exp index acacfdc..83b4e95 100644 --- a/gdb/testsuite/gdb.mi/mi-var-display.exp +++ b/gdb/testsuite/gdb.mi/mi-var-display.exp @@ -535,14 +535,11 @@ mi_gdb_test "-var-list-children e" \ # Desc: create anone mi_create_varobj anone anone "create local variable anone" -setup_xfail "*-*-*" # Test: c_variable-7.61 # Desc: value of anone mi_gdb_test "-var-evaluate-expression anone" \ "\\^done,value=\"A\"" \ "eval variable anone" -clear_xfail "*-*-*" - # Test: c_variable-7.70 # Desc: create anone diff --git a/gdb/testsuite/gdb.mi/mi2-var-display.exp b/gdb/testsuite/gdb.mi/mi2-var-display.exp index ec03da7..6be3bf4 100644 --- a/gdb/testsuite/gdb.mi/mi2-var-display.exp +++ b/gdb/testsuite/gdb.mi/mi2-var-display.exp @@ -535,14 +535,11 @@ mi_gdb_test "-var-list-children e" \ # Desc: create anone mi_create_varobj anone anone "create local variable anone" -setup_xfail "*-*-*" # Test: c_variable-7.61 # Desc: value of anone mi_gdb_test "-var-evaluate-expression anone" \ "\\^done,value=\"A\"" \ "eval variable anone" -clear_xfail "*-*-*" - # Test: c_variable-7.70 # Desc: create anone |