Author: markt
Date: Tue Dec 11 11:33:35 2018
New Revision: 1848668

URL: http://svn.apache.org/viewvc?rev=1848668&view=rev
Log:
Additional fix for Gump failure and to address buildbot failures triggered by 
the first part of the Gump fix.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1848668&r1=1848667&r2=1848668&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Dec 11 11:33:35 2018
@@ -1610,6 +1610,8 @@
             <exclude name="org/apache/tomcat/util/net/openssl/ciphers/**" 
unless="${test.openssl.exists}" />
             <!-- Exclude performance tests. E.g. on systems with 
slow/inconsistent timing -->
             <exclude name="**/*Performance.java" 
if="${test.excludePerformance}" />
+            <!-- Exclude tests that Gump can't compile -->
+            <exclude name="org/apache/tomcat/buildutil/**" />
             <!-- Exclude a configurable list of tests -->
             <exclude name="${test.exclude}" />
           </fileset>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to