* gdb.base/default.exp: Check for win32 specific message when calling

"run" without executable.
This commit is contained in:
Corinna Vinschen 2003-03-20 13:27:49 +00:00
parent d67a6ba598
commit 182dbe8580
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/default.exp: Check for win32 specific message when calling
"run" without executable.
2003-03-20 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/args.exp: Expect .exe in output.

View File

@ -428,6 +428,9 @@ No executable file specified.*
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
{ pass "run \"r\" abbreviation" }
-re "Starting program: .*
No executable specified, use .target exec.\..*$gdb_prompt $"\
{ pass "run \"r\" abbreviation" }
-re "Starting program: .*
No image loaded into target.*$gdb_prompt $"\
{ pass "run \"r\" abbreviation" }
-re "Starting program: .*
@ -457,6 +460,9 @@ No executable file specified.*
Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
{ pass "run" }
-re "Starting program: .*
No executable specified, use .target exec.\..*$gdb_prompt $"\
{ pass "run" }
-re "Starting program: .*
No image loaded into target.*$gdb_prompt $"\
{ pass "run" }
-re "Starting program: .*