summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2020-03-21 16:38:52 +0100
committerAndreas K. Huettel <dilfridge@gentoo.org>2020-03-21 16:39:26 +0100
commit22551b75cbb87dbb638a1424a33510840e4cd0df (patch)
treeace5643492ca517b22d38484e4c120959094a649
parentGentoo: Adapt tests to /etc/mail/alias location (diff)
downloadglibc-22551b75cbb87dbb638a1424a33510840e4cd0df.tar.gz
glibc-22551b75cbb87dbb638a1424a33510840e4cd0df.tar.bz2
glibc-22551b75cbb87dbb638a1424a33510840e4cd0df.zip
Gentoo: Revert "Gentoo: xfail tests that fail only due to Gentoo sandbox"gentoo/glibc-2.30-8
We do that in the ebuild instead. This reverts commit edebb6e78a66f83d8d53b1bfccd22a37c71feb23. Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
-rw-r--r--Makeconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makeconfig b/Makeconfig
index ea8c4fe623..0f03915e53 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -1333,23 +1333,6 @@ 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.