You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2017/10/28 18:23:45 UTC

svn commit: r1813651 - /gump/metadata/project/tomcat-tc7.xml

Author: markt
Date: Sat Oct 28 18:23:44 2017
New Revision: 1813651

URL: http://svn.apache.org/viewvc?rev=1813651&view=rev
Log:
Disable test in right place

Modified:
    gump/metadata/project/tomcat-tc7.xml

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1813651&r1=1813650&r2=1813651&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Sat Oct 28 18:23:44 2017
@@ -48,8 +48,6 @@
       <property name="tomcat-dbcp.home" project="tomcat-tc7.0.x-dbcp"
          reference="home" />
       <property name="base.path" path="tomcat-build-libs"/>
-      <!-- Temporary exclusion due to bug in Java 8 build 151/152 (fixed for 162 due jan 2018) -->
-      <property name="test.exclude" value="**/TestFlushableGZIPOutputStream.java" />
     </ant>
 
     <depend project="ant" inherit="runtime" />
@@ -144,6 +142,8 @@
       <property name="execute.test.nio" value="false"/>
       <property name="base.path" path="tomcat-build-libs"/>
       <property name="test.relaxTiming" value="true"/>
+      <!-- Temporary exclusion due to bug in Java 8 build 151/152 (fixed for 162 due jan 2018) -->
+      <property name="test.exclude" value="**/TestFlushableGZIPOutputStream.java" />
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -194,6 +194,8 @@
       <property name="execute.test.nio" value="true"/>
       <property name="base.path" path="tomcat-build-libs"/>
       <property name="test.relaxTiming" value="true"/>
+      <!-- Temporary exclusion due to bug in Java 8 build 151/152 (fixed for 162 due jan 2018) -->
+      <property name="test.exclude" value="**/TestFlushableGZIPOutputStream.java" />
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -246,6 +248,8 @@
                 reference="home"/>
       <property name="base.path" path="tomcat-build-libs"/>
       <property name="test.relaxTiming" value="true"/>
+      <!-- Temporary exclusion due to bug in Java 8 build 151/152 (fixed for 162 due jan 2018) -->
+      <property name="test.exclude" value="**/TestFlushableGZIPOutputStream.java" />
     </ant>
 
    <depend project="ant" inherit="runtime" />