summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2020-03-19 12:32:34 +0100
committerAndreas K. Huettel <dilfridge@gentoo.org>2020-03-19 19:13:44 +0100
commitedebb6e78a66f83d8d53b1bfccd22a37c71feb23 (patch)
treebc817518579bdb2c94d54abc965963343e5c75a2
parentFix array overflow in backtrace on PowerPC (bug 25423) (diff)
downloadglibc-edebb6e78a66f83d8d53b1bfccd22a37c71feb23.tar.gz
glibc-edebb6e78a66f83d8d53b1bfccd22a37c71feb23.tar.bz2
glibc-edebb6e78a66f83d8d53b1bfccd22a37c71feb23.zip
Gentoo: xfail tests that fail only due to Gentoo sandboxgentoo/glibc-2.30-7
Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
-rw-r--r--Makeconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 0f03915e53..ea8c4fe623 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -1333,6 +1333,23 @@ test-name = $(strip $(patsubst %.out, %, $(patsubst $(common-objpfx)%, %, $@)))
# Likewise, in XFAIL variable names.
test-xfail-name = $(strip $(patsubst %.out, %, $(patsubst $(objpfx)%, %, $@)))
+####
+# Test failures caused by the Gentoo build environment
+####
+#
+# 1) Sandbox
+test-xfail-tst-ldconfig-bad-aux-cache = yes
+test-xfail-tst-pldd = yes
+test-xfail-tst-mallocfork2 = yes
+test-xfail-tst-nss-db-endgrent = yes
+test-xfail-tst-nss-db-endpwent = yes
+test-xfail-tst-nss-files-hosts-long = yes
+test-xfail-tst-nss-test3 = yes
+#
+####
+#
+####
+
# Command to output a test status line (such as PASS: test-name). If
# test-xfail-$(test-xfail-name) has a nonempty value, the status will be
# XPASS or XFAIL rather than PASS or FAIL.