From: Zhihang Wei <wzh@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH] testsuite: Add KFAIL to qemumipsel-bookworm
Date: Thu, 23 Jul 2026 15:33:14 +0200 [thread overview]
Message-ID: <20260723133314.1579323-1-wzh@ilbers.de> (raw)
Currently the following error occurs when building qemumipsel-bookworm:
ERROR: Task (mc:qemumipsel-bookworm:./build/../meta/recipes-devtools/sbuild-chroot/sbuild-chroot-host.bb:do_rootfs_install) failed with exit code '1'
The task log shows:
Broken libc6-dev:amd64 Depends on linux-libc-dev:amd64 < none @un pH >
<snip>
The following packages have unmet dependencies:
libc6-dev : Depends: linux-libc-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
Allow this target to fail for now so that the remaining cross tests can
continue to run.
Signed-off-by: Zhihang Wei <wzh@ilbers.de>
---
testsuite/citest.py | 49 +++++++++++++++++++++++++++++++--------------
1 file changed, 34 insertions(+), 15 deletions(-)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 5e7fd20a..e8e5a342 100644
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -897,7 +897,6 @@ class NoCrossTest(CIBaseTest):
'mc:qemuamd64-bookworm:isar-image-ci',
'mc:qemuamd64-iso-bookworm:isar-image-ci',
'mc:qemui386-bookworm:isar-image-base',
- 'mc:qemumipsel-bookworm:isar-image-ci',
'mc:qemuamd64-trixie:isar-image-base',
'mc:qemuarm64-trixie:isar-image-base',
'mc:qemuarm-trixie:isar-image-base',
@@ -915,6 +914,17 @@ class NoCrossTest(CIBaseTest):
self.init()
self.perform_build_test(targets, cross=False)
+ def test_nocross_mipsel_bookworm(self):
+ targets = [
+ 'mc:qemumipsel-bookworm:isar-image-ci',
+ ]
+
+ self.init()
+ try:
+ self.perform_build_test(targets, cross=False)
+ except exceptions.TestFail:
+ self.cancel('KFAIL')
+
def test_run_arm_bullseye(self):
"""
:avocado: tags=startvm
@@ -1081,32 +1091,41 @@ class NoCrossTest(CIBaseTest):
:avocado: tags=startvm
"""
self.init()
- self.vm_start('mipsel', 'bookworm', image='isar-image-ci', keep=True)
+ try:
+ self.vm_start('mipsel', 'bookworm', image='isar-image-ci', keep=True)
+ except exceptions.TestFail:
+ self.cancel('KFAIL')
def test_run_mipsel_bookworm_getty_target(self):
"""
:avocado: tags=startvm
"""
self.init()
- self.vm_start(
- 'mipsel',
- 'bookworm',
- image='isar-image-ci',
- cmd='systemctl is-active getty.target',
- keep=True,
- )
+ try:
+ self.vm_start(
+ 'mipsel',
+ 'bookworm',
+ image='isar-image-ci',
+ cmd='systemctl is-active getty.target',
+ keep=True,
+ )
+ except exceptions.TestFail:
+ self.cancel('KFAIL')
def test_run_mipsel_bookworm_example_module(self):
"""
:avocado: tags=startvm
"""
self.init()
- self.vm_start(
- 'mipsel',
- 'bookworm',
- image='isar-image-ci',
- script='test_kernel_module.sh example_module',
- )
+ try:
+ self.vm_start(
+ 'mipsel',
+ 'bookworm',
+ image='isar-image-ci',
+ script='test_kernel_module.sh example_module',
+ )
+ except exceptions.TestFail:
+ self.cancel('KFAIL')
def test_run_arm_trixie(self):
"""
--
2.39.5
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260723133314.1579323-1-wzh%40ilbers.de.
next reply other threads:[~2026-07-23 13:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-23 13:33 Zhihang Wei [this message]
2026-07-23 15:28 ` 'MOESSBAUER, Felix' via isar-users
2026-07-24 7:59 ` Zhihang Wei
2026-07-24 8:48 ` Zhihang Wei
2026-07-24 9:33 ` 'MOESSBAUER, Felix' via isar-users
2026-07-24 12:05 ` 'MOESSBAUER, Felix' via isar-users
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=20260723133314.1579323-1-wzh@ilbers.de \
--to=wzh@ilbers.de \
--cc=isar-users@googlegroups.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox