commit | 13c3e10f98ff9b89c12161e85bd576ea77460a83 | [log] [tgz] |
---|---|---|
author | Bruno Larsen <blarsen@redhat.com> | Tue Jun 28 15:36:45 2022 -0300 |
committer | Bruno Larsen <blarsen@redhat.com> | Fri Jul 15 14:19:25 2022 -0300 |
tree | 4dce2627ddeb5059813356689f6c8d048dc731b2 | |
parent | 3028a2dbbffb2e15cc2364d0c962951f6f2230f2 [diff] |
gdb/testsuite: modernize gdb.base/maint.exp gdb.base/maint.exp was using several gdb_expect statements, probably because this test case predates the existance of gdb_test_multiple. This commit updates the test case to use gdb_test_multiple, making it more resilient to internal errors and such. The only gdb_expect left in the testcase is one that specifically looks for an internal error being triggered as a PASS.