From: Eric Beckmann Date: Wed, 26 Jul 2017 23:15:44 +0000 (+0000) Subject: See if disabling libxml tests will pass the i686 bot. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8b00c76a1578bf52c19fc4aa6b3c3e762a9f3c4;p=llvm See if disabling libxml tests will pass the i686 bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index fb5005e2998..d926eba6cb4 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -552,6 +552,3 @@ if config.have_libxar: if config.enable_abi_breaking_checks == "1": config.available_features.add('abi-breaking-checks') - -if config.llvm_libxml2_enabled == "1": - config.available_features.add('libxml2')