summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-12-02 03:03:02 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-12-02 03:19:03 +0000
commite34357e26c70f445f6964904e7d2bb9c7f54f048 (patch)
tree730139078e47f54a80fb01bfc42d4c0bef3811dd /dev-util/tup
parentmedia-radio/js8call: bump (diff)
downloadgentoo-e34357e26c70f445f6964904e7d2bb9c7f54f048.tar.gz
gentoo-e34357e26c70f445f6964904e7d2bb9c7f54f048.tar.bz2
gentoo-e34357e26c70f445f6964904e7d2bb9c7f54f048.zip
dev-util/tup: 9999: test: update exclusions
Make current git master pass test phase. A bunch of new "full-deps" tests, which require a feature restricted in sandbox, has been added, and it became tedious to maintain their full explicit list, so now "full-deps" tests are excluded by name pattern. Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'dev-util/tup')
-rw-r--r--dev-util/tup/tup-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-util/tup/tup-9999.ebuild b/dev-util/tup/tup-9999.ebuild
index 194cf670515f..0f0d0db5aa91 100644
--- a/dev-util/tup/tup-9999.ebuild
+++ b/dev-util/tup/tup-9999.ebuild
@@ -78,23 +78,19 @@ src_test() {
export TUP_NO_NAMESPACING=1
# Skip tests which require namespacing or root privileges.
+ pushd test || die
+ rm -v ./*full-deps*.sh
SKIPPED_TESTS=(
- t4062-full-deps.sh
- t4063-full-deps2.sh
- t4064-full-deps3.sh
- t4065-full-deps-proc.sh
- t4067-full-deps5.sh
t4069-gcc-coverage.sh
t4072-proc-self.sh
t4074-getpwd.sh
t4131-proc-self-exe.sh
t4132-proc-meminfo.sh
t4171-dev-null.sh
+ t4200-ccache.sh
t5083-symlink-fullpath.sh
t5084-symlink-fullpath2.sh
- t7048-full-deps.sh
)
- pushd test || die
rm ${SKIPPED_TESTS[@]} || die
./test.sh || die
popd || die