[PATCH] tests/avocado: Enable TuxRun/mips64 (big-endian) test

Philippe Mathieu-Daudé posted 1 patch 1 year, 2 months ago
Failed in applying to current master (apply log)
tests/avocado/tuxrun_baselines.py | 1 -
1 file changed, 1 deletion(-)
[PATCH] tests/avocado: Enable TuxRun/mips64 (big-endian) test
Posted by Philippe Mathieu-Daudé 1 year, 2 months ago
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>
---
Based-on: <20230223161958.48696-1-jiaxun.yang@flygoat.com>
https://lore.kernel.org/qemu-devel/20230223161958.48696-1-jiaxun.yang@flygoat.com/
---
 tests/avocado/tuxrun_baselines.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/avocado/tuxrun_baselines.py b/tests/avocado/tuxrun_baselines.py
index 30aaefc1d3..c06e90986f 100644
--- a/tests/avocado/tuxrun_baselines.py
+++ b/tests/avocado/tuxrun_baselines.py
@@ -276,7 +276,6 @@ def test_mips32el(self):
         """
         self.common_tuxrun()
 
-    @skip("QEMU currently broken") # regression against stable QEMU
     def test_mips64(self):
         """
         :avocado: tags=arch:mips64
-- 
2.38.1


Re: [PATCH] tests/avocado: Enable TuxRun/mips64 (big-endian) test
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
On 23/2/23 23:04, Philippe Mathieu-Daudé wrote:
> 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>
> ---
> Based-on: <20230223161958.48696-1-jiaxun.yang@flygoat.com>
> https://lore.kernel.org/qemu-devel/20230223161958.48696-1-jiaxun.yang@flygoat.com/
> ---
>   tests/avocado/tuxrun_baselines.py | 1 -
>   1 file changed, 1 deletion(-)

Patch queued.

Re: [PATCH] tests/avocado: Enable TuxRun/mips64 (big-endian) test
Posted by Alex Bennée 1 year, 2 months ago
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> 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>

I guess it will go through your tree.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro