[jboss-cvs] JBossCache ...
Manik Surtani
msurtani at jboss.com
Fri Jan 5 09:42:52 EST 2007
User: msurtani
Date: 07/01/05 09:42:52
Modified: JBossCache build.xml
Log:
marked JBCACHE-880 as a known failure
Revision Changes Path
1.159 +4 -1 JBossCache/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/build.xml,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -b -r1.158 -r1.159
--- build.xml 5 Jan 2007 14:00:16 -0000 1.158
+++ build.xml 5 Jan 2007 14:42:52 -0000 1.159
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.158 2007/01/05 14:00:16 bwang Exp $ -->
+<!-- $Id: build.xml,v 1.159 2007/01/05 14:42:52 msurtani Exp $ -->
<project default="compile" name="JBossCache">
@@ -72,6 +72,9 @@
-->
<patternset id="known.failures">
+ <!-- See JBCACHE-880 -->
+ <exclude name="org.jboss.cache.eviction.ExpirationPolicyTest*"/>
+
<!-- See JBCACHE-814 -->
<exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
<exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
More information about the jboss-cvs-commits
mailing list