mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-lang/python: Skip test_gdb on arm*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -245,6 +245,11 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
|
||||
@@ -248,6 +248,11 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
|
||||
@@ -283,6 +283,11 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
|
||||
@@ -285,6 +285,11 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
|
||||
@@ -284,6 +284,11 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
|
||||
@@ -286,6 +286,11 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
|
||||
Reference in New Issue
Block a user