mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-05 08:46:39 +00:00
* gdb.python/python.exp: Fix regexps in pagination tests.
This commit is contained in:
parent
c200d65dfe
commit
5204774b6f
@ -1,3 +1,7 @@
|
||||
2012-06-27 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.python/python.exp: Fix regexps in pagination tests.
|
||||
|
||||
2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
|
||||
|
||||
* gdb.python/py-symtab.exp: Add tests to test the new attribute
|
||||
|
@ -112,7 +112,7 @@ gdb_test_multiple "python print \"\\n\" * $lines" $test {
|
||||
pass $test
|
||||
}
|
||||
}
|
||||
gdb_test "q" "Quit" "verify pagination beforehand: q"
|
||||
gdb_test "q" "Quit.*Error while executing Python.*" "verify pagination beforehand: q"
|
||||
|
||||
gdb_test "python if gdb.execute('python print \"\\\\n\" * $lines', to_string=True) == \"\\n\" * [expr $lines + 1]: print \"yes\"" "yes" "gdb.execute does not page"
|
||||
|
||||
@ -128,7 +128,7 @@ gdb_test_multiple "python print \"\\n\" * $lines" $test {
|
||||
pass $test
|
||||
}
|
||||
}
|
||||
gdb_test "q" "Quit" "verify pagination afterwards: q"
|
||||
gdb_test "q" "Quit.*Error while executing Python.*" "verify pagination afterwards: q"
|
||||
|
||||
gdb_test_no_output "set height 0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user