From: Thomas Huth <thuth@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
qemu-devel@nongnu.org
Cc: Wainer dos Santos Moschetta <wainersm@redhat.com>,
Beraldo Leal <bleal@redhat.com>, Cleber Rosa <crosa@redhat.com>,
Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>,
Paolo Bonzini <pbonzini@redhat.com>,
Nicholas Piggin <npiggin@gmail.com>,
qemu-ppc@nongnu.org
Subject: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
Date: Tue, 14 Nov 2023 17:31:15 +0100 [thread overview]
Message-ID: <20231114163115.298041-1-thuth@redhat.com> (raw)
The tests seem currently to be broken. Disable them by default
until someone fixes them.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/avocado/reverse_debugging.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/avocado/reverse_debugging.py b/tests/avocado/reverse_debugging.py
index fc47874eda..2585c78f34 100644
--- a/tests/avocado/reverse_debugging.py
+++ b/tests/avocado/reverse_debugging.py
@@ -11,6 +11,7 @@
import logging
from avocado import skipIf
+from avocado import skipUnless
from avocado_qemu import BUILD_DIR
from avocado.utils import gdb
from avocado.utils import process
@@ -241,8 +242,8 @@ class ReverseDebugging_ppc64(ReverseDebugging):
REG_PC = 0x40
- # unidentified gitlab timeout problem
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
+ # Test seems to be broken right now
+ @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test gets stuck')
def test_ppc64_pseries(self):
"""
:avocado: tags=arch:ppc64
@@ -254,7 +255,7 @@ def test_ppc64_pseries(self):
self.endian_is_le = False
self.reverse_debugging()
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
+ @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test often fails')
def test_ppc64_powernv(self):
"""
:avocado: tags=arch:ppc64
--
2.41.0
next reply other threads:[~2023-11-14 16:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 16:31 Thomas Huth [this message]
2023-11-14 16:35 ` [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default Philippe Mathieu-Daudé
2023-11-14 16:37 ` Philippe Mathieu-Daudé
2023-11-14 18:29 ` Thomas Huth
2023-11-15 1:15 ` Nicholas Piggin
2023-11-15 6:23 ` Thomas Huth
2023-11-15 13:14 ` Daniel P. Berrangé
2023-11-15 17:22 ` Daniel P. Berrangé
2023-11-16 1:15 ` Nicholas Piggin
2023-11-16 3:55 ` Ani Sinha
2023-11-16 7:14 ` Nicholas Piggin
2023-11-16 8:55 ` Daniel P. Berrangé
2023-11-16 11:17 ` Ani Sinha
2023-11-16 11:31 ` Daniel P. Berrangé
2023-11-16 7:09 ` Thomas Huth
2023-11-16 9:45 ` Nicholas Piggin
2023-11-16 9:00 ` Daniel P. Berrangé
2023-11-16 3:50 ` Ani Sinha
2023-11-20 19:18 ` John Snow
2023-11-23 2:04 ` Nicholas Piggin
2023-11-23 10:52 ` Peter Maydell
2024-01-08 23:52 ` John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231114163115.298041-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=crosa@redhat.com \
--cc=npiggin@gmail.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=wainersm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.