[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Nov 10 10:51:03 EST 2006


  User: msurtani
  Date: 06/11/10 10:51:03

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Added JBCACHE-814 to known failures
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.10 +5 -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.119.2.9
  retrieving revision 1.119.2.10
  diff -u -b -r1.119.2.9 -r1.119.2.10
  --- build.xml	2 Nov 2006 09:34:51 -0000	1.119.2.9
  +++ build.xml	10 Nov 2006 15:51:03 -0000	1.119.2.10
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.9 2006/11/02 09:34:51 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.10 2006/11/10 15:51:03 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -68,6 +68,10 @@
          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-814 -->
  +      <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
  +      <exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
  +      
         <!-- See JBCACHE-641 -->
         <exclude name="org/jboss/cache/eviction/ReplicatedLRUPolicyTest*"/>
         <!-- See JBCACHE-407 -->
  
  
  



More information about the jboss-cvs-commits mailing list