[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Nov 17 08:51:43 EST 2006


  User: msurtani
  Date: 06/11/17 08:51:43

  Modified:    JBossCache  build.xml
  Log:
  Added a few known failures
  
  Revision  Changes    Path
  1.152     +12 -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.151
  retrieving revision 1.152
  diff -u -b -r1.151 -r1.152
  --- build.xml	16 Nov 2006 15:48:41 -0000	1.151
  +++ build.xml	17 Nov 2006 13:51:43 -0000	1.152
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.151 2006/11/16 15:48:41 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.152 2006/11/17 13:51:43 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -62,6 +62,17 @@
          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*"/>
  +      <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
  +      <exclude name="org/jboss/cache/eviction/MRUAlgorithmTest*"/>
  +      <exclude name="org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest*"/>
  +
  +      <!-- 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*"/>
  +
         <!-- See JBCACHE-315 -->
         <exclude name="org/jboss/cache/statetransfer/StateTransferUnderLoadTest*"/>
         <!-- See JBCACHE-641 -->
  
  
  



More information about the jboss-cvs-commits mailing list