2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* mi-basics.exp: Comment out test for a still unimplemented operation.
This commit is contained in:
parent
11c8a8d1b7
commit
2231a1e869
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
|
||||
|
||||
* mi-basics.exp: Comment out test for a still unimplemented operation.
|
||||
|
||||
* mi-disassemble.exp: Rewrite most of the tests to conform to new
|
||||
disassemble interface.
|
||||
|
||||
|
|
|
@ -108,9 +108,9 @@ proc test_exec_and_symbol_mi_operatons {} {
|
|||
# -file-symbol-file
|
||||
|
||||
# FIXME: file-clear is not implemented yet.
|
||||
mi_gdb_test "-file-clear" \
|
||||
"\\\^done" \
|
||||
"file-clear operation"
|
||||
# mi_gdb_test "-file-clear" \
|
||||
# "\\\^done" \
|
||||
# "file-clear operation"
|
||||
|
||||
mi_gdb_test "-file-exec-file ${binfile}" \
|
||||
"\\\^done" \
|
||||
|
|
Loading…
Reference in a new issue