mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.base/args.exp: avoid same output for tests with single quotes.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
|
* gdb.base/args.exp: avoid same output for tests
|
||||||
|
with single quotes.
|
||||||
|
|
||||||
2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
|
2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* gdb.base/annota1.exp: Adjust for 'info break'
|
* gdb.base/annota1.exp: Adjust for 'info break'
|
||||||
|
@ -94,9 +94,9 @@ args_test "two empty" {{1} {} {} 3}
|
|||||||
# Try with arguments containing literal single quotes.
|
# Try with arguments containing literal single quotes.
|
||||||
|
|
||||||
set GDBFLAGS "--args $binfile 1 '' 3"
|
set GDBFLAGS "--args $binfile 1 '' 3"
|
||||||
args_test "one empty" {{1} {''} {3}}
|
args_test "one empty (with single quotes)" {{1} {''} {3}}
|
||||||
|
|
||||||
set GDBFLAGS "--args $binfile 1 '' '' 3"
|
set GDBFLAGS "--args $binfile 1 '' '' 3"
|
||||||
args_test "two empty" {{1} {''} {''} {3}}
|
args_test "two empty (with single quotes)" {{1} {''} {''} {3}}
|
||||||
|
|
||||||
set GDBFLAGS $old_gdbflags
|
set GDBFLAGS $old_gdbflags
|
||||||
|
Reference in New Issue
Block a user