amd64 llvm testsuite is green, bring back the failure in case of error

This commit is contained in:
Sylvestre Ledru 2016-08-07 14:11:21 +00:00
parent 70a4bd3129
commit b71c1abcae
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-3.8 (1:3.8.1-9) UNRELEASED; urgency=medium
* amd64 llvm testsuite is green, bring back the failure in case of error
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Aug 2016 16:03:32 +0200
llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium
* Disable the usage of ld gold on powerpc (Closes: #833583)

2
debian/rules vendored
View File

@ -478,7 +478,7 @@ override_dh_installdeb:
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
# List of the archs we know we have 100 % tests working
ARCH_LLVM_TEST_OK := i386
ARCH_LLVM_TEST_OK := i386 amd64
override_dh_auto_test: