qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"
@ 2023-11-21 10:08 Thomas Huth
  2023-11-21 15:14 ` Stefan Hajnoczi
  2023-11-21 16:54 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2023-11-21 10:08 UTC (permalink / raw)
  To: Alex Bennée, Philippe Mathieu-Daudé, qemu-devel
  Cc: Wainer dos Santos Moschetta, Beraldo Leal, Cleber Rosa,
	Pavel Dovgalyuk, Paolo Bonzini, Nicholas Piggin, qemu-ppc

This reverts commit c4d74ab24a02c90b7a3240510b3dd4e1bec536dd.

The reverse debugging test is sometimes still failing. See:
 https://gitlab.com/qemu-project/qemu/-/issues/1992

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/avocado/reverse_debugging.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/avocado/reverse_debugging.py b/tests/avocado/reverse_debugging.py
index b1410e7a69..ed04e92bb4 100644
--- a/tests/avocado/reverse_debugging.py
+++ b/tests/avocado/reverse_debugging.py
@@ -205,6 +205,8 @@ def get_pc(self, g):
         return self.get_reg_le(g, self.REG_PC) \
             + self.get_reg_le(g, self.REG_CS) * 0x10
 
+    # unidentified gitlab timeout problem
+    @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
     def test_x86_64_pc(self):
         """
         :avocado: tags=arch:x86_64
@@ -220,6 +222,8 @@ class ReverseDebugging_AArch64(ReverseDebugging):
 
     REG_PC = 32
 
+    # unidentified gitlab timeout problem
+    @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
     def test_aarch64_virt(self):
         """
         :avocado: tags=arch:aarch64
@@ -242,6 +246,8 @@ class ReverseDebugging_ppc64(ReverseDebugging):
 
     REG_PC = 0x40
 
+    # unidentified gitlab timeout problem
+    @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
     def test_ppc64_pseries(self):
         """
         :avocado: tags=arch:ppc64
@@ -253,6 +259,8 @@ def test_ppc64_pseries(self):
         self.endian_is_le = False
         self.reverse_debugging()
 
+    # See https://gitlab.com/qemu-project/qemu/-/issues/1992
+    @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
     def test_ppc64_powernv(self):
         """
         :avocado: tags=arch:ppc64
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"
  2023-11-21 10:08 [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI" Thomas Huth
@ 2023-11-21 15:14 ` Stefan Hajnoczi
  2023-11-21 16:54 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2023-11-21 15:14 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Alex Bennée, Philippe Mathieu-Daudé, qemu-devel,
	Wainer dos Santos Moschetta, Beraldo Leal, Cleber Rosa,
	Pavel Dovgalyuk, Paolo Bonzini, Nicholas Piggin, qemu-ppc

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"
  2023-11-21 10:08 [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI" Thomas Huth
  2023-11-21 15:14 ` Stefan Hajnoczi
@ 2023-11-21 16:54 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2023-11-21 16:54 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Alex Bennée, Philippe Mathieu-Daudé, qemu-devel,
	Wainer dos Santos Moschetta, Beraldo Leal, Cleber Rosa,
	Pavel Dovgalyuk, Paolo Bonzini, Nicholas Piggin, qemu-ppc

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-21 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 10:08 [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI" Thomas Huth
2023-11-21 15:14 ` Stefan Hajnoczi
2023-11-21 16:54 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).