[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Mar 2 04:57:36 EST 2007


  User: msurtani
  Date: 07/03/02 04:57:36

  Modified:    JBossCache  build.xml
  Log:
  Reverted test exclusions for Beta1
  
  Revision  Changes    Path
  1.186     +20 -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.185
  retrieving revision 1.186
  diff -u -b -r1.185 -r1.186
  --- build.xml	28 Feb 2007 12:30:58 -0000	1.185
  +++ build.xml	2 Mar 2007 09:57:36 -0000	1.186
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.185 2007/02/28 12:30:58 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.186 2007/03/02 09:57:36 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,11 +71,30 @@
          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*"/>
  +
  +      <!-- See JBCACHE-983 -->
  +      <exclude name="org/jboss/cache/statetransfer/StateTransfer200Test*"/>
  +      <exclude name="org/jboss/cache/pojo/statetransfer/StateTransfer200AopTest*"/>
  +
         <!-- See JBCACHE-967 -->
         <exclude name="org/jboss/cache/multiplexer/StateTransferTest*"/>
   
  +      <!-- See JBCACHE-814 -->
  +      <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
  +      <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*"/-->
  +      <!--exclude name="org/jboss/cache/pojo/passivation/ReplicatedTest*"/-->
   
         <!-- See JBCACHE-315 -->
         <exclude name="org/jboss/cache/statetransfer/StateTransferUnderLoadTest*"/>
  
  
  



More information about the jboss-cvs-commits mailing list