diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-07-10 18:24:58 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-07-10 18:37:07 +0100 |
commit | 10d6266e6daba0e38a42b1277447c7b820cb2ad5 (patch) | |
tree | 918a105240cbb9c503cc922cb0f6d23cf2c22c64 /dev-util/tup | |
parent | profiles: p.mask dev-perl/File-Slurp-Unicode (diff) | |
download | gentoo-10d6266e6daba0e38a42b1277447c7b820cb2ad5.tar.gz gentoo-10d6266e6daba0e38a42b1277447c7b820cb2ad5.tar.bz2 gentoo-10d6266e6daba0e38a42b1277447c7b820cb2ad5.zip |
dev-util/tup: 9999: update test exclusions
A new test calls clang unconditionally.
Package-Manager: Portage-2.3.62, 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.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/tup/tup-9999.ebuild b/dev-util/tup/tup-9999.ebuild index 2662d05de6fd..f195a3f6ef13 100644 --- a/dev-util/tup/tup-9999.ebuild +++ b/dev-util/tup/tup-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -88,6 +88,7 @@ src_test() { t4131-proc-self-exe.sh t4132-proc-meminfo.sh t4171-dev-null.sh + t4202-clang.sh t4200-ccache.sh t5083-symlink-fullpath.sh t5084-symlink-fullpath2.sh |