[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 3/9] Revert "tests/tcg/multiarch/Makefile.target: Disable run-
From: |
Alex Bennée |
Subject: |
[PATCH v2 3/9] Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test" |
Date: |
Fri, 18 Dec 2020 11:27:01 +0000 |
We won't attempt to run the test now it's gated on a newer version of
gdb.
This reverts commit a930cadd83b4681a98ce72abf530a791ee2e42a6.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/tcg/multiarch/Makefile.target | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tests/tcg/multiarch/Makefile.target
b/tests/tcg/multiarch/Makefile.target
index 230eb9a95e..cb49cc9ccb 100644
--- a/tests/tcg/multiarch/Makefile.target
+++ b/tests/tcg/multiarch/Makefile.target
@@ -54,9 +54,7 @@ run-gdbstub-sha1: sha1
--bin $< --test $(MULTIARCH_SRC)/gdbstub/sha1.py, \
"basic gdbstub support")
-# Disable this for now -- it provokes a gdb internal-error on
-# Ubuntu gdb 8.1.1-0ubuntu1.
-# EXTRA_RUNS += run-gdbstub-sha1
+EXTRA_RUNS += run-gdbstub-sha1
endif
--
2.20.1
- [PATCH v2 0/9] gdbstub/next (cleanups, softmmu, SVE), Alex Bennée, 2020/12/18
- [PATCH v2 1/9] test/guest-debug: echo QEMU command as well, Alex Bennée, 2020/12/18
- [PATCH v2 2/9] configure: gate our use of GDB to 8.3.1 or above, Alex Bennée, 2020/12/18
- [PATCH v2 3/9] Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test",
Alex Bennée <=
- [PATCH v2 4/9] gdbstub: implement a softmmu based test, Alex Bennée, 2020/12/18
- [PATCH v2 6/9] gdbstub: drop CPUEnv from gdb_exit(), Alex Bennée, 2020/12/18
- [PATCH v2 8/9] gdbstub: ensure we clean-up when terminated, Alex Bennée, 2020/12/18
- [PATCH v2 7/9] gdbstub: drop gdbserver_cleanup in favour of gdb_exit, Alex Bennée, 2020/12/18
- [PATCH v2 5/9] gdbstub: add support to Xfer:auxv:read: packet, Alex Bennée, 2020/12/18