aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2023-11-16 21:53:54 +1000
committerThomas Huth <thuth@redhat.com>2023-11-16 14:22:56 +0100
commitc4d74ab24a02c90b7a3240510b3dd4e1bec536dd (patch)
treefda0951c6f1e0b6f9cdc4a78cfb15576500b1969 /tests/avocado
parentcd43f00524070c0267613acc98a153dba0e398d9 (diff)
downloadqemu-c4d74ab24a02c90b7a3240510b3dd4e1bec536dd.zip
qemu-c4d74ab24a02c90b7a3240510b3dd4e1bec536dd.tar.gz
qemu-c4d74ab24a02c90b7a3240510b3dd4e1bec536dd.tar.bz2
tests/avocado: Enable reverse_debugging.py tests in gitlab CI
Let's try enable reverse_debugging.py in gitlab CI. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Message-ID: <20231116115354.228678-3-npiggin@gmail.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/avocado')
-rw-r--r--tests/avocado/reverse_debugging.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/avocado/reverse_debugging.py b/tests/avocado/reverse_debugging.py
index 128d85b..b1410e7 100644
--- a/tests/avocado/reverse_debugging.py
+++ b/tests/avocado/reverse_debugging.py
@@ -205,8 +205,6 @@ class ReverseDebugging_X86_64(ReverseDebugging):
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
@@ -222,8 +220,6 @@ 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
@@ -246,8 +242,6 @@ 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
@@ -259,7 +253,6 @@ class ReverseDebugging_ppc64(ReverseDebugging):
self.endian_is_le = False
self.reverse_debugging()
- @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_ppc64_powernv(self):
"""
:avocado: tags=arch:ppc64