From 91f276f6fbf45fdf34c599d7a571a3a1ca20908c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 14 Apr 2025 07:49:30 +0200 Subject: [PATCH] dev-lang/python: Skip test_gdb on arm* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 7cd31e6eeb42d..ff6ee57dda6f3 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 68ea197c567d0..f4a9569ac1ecf 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 f2f4b2b6ff30c..a02ac6833e59c 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 d33f2971cbf8e..fc5eb4346c672 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 2abe01749d3a8..eff6e9f28d12a 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 f4da576cf95f7..53ffce4948b0d 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