commit:     91f276f6fbf45fdf34c599d7a571a3a1ca20908c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 05:49:30 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 05:49:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f276f6

dev-lang/python: Skip test_gdb on arm*

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/python/python-3.11.12.ebuild            | 5 +++++
 dev-lang/python/python-3.12.10.ebuild            | 5 +++++
 dev-lang/python/python-3.13.3-r100.ebuild        | 5 +++++
 dev-lang/python/python-3.13.3.ebuild             | 5 +++++
 dev-lang/python/python-3.14.0_alpha7-r100.ebuild | 5 +++++
 dev-lang/python/python-3.14.0_alpha7.ebuild      | 5 +++++
 6 files changed, 30 insertions(+)

diff --git a/dev-lang/python/python-3.11.12.ebuild 
b/dev-lang/python/python-3.11.12.ebuild
index 7cd31e6eeb42..ff6ee57dda6f 100644
--- a/dev-lang/python/python-3.11.12.ebuild
+++ b/dev-lang/python/python-3.11.12.ebuild
@@ -245,6 +245,11 @@ src_configure() {
                                -x test_strtod
                        )
                        ;;
+               arm*)
+                       COMMON_TEST_SKIPS+=(
+                               -x test_gdb
+                       )
+                       ;;
                mips*)
                        COMMON_TEST_SKIPS+=(
                                -x test_ctypes

diff --git a/dev-lang/python/python-3.12.10.ebuild 
b/dev-lang/python/python-3.12.10.ebuild
index 68ea197c567d..f4a9569ac1ec 100644
--- a/dev-lang/python/python-3.12.10.ebuild
+++ b/dev-lang/python/python-3.12.10.ebuild
@@ -248,6 +248,11 @@ src_configure() {
                                -x test_strtod
                        )
                        ;;
+               arm*)
+                       COMMON_TEST_SKIPS+=(
+                               -x test_gdb
+                       )
+                       ;;
                mips*)
                        COMMON_TEST_SKIPS+=(
                                -x test_ctypes

diff --git a/dev-lang/python/python-3.13.3-r100.ebuild 
b/dev-lang/python/python-3.13.3-r100.ebuild
index f2f4b2b6ff30..a02ac6833e59 100644
--- a/dev-lang/python/python-3.13.3-r100.ebuild
+++ b/dev-lang/python/python-3.13.3-r100.ebuild
@@ -283,6 +283,11 @@ src_configure() {
                                -x test_strtod
                        )
                        ;;
+               arm*)
+                       COMMON_TEST_SKIPS+=(
+                               -x test_gdb
+                       )
+                       ;;
                hppa*)
                        COMMON_TEST_SKIPS+=(
                                -x test_gdb

diff --git a/dev-lang/python/python-3.13.3.ebuild 
b/dev-lang/python/python-3.13.3.ebuild
index d33f2971cbf8..fc5eb4346c67 100644
--- a/dev-lang/python/python-3.13.3.ebuild
+++ b/dev-lang/python/python-3.13.3.ebuild
@@ -285,6 +285,11 @@ src_configure() {
                                -x test_strtod
                        )
                        ;;
+               arm*)
+                       COMMON_TEST_SKIPS+=(
+                               -x test_gdb
+                       )
+                       ;;
                hppa*)
                        COMMON_TEST_SKIPS+=(
                                -x test_gdb

diff --git a/dev-lang/python/python-3.14.0_alpha7-r100.ebuild 
b/dev-lang/python/python-3.14.0_alpha7-r100.ebuild
index 2abe01749d3a..eff6e9f28d12 100644
--- a/dev-lang/python/python-3.14.0_alpha7-r100.ebuild
+++ b/dev-lang/python/python-3.14.0_alpha7-r100.ebuild
@@ -284,6 +284,11 @@ src_configure() {
                                -x test_strtod
                        )
                        ;;
+               arm*)
+                       COMMON_TEST_SKIPS+=(
+                               -x test_gdb
+                       )
+                       ;;
                hppa*)
                        COMMON_TEST_SKIPS+=(
                                -x test_gdb

diff --git a/dev-lang/python/python-3.14.0_alpha7.ebuild 
b/dev-lang/python/python-3.14.0_alpha7.ebuild
index f4da576cf95f..53ffce4948b0 100644
--- a/dev-lang/python/python-3.14.0_alpha7.ebuild
+++ b/dev-lang/python/python-3.14.0_alpha7.ebuild
@@ -286,6 +286,11 @@ src_configure() {
                                -x test_strtod
                        )
                        ;;
+               arm*)
+                       COMMON_TEST_SKIPS+=(
+                               -x test_gdb
+                       )
+                       ;;
                hppa*)
                        COMMON_TEST_SKIPS+=(
                                -x test_gdb

Reply via email to