From: Philippe Mathieu-Daudé Date: Thu, 23 Feb 2023 21:58:18 +0000 (+0000) Subject: tests/avocado: Enable TuxRun/mips64 (big-endian) test X-Git-Tag: qemu-xen-4.18.0-rc5~239^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9d403d27bc85928aa9b8eb53fcceb2d7745d51ac;p=qemu-xen.git tests/avocado: Enable TuxRun/mips64 (big-endian) test Now that the previous commit ("hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDR") fixed the issue accessing the GT64120 PCI config-address register on big-endian targets, we can enable this TuxRun test. Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alex Bennée Message-Id: <20230223220404.63630-1-philmd@linaro.org> --- diff --git a/tests/avocado/tuxrun_baselines.py b/tests/avocado/tuxrun_baselines.py index c3fb67f5dc..d343376faa 100644 --- a/tests/avocado/tuxrun_baselines.py +++ b/tests/avocado/tuxrun_baselines.py @@ -270,7 +270,6 @@ class TuxRunBaselineTest(QemuSystemTest): """ self.common_tuxrun(drive="driver=ide-hd,bus=ide.0,unit=0") - @skip("QEMU currently broken") # regression against stable QEMU def test_mips64(self): """ :avocado: tags=arch:mips64