diff options
| author | Sam James <sam@gentoo.org> | 2024-12-14 12:52:30 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-12-14 12:52:30 +0000 |
| commit | 1140fe2bfdc0c55732b66f7301540dbd19697e17 (patch) | |
| tree | 9023d85e73149e65a69af0ff04dad4e81b253d2d /dev-lang/python | |
| parent | 94633ce673b6e0d4804260c17166dae8fcc59b97 (diff) | |
| download | gentoo-1140fe2bfdc0c55732b66f7301540dbd19697e17.tar.gz gentoo-1140fe2bfdc0c55732b66f7301540dbd19697e17.tar.bz2 gentoo-1140fe2bfdc0c55732b66f7301540dbd19697e17.zip | |
dev-lang/python: skip test_gdb on hppa
Fails with permission issues on /proc/*/mem. Running gdb under sandbox
is perilous anyway.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python')
| -rw-r--r-- | dev-lang/python/python-3.13.0-r100.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.13.0.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.13.1-r100.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.13.1.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha1-r100.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha1.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha2-r100.ebuild | 5 | ||||
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha2.ebuild | 5 |
8 files changed, 40 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 948b36899a34..dc936ce9859a 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -283,6 +283,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index 705a1eddffce..d407b16c0aa4 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -285,6 +285,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.13.1-r100.ebuild b/dev-lang/python/python-3.13.1-r100.ebuild index 3fabff4e251b..8aa3e756beaa 100644 --- a/dev-lang/python/python-3.13.1-r100.ebuild +++ b/dev-lang/python/python-3.13.1-r100.ebuild @@ -283,6 +283,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.13.1.ebuild b/dev-lang/python/python-3.13.1.ebuild index 8eec7361cf75..2ab44f362b70 100644 --- a/dev-lang/python/python-3.13.1.ebuild +++ b/dev-lang/python/python-3.13.1.ebuild @@ -285,6 +285,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild index cb3ec479058b..6931265fcede 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -284,6 +284,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild index 4954a2b3770e..a50eeaba7c54 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -286,6 +286,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild index 651ab46ec87e..f5a238388079 100644 --- a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild @@ -284,6 +284,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes diff --git a/dev-lang/python/python-3.14.0_alpha2.ebuild b/dev-lang/python/python-3.14.0_alpha2.ebuild index 41286669826d..fe62a992ea70 100644 --- a/dev-lang/python/python-3.14.0_alpha2.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2.ebuild @@ -286,6 +286,11 @@ src_configure() { -x test_strtod ) ;; + hppa*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; mips*) COMMON_TEST_SKIPS+=( -x test_ctypes |
