[llvm] r309229 - See if disabling libxml tests will pass the i686 bot.

Eric Beckmann via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 16:15:45 PDT 2017


Author: ecbeckmann
Date: Wed Jul 26 16:15:44 2017
New Revision: 309229

URL: http://llvm.org/viewvc/llvm-project?rev=309229&view=rev
Log:
See if disabling libxml tests will pass the i686 bot.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=309229&r1=309228&r2=309229&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Wed Jul 26 16:15:44 2017
@@ -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')




More information about the llvm-commits mailing list