[jboss-cvs] JBossCache ...
Manik Surtani
msurtani at jboss.com
Thu Dec 21 22:28:52 EST 2006
User: msurtani
Date: 06/12/21 22:28:52
Modified: JBossCache build.xml
Log:
updated known issues
Revision Changes Path
1.156 +5 -5 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.155
retrieving revision 1.156
diff -u -b -r1.155 -r1.156
--- build.xml 21 Dec 2006 18:17:12 -0000 1.155
+++ build.xml 22 Dec 2006 03:28:52 -0000 1.156
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.155 2006/12/21 18:17:12 msurtani Exp $ -->
+<!-- $Id: build.xml,v 1.156 2006/12/22 03:28:52 msurtani Exp $ -->
<project default="compile" name="JBossCache">
@@ -62,16 +62,16 @@
Only one test per line. Please add a comment with a reference to a JIRA task about this failure.
-->
<patternset id="known.failures">
- <!-- See JBCACHE-859 -->
- <exclude name="org/jboss/cache/buddyreplication/BuddyAssignmentStateTransferTest*"/>
+
+ <!-- See JBCACHE-814 -->
<exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
- <exclude name="org/jboss/cache/eviction/MRUAlgorithmTest*"/>
- <exclude name="org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest*"/>
+ <exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
<!-- See JBCACHE-858 -->
<exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncMapTest*"/>
<exclude name="org/jboss/cache/pojo/collection/ReplicatedSyncSetTest*"/>
<exclude name="org/jboss/cache/pojo/region/LocalConcurrentTest*"/>
+ <exclude name="org/jboss/cache/pojo/LocalConcurrentTest*"/>
<!-- See JBCACHE-315 -->
<exclude name="org/jboss/cache/statetransfer/StateTransferUnderLoadTest*"/>
More information about the jboss-cvs-commits
mailing list