From ac3a5fb8c2aacab2aee0f4c289f1b3cab1673845 Mon Sep 17 00:00:00 2001 From: msnyder Date: Wed, 23 Feb 2011 03:51:27 +0000 Subject: [PATCH] 2011-02-22 Michael Snyder * gdb.threads/thread-find.exp: Add tests for bad input to info threads. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.threads/thread-find.exp | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 599a182844..6394c5862c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-02-22 Michael Snyder + + * gdb.threads/thread-find.exp: Add tests for bad input to + info threads. + 2011-02-22 Joel Brobecker * gdb.python/py-breakpoint.exp: Fix the expected output of diff --git a/gdb/testsuite/gdb.threads/thread-find.exp b/gdb/testsuite/gdb.threads/thread-find.exp index 1d8d3162e4..305cc2c92b 100644 --- a/gdb/testsuite/gdb.threads/thread-find.exp +++ b/gdb/testsuite/gdb.threads/thread-find.exp @@ -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" -- 2.11.0