[6/6] framefilter quit: New test

Message ID 20150207144551.14897.91399.stgit@host1.jankratochvil.net
State New, archived
Headers

Commit Message

Jan Kratochvil Feb. 7, 2015, 2:45 p.m. UTC
  Hi,

it definitely does not test all the RETURN_MASK_ERROR cases.  But it tests at
least two of them.


Jan


gdb/testsuite/ChangeLog
2015-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* gdb.python/py-framefilter.exp (pagination quit - *): New tests.
---
 gdb/testsuite/gdb.python/py-framefilter.exp |   13 +++++++++++++
 1 file changed, 13 insertions(+)
  

Comments

Jan Kratochvil Feb. 11, 2015, 1:56 p.m. UTC | #1
On Sat, 07 Feb 2015 15:45:51 +0100, Jan Kratochvil wrote:
> gdb/testsuite/ChangeLog
> 2015-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* gdb.python/py-framefilter.exp (pagination quit - *): New tests.

63cc30e93a0a77a734ddf2f8ccf6e3b032248aea master
211e7f3c26b39159df2dedd8198148cec60307f9 7.9


Jan
  

Patch

diff --git a/gdb/testsuite/gdb.python/py-framefilter.exp b/gdb/testsuite/gdb.python/py-framefilter.exp
index 1a0c750..2f81abe 100644
--- a/gdb/testsuite/gdb.python/py-framefilter.exp
+++ b/gdb/testsuite/gdb.python/py-framefilter.exp
@@ -74,6 +74,19 @@  gdb_test "bt full" \
     ".*#0.*cnuf_dne.*h = 9.*f = 42.*g = 19.*bar = $hex \"Inside block x2\".*d = 15.*e = 14.*foo = $hex \"Inside block\".*str = $hex \"The End\".*st2 = $hex \"Is Near\".*b = 12.*c = 5.*" \
     "bt full with filters"
 
+# Test pagination can be aborted even for frame filters.
+gdb_test_no_output "set height 5" "pagination quit - set height limited"
+foreach bttype [list "bt" "bt full"] {
+    set test "pagination quit - $bttype"
+    gdb_test_multiple "$bttype" $test {
+	-re "$pagination_prompt$" {
+	    pass $test
+	}
+    }
+    gdb_test "q" "^q\r\nQuit" "pagination quit - $bttype - q"
+}
+gdb_test_no_output "set height unlimited" "pagination quit - set height unlimited"
+
 gdb_continue_to_breakpoint "Backtrace end breakpoint"
 
 # Test set/show