[neon/qt/qbs/Neon/release] debian: Disable api and blackbox tests also on mips64el.
Dmitry Shachnev
null at kde.org
Thu May 5 12:48:35 BST 2022
Git commit e114a7749042df13a7d31d826c8b9d9719c9872c by Dmitry Shachnev.
Committed on 07/04/2022 at 15:59.
Pushed by jriddell into branch 'Neon/release'.
Disable api and blackbox tests also on mips64el.
M +2 -0 debian/changelog
M +4 -4 debian/patches/disable_tests_qtscript.diff
https://invent.kde.org/neon/qt/qbs/commit/e114a7749042df13a7d31d826c8b9d9719c9872c
diff --git a/debian/changelog b/debian/changelog
index f8ba7d8..3fe33c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qbs (1.22.0-4) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Disable api and blackbox tests also on mips64el.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 07 Apr 2022 18:56:59 +0300
diff --git a/debian/patches/disable_tests_qtscript.diff b/debian/patches/disable_tests_qtscript.diff
index b87128c..150a07e 100644
--- a/debian/patches/disable_tests_qtscript.diff
+++ b/debian/patches/disable_tests_qtscript.diff
@@ -1,4 +1,4 @@
-Description: disable API tests on mipsel, powerpc, ppc64 and ppc64el
+Description: disable API tests on mips*, powerpc, ppc64 and ppc64el
They are segfaulting due to bugs in QtScript.
The stacktrace is (obtained on ppc64el):
#0 SLL_PopRange (end=<synthetic pointer>, start=<synthetic pointer>, N=<optimized out>, head=0x3fffb32004e0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:742
@@ -10,7 +10,7 @@ Description: disable API tests on mipsel, powerpc, ppc64 and ppc64el
#6 0x00003fffb6a489b8 in start_thread (arg=0x3fffb441f160) at pthread_create.c:322
#7 0x00003fffb745f870 in clone () at ../sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S:104
.
- Also disable blackbox tests on mipsel and riscv64.
+ Also disable blackbox tests on mips* and riscv64.
Author: Dmitry Shachnev <mitya57 at debian.org>
Forwarded: not-needed
Last-Update: 2022-04-06
@@ -19,8 +19,8 @@ Last-Update: 2022-04-06
+++ b/tests/auto/CMakeLists.txt
@@ -1,6 +1,13 @@
-add_subdirectory(api)
-+set(API_DISABLED_ARCHITECTURES mips ppc ppc64 ppc64le)
-+set(BLACKBOX_DISABLED_ARCHITECTURES mips riscv64)
++set(API_DISABLED_ARCHITECTURES mips mips64 ppc ppc64 ppc64le)
++set(BLACKBOX_DISABLED_ARCHITECTURES mips mips64 riscv64)
+
+if(NOT CMAKE_HOST_SYSTEM_PROCESSOR IN_LIST API_DISABLED_ARCHITECTURES)
+ add_subdirectory(api)
More information about the Neon-commits
mailing list