mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
gdb/testsuite/
* gdb.base/default.exp (cd): Accept new directory with no arguments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/default.exp (cd): Accept new directory with no arguments.
|
||||||
|
|
||||||
2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.base/list.exp (test_only_end): New function.
|
* gdb.base/list.exp (test_only_end): New function.
|
||||||
|
@ -84,7 +84,7 @@ gdb_test "call" "The history is empty..*" "call"
|
|||||||
gdb_test "catch" "Catch requires an event name..*" "catch"
|
gdb_test "catch" "Catch requires an event name..*" "catch"
|
||||||
|
|
||||||
#test cd
|
#test cd
|
||||||
gdb_test "cd" "Argument required .new working directory.*" "cd"
|
gdb_test "cd" "Working directory \[^\r\n\]*\\."
|
||||||
|
|
||||||
#test clear
|
#test clear
|
||||||
gdb_test "clear" "No source file specified..*" "clear"
|
gdb_test "clear" "No source file specified..*" "clear"
|
||||||
|
Reference in New Issue
Block a user