2012-01-18 Pedro Alves <palves@redhat.com>

* gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
	Allow output before ^done.
This commit is contained in:
Pedro Alves 2012-01-18 17:00:17 +00:00
parent 2dbca4d632
commit b9736cf836
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-01-18 Pedro Alves <palves@redhat.com>
* gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
Allow output before ^done.
2012-01-16 Tom Tromey <tromey@redhat.com>
* gdb.linespec/linespec.exp: Change some tests to use $decimal.

View File

@ -57,7 +57,7 @@ set task_3 \
# Get the full list of tasks...
mi_gdb_test "-ada-task-info" \
"\\^done,tasks={nr_rows=\"3\",nr_cols=\"8\",$ada_task_info_hdr,body=\\\[$task_1,$task_2,$task_3\\\]}" \
".*\\^done,tasks={nr_rows=\"3\",nr_cols=\"8\",$ada_task_info_hdr,body=\\\[$task_1,$task_2,$task_3\\\]}" \
"-ada-task-info with no argument"
# Now, only get the info about task 3.