[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Thu Feb 22 08:10:49 EST 2007


  User: msurtani
  Date: 07/02/22 08:10:49

  Modified:    JBossCache  build.xml
  Log:
  known failure
  
  Revision  Changes    Path
  1.181     +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.180
  retrieving revision 1.181
  diff -u -b -r1.180 -r1.181
  --- build.xml	22 Feb 2007 03:51:42 -0000	1.180
  +++ build.xml	22 Feb 2007 13:10:49 -0000	1.181
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.180 2007/02/22 03:51:42 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.181 2007/02/22 13:10:49 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,6 +71,9 @@
          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-986 -->
  +      <exclude name="org/jboss/cache/eviction/OptimisticEvictionTest*"/>
  +
         <!-- See JBCACHE-984 -->
         <exclude name="org/jboss/cache/loader/deadlock/ConcurrentCreationDeadlockTest*"/>
         
  
  
  



More information about the jboss-cvs-commits mailing list