mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-lang/python: always skip test_gdb
Running gdb inside an ebuild as non-root, within sandbox, and possibly within a container is unreliable. Closes: https://bugs.gentoo.org/941296 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -247,6 +247,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -272,16 +275,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -289,11 +282,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -307,7 +295,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -247,6 +247,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -272,16 +275,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -289,11 +282,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -307,7 +295,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -247,6 +247,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -272,16 +275,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -289,11 +282,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -307,7 +295,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -247,6 +247,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -272,16 +275,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -289,11 +282,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -307,7 +295,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -234,6 +234,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -259,16 +262,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -276,11 +269,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -294,7 +282,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -243,6 +243,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -268,16 +271,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -285,11 +278,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -303,7 +291,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -243,6 +243,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -268,16 +271,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -285,11 +278,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -303,7 +291,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -243,6 +243,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -268,16 +271,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -285,11 +278,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -303,7 +291,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -234,6 +234,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -259,16 +262,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -276,11 +269,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -294,7 +282,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -229,6 +229,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -254,16 +257,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -271,11 +264,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -289,7 +277,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -233,6 +233,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
|
||||
@@ -233,6 +233,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
|
||||
@@ -222,6 +222,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
|
||||
@@ -228,6 +228,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
)
|
||||
@@ -251,11 +254,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -266,7 +264,6 @@ src_configure() {
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_descr
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
@@ -283,7 +280,6 @@ src_configure() {
|
||||
|
||||
-x test_ctypes
|
||||
-x test_descr
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -228,6 +228,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
)
|
||||
@@ -251,11 +254,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -266,7 +264,6 @@ src_configure() {
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_descr
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
@@ -283,7 +280,6 @@ src_configure() {
|
||||
|
||||
-x test_ctypes
|
||||
-x test_descr
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -217,6 +217,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
)
|
||||
@@ -240,11 +243,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
|
||||
@@ -224,6 +224,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
)
|
||||
@@ -247,11 +250,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -259,11 +257,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -277,7 +270,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -224,6 +224,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
)
|
||||
@@ -247,11 +250,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -259,11 +257,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -277,7 +270,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -213,6 +213,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
)
|
||||
@@ -236,11 +239,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -248,11 +246,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -266,7 +259,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -258,6 +258,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -283,16 +286,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -300,11 +293,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -318,7 +306,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -258,6 +258,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -283,16 +286,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -300,11 +293,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -318,7 +306,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -258,6 +258,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -283,16 +286,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -300,11 +293,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -318,7 +306,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -246,6 +246,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -271,16 +274,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -288,11 +281,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -306,7 +294,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -260,6 +260,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -285,16 +288,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -302,11 +295,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -320,7 +308,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -260,6 +260,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -285,16 +288,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -302,11 +295,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -320,7 +308,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -260,6 +260,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -285,16 +288,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -302,11 +295,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -320,7 +308,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -246,6 +246,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -271,16 +274,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -288,11 +281,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -306,7 +294,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -241,6 +241,9 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
# this is actually test_gdb.test_pretty_print
|
||||
-x test_pretty_print
|
||||
# https://bugs.gentoo.org/933840
|
||||
@@ -266,16 +269,6 @@ src_configure() {
|
||||
-x test_strtod
|
||||
)
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
hppa*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
mips*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_ctypes
|
||||
@@ -283,11 +276,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_gdb
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
@@ -301,7 +289,6 @@ src_configure() {
|
||||
-x test_multiprocessing_spawn
|
||||
|
||||
-x test_ctypes
|
||||
-x test_gdb
|
||||
# bug 931908
|
||||
-x test_exceptions
|
||||
)
|
||||
|
||||
@@ -158,6 +158,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
|
||||
@@ -167,6 +167,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
|
||||
@@ -167,6 +167,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
|
||||
@@ -156,6 +156,8 @@ src_configure() {
|
||||
|
||||
# Set baseline test skip flags.
|
||||
COMMON_TEST_SKIPS=(
|
||||
# running gdb inside an ebuild as non-root, within sandbox,
|
||||
# and possibly within a container is unreliable
|
||||
-x test_gdb
|
||||
)
|
||||
|
||||
@@ -185,11 +187,6 @@ src_configure() {
|
||||
-x test_statistics
|
||||
)
|
||||
;;
|
||||
powerpc64-*) # big endian
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_descr
|
||||
)
|
||||
;;
|
||||
riscv*)
|
||||
COMMON_TEST_SKIPS+=(
|
||||
-x test_urllib2
|
||||
|
||||
Reference in New Issue
Block a user