[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Feb 21 12:55:23 EST 2007


  User: msurtani
  Date: 07/02/21 12:55:23

  Modified:    JBossCache  build.xml
  Log:
  Known failures
  
  Revision  Changes    Path
  1.179     +9 -3      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.178
  retrieving revision 1.179
  diff -u -b -r1.178 -r1.179
  --- build.xml	21 Feb 2007 16:44:32 -0000	1.178
  +++ build.xml	21 Feb 2007 17:55:23 -0000	1.179
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.178 2007/02/21 16:44:32 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.179 2007/02/21 17:55:23 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,9 +71,15 @@
          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-984 -->
  +      <exclude name="org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest*"/>
  +      
  +      <!-- See JBCACHE-983 -->
  +      <exclude name="org/jboss/cache/statetransfer/StateTransfer200Test*"/>
  +
         <!-- See JBCACHE-972 -->
  -      <exclude name="org.jboss.cache.pojo.collection.CachedListImplTest"/>
  -      <exclude name="org.jboss.cache.pojo.collection.CachedMapImplTest"/>
  +      <exclude name="org/jboss/cache/pojo/collection/CachedListImplTest"/>
  +      <exclude name="org/jboss/cache/pojo/collection/CachedMapImplTest"/>
   
         <!-- See JBCACHE-967 -->
         <exclude name="org/jboss/cache/multiplexer/StateTransferTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list