diff options
Diffstat (limited to 'tests/tcg')
-rw-r--r-- | tests/tcg/multiarch/Makefile.target | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target index cb49cc9ccb..230eb9a95e 100644 --- a/tests/tcg/multiarch/Makefile.target +++ b/tests/tcg/multiarch/Makefile.target @@ -54,7 +54,9 @@ run-gdbstub-sha1: sha1 --bin $< --test $(MULTIARCH_SRC)/gdbstub/sha1.py, \ "basic gdbstub support") -EXTRA_RUNS += run-gdbstub-sha1 +# Disable this for now -- it provokes a gdb internal-error on +# Ubuntu gdb 8.1.1-0ubuntu1. +# EXTRA_RUNS += run-gdbstub-sha1 endif |