From 885c59451c6e1364846e5f4200560a90f69e953d Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Tue, 6 May 2025 14:09:58 +0200
Subject: autopkgtests: refine architectures to test

---
 debian/tests/control | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 8109d21..b61e26b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,15 +2,23 @@ Features: test-name=debvm-root
 Test-Command: setsid ./tests/create-and-run.sh $(dpkg --print-architecture) ""
 Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], qemu-system-native
 Restrictions: allow-stderr, needs-internet, needs-root
-# Skip running on armel and armhf as the emulation is too slow there to actually work.
-Architecture: !armel !armhf
+# Skip armel and armhf: Emulation too slow.
+# Skip i386: No kernel.
+# Skip loong64:
+#   unable to handle EFI zboot image with "zstd" compression
+#   qemu-system-loongarch64: could not load kernel '/proc/self/fd/3': Failed to load ELF
+Architecture: !armel !armhf !i386 !loong64
 
 Features: test-name=debvm-unshare
 Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) ""
 Depends: debian-archive-keyring, debvm, expect, file, openssh-client, seabios [ppc64el], uidmap, qemu-system-native
 Restrictions: allow-stderr, needs-internet, skippable
-# Skip running on armel and armhf as the emulation is too slow there to actually work.
-Architecture: !armel !armhf
+# Skip armel and armhf: Emulation too slow.
+# Skip i386: No kernel.
+# Skip loong64:
+#   unable to handle EFI zboot image with "zstd" compression
+#   qemu-system-loongarch64: could not load kernel '/proc/self/fd/3': Failed to load ELF
+Architecture: !armel !armhf !i386 !loong64
 
 Features: test-name=debefivm-root
 Test-Command: setsid ./tests/efi-create-and-run.sh $(dpkg --print-architecture) ""
-- 
cgit v1.2.3