Skip to content

Commit

Permalink
tests/avocado: Enable TuxRun/mips64 (big-endian) test
Browse files Browse the repository at this point in the history
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é <philmd@linaro.org>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230223220404.63630-1-philmd@linaro.org>
  • Loading branch information
philmd committed Mar 30, 2023
1 parent 3d85c7c commit 9d403d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/avocado/tuxrun_baselines.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def test_mips32el(self):
"""
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
Expand Down

0 comments on commit 9d403d2

Please sign in to comment.