[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 33/38] tests: expand timeout information for aarch64/sbsa-ref
From: |
Peter Maydell |
Subject: |
[PULL 33/38] tests: expand timeout information for aarch64/sbsa-ref |
Date: |
Thu, 19 Sep 2024 14:11:01 +0100 |
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
'Test might timeout' means nothing. Replace it with useful information
that it is emulation of pointer authentication what makes this test run
too long.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Message-id: 20240910-b4-move-to-freebsd-v5-3-0fb66d803c93@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
tests/functional/test_aarch64_sbsaref.py | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/tests/functional/test_aarch64_sbsaref.py
b/tests/functional/test_aarch64_sbsaref.py
index 89d0b9587a8..1648e8ceb68 100755
--- a/tests/functional/test_aarch64_sbsaref.py
+++ b/tests/functional/test_aarch64_sbsaref.py
@@ -137,7 +137,8 @@ def test_sbsaref_alpine_linux_max_pauth_off(self):
def test_sbsaref_alpine_linux_max_pauth_impdef(self):
self.boot_alpine_linux("max,pauth-impdef=on")
- @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 'Test might timeout')
+ @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
+ 'Test might timeout due to PAuth emulation')
def test_sbsaref_alpine_linux_max(self):
self.boot_alpine_linux("max")
@@ -175,11 +176,13 @@ def test_sbsaref_openbsd73_default_cpu(self):
def test_sbsaref_openbsd73_max_pauth_off(self):
self.boot_openbsd73("max,pauth=off")
- @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 'Test might timeout')
+ @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
+ 'Test might timeout due to PAuth emulation')
def test_sbsaref_openbsd73_max_pauth_impdef(self):
self.boot_openbsd73("max,pauth-impdef=on")
- @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 'Test might timeout')
+ @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
+ 'Test might timeout due to PAuth emulation')
def test_sbsaref_openbsd73_max(self):
self.boot_openbsd73("max")
@@ -216,11 +219,13 @@ def test_sbsaref_freebsd14_default_cpu(self):
def test_sbsaref_freebsd14_max_pauth_off(self):
self.boot_freebsd14("max,pauth=off")
- @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 'Test might timeout')
+ @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
+ 'Test might timeout due to PAuth emulation')
def test_sbsaref_freebsd14_max_pauth_impdef(self):
self.boot_freebsd14("max,pauth-impdef=on")
- @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'), 'Test might timeout')
+ @skipUnless(os.getenv('QEMU_TEST_TIMEOUT_EXPECTED'),
+ 'Test might timeout due to PAuth emulation')
def test_sbsaref_freebsd14_max(self):
self.boot_freebsd14("max")
--
2.34.1
- [PULL 19/38] target/arm: Convert SSHLL, USHLL to decodetree, (continued)
- [PULL 19/38] target/arm: Convert SSHLL, USHLL to decodetree, Peter Maydell, 2024/09/19
- [PULL 28/38] target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree, Peter Maydell, 2024/09/19
- [PULL 25/38] target/arm: Convert VQSHL, VQSHLU to gvec, Peter Maydell, 2024/09/19
- [PULL 30/38] hw/char/stm32l4x5_usart.c: Enable USART ACK bit response, Peter Maydell, 2024/09/19
- [PULL 27/38] target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree, Peter Maydell, 2024/09/19
- [PULL 23/38] target/arm: Convert handle_scalar_simd_shri to decodetree, Peter Maydell, 2024/09/19
- [PULL 22/38] target/arm: Convert SHRN, RSHRN to decodetree, Peter Maydell, 2024/09/19
- [PULL 24/38] target/arm: Convert handle_scalar_simd_shli to decodetree, Peter Maydell, 2024/09/19
- [PULL 26/38] target/arm: Widen NeonGenNarrowEnvFn return to 64 bits, Peter Maydell, 2024/09/19
- [PULL 35/38] kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu(), Peter Maydell, 2024/09/19
- [PULL 33/38] tests: expand timeout information for aarch64/sbsa-ref,
Peter Maydell <=
- [PULL 34/38] tests: drop OpenBSD tests for aarch64/sbsa-ref, Peter Maydell, 2024/09/19
- [PULL 38/38] docs/devel: Remove nested-papr.txt, Peter Maydell, 2024/09/19
- [PULL 31/38] tests: use default cpu for aarch64/sbsa-ref, Peter Maydell, 2024/09/19
- [PULL 32/38] tests: add FreeBSD tests for aarch64/sbsa-ref, Peter Maydell, 2024/09/19
- [PULL 37/38] target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1, Peter Maydell, 2024/09/19
- Re: [PULL 00/38] target-arm queue, Peter Maydell, 2024/09/19