Hi,
I've checked my applied patch to the sid package, and in fact, it was the i386 tests I deactivated. amd64 tests are already KO on sid anyway.
$ less llvm_disable_tests.diff
--- debian/rules.orig 2016-03-08 11:40:23.577165827 +0100
+++ debian/rules 2016-03-08 11:40:41.152629055 +0100
@@ -456,7 +456,7 @@
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 :=
override_dh_auto_test:
If the deep investigation you wrote about consists in passing all the auto-tests on amd64 and i386 on both stretch/sid and jessie/stable, and make a diff, it will take a lot of time to me (considering I do not have a stretch pbuilder environment ready :( ).
Regards,
Jérémy