2011-02-22 Michael Snyder <msnyder@vmware.com>
* gdb.threads/thread-find.exp: Add tests for bad input to info threads.
This commit is contained in:
parent
298f437a6b
commit
79ba84ca24
@ -1,3 +1,8 @@
|
||||
2011-02-22 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* gdb.threads/thread-find.exp: Add tests for bad input to
|
||||
info threads.
|
||||
|
||||
2011-02-22 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.python/py-breakpoint.exp: Fix the expected output of
|
||||
|
||||
@ -428,3 +428,12 @@ gdb_test_multiple "info threads 3-3" "info threads 3-3" {
|
||||
}
|
||||
}
|
||||
|
||||
# Test bad input
|
||||
|
||||
gdb_test "info thread foo" \
|
||||
"Args must be numbers or '.' variables." \
|
||||
"info thread foo"
|
||||
|
||||
gdb_test "info thread foo -1" \
|
||||
"Args must be numbers or '.' variables." \
|
||||
"info thread foo -1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user