[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/9] tests/tcg: clean-up gdb confirm/pagination settings
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 5/9] tests/tcg: clean-up gdb confirm/pagination settings |
Date: |
Wed, 16 Aug 2023 12:20:55 +0200 |
User-agent: |
Evolution 3.48.4 (3.48.4-1.fc38) |
On Tue, 2023-08-15 at 15:51 +0100, Alex Bennée wrote:
> We can do this all in the run-test.py script so remove the extraneous
> bits from the individual tests which got copied from the original
> non-CI gdb tests.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> tests/guest-debug/run-test.py | 2 ++
> tests/tcg/aarch64/gdbstub/test-sve-ioctl.py | 3 ---
> tests/tcg/aarch64/gdbstub/test-sve.py | 3 ---
> tests/tcg/multiarch/gdbstub/memory.py | 3 ---
> tests/tcg/multiarch/gdbstub/sha1.py | 4 ----
> tests/tcg/multiarch/gdbstub/test-proc-mappings.py | 4 ----
> tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py | 4 ----
> tests/tcg/multiarch/gdbstub/test-thread-breakpoint.py | 4 ----
> tests/tcg/s390x/gdbstub/test-signals-s390x.py | 4 ----
> tests/tcg/s390x/gdbstub/test-svc.py | 4 ----
> 10 files changed, 2 insertions(+), 33 deletions(-)
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
- [PATCH 3/9] tests/tcg: remove quoting for info output, (continued)
- [PATCH 6/9] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT, Alex Bennée, 2023/08/15
- [PATCH 7/9] gdbstub: remove unused user_ctx field, Alex Bennée, 2023/08/15
- [PATCH 5/9] tests/tcg: clean-up gdb confirm/pagination settings, Alex Bennée, 2023/08/15
- [PATCH 8/9] gdbstub: refactor get_feature_xml, Alex Bennée, 2023/08/15
- [PATCH 9/9] gdbstub: replace global gdb_has_xml with a function, Alex Bennée, 2023/08/15