[PATCH-for-10.2] tests/functional: Mark another MIPS replay test as flaky

Philippe Mathieu-Daudé posted 1 patch 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251104145955.84091-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
tests/functional/mips64el/test_replay.py | 1 +
1 file changed, 1 insertion(+)
[PATCH-for-10.2] tests/functional: Mark another MIPS replay test as flaky
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
When disabling MIPS tests on commit 1c11aa18071
("tests/functional: Mark the MIPS replay tests as flaky")
we missed the 5KEc test.

Reported-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 tests/functional/mips64el/test_replay.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/functional/mips64el/test_replay.py b/tests/functional/mips64el/test_replay.py
index 05cc585f854..e9318448fa7 100755
--- a/tests/functional/mips64el/test_replay.py
+++ b/tests/functional/mips64el/test_replay.py
@@ -40,6 +40,7 @@ def test_replay_mips64el_malta(self):
         '75ba10cd35fb44e32948eeb26974f061b703c81c4ba2fab1ebcacf1d1bec3b61')
 
     @skipUntrustedTest()
+    @skipFlakyTest("https://gitlab.com/qemu-project/qemu/-/issues/2013")
     def test_replay_mips64el_malta_5KEc_cpio(self):
         self.set_machine('malta')
         self.cpu = '5KEc'
-- 
2.51.0


Re: [PATCH-for-10.2] tests/functional: Mark another MIPS replay test as flaky
Posted by Richard Henderson 1 week, 2 days ago
On 11/4/25 15:59, Philippe Mathieu-Daudé wrote:
> When disabling MIPS tests on commit 1c11aa18071
> ("tests/functional: Mark the MIPS replay tests as flaky")
> we missed the 5KEc test.
> 
> Reported-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   tests/functional/mips64el/test_replay.py | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tests/functional/mips64el/test_replay.py b/tests/functional/mips64el/test_replay.py
> index 05cc585f854..e9318448fa7 100755
> --- a/tests/functional/mips64el/test_replay.py
> +++ b/tests/functional/mips64el/test_replay.py
> @@ -40,6 +40,7 @@ def test_replay_mips64el_malta(self):
>           '75ba10cd35fb44e32948eeb26974f061b703c81c4ba2fab1ebcacf1d1bec3b61')
>   
>       @skipUntrustedTest()
> +    @skipFlakyTest("https://gitlab.com/qemu-project/qemu/-/issues/2013")
>       def test_replay_mips64el_malta_5KEc_cpio(self):
>           self.set_machine('malta')
>           self.cpu = '5KEc'

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~

Re: [PATCH-for-10.2] tests/functional: Mark another MIPS replay test as flaky
Posted by Richard Henderson 5 days, 12 hours ago
On 11/6/25 12:28, Richard Henderson wrote:
> On 11/4/25 15:59, Philippe Mathieu-Daudé wrote:
>> When disabling MIPS tests on commit 1c11aa18071
>> ("tests/functional: Mark the MIPS replay tests as flaky")
>> we missed the 5KEc test.
>>
>> Reported-by: Richard Henderson <richard.henderson@linaro.org>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>> ---
>>   tests/functional/mips64el/test_replay.py | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/tests/functional/mips64el/test_replay.py b/tests/functional/mips64el/ 
>> test_replay.py
>> index 05cc585f854..e9318448fa7 100755
>> --- a/tests/functional/mips64el/test_replay.py
>> +++ b/tests/functional/mips64el/test_replay.py
>> @@ -40,6 +40,7 @@ def test_replay_mips64el_malta(self):
>>           '75ba10cd35fb44e32948eeb26974f061b703c81c4ba2fab1ebcacf1d1bec3b61')
>>       @skipUntrustedTest()
>> +    @skipFlakyTest("https://gitlab.com/qemu-project/qemu/-/issues/2013")
>>       def test_replay_mips64el_malta_5KEc_cpio(self):
>>           self.set_machine('malta')
>>           self.cpu = '5KEc'
> 
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Queued.

r~