[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Fri Mar 2 04:59:38 EST 2007


  User: msurtani
  Date: 07/03/02 04:59:38

  Modified:    JBossCache  build.xml
  Log:
  Excluded tests again for HEAD/BETA2
  
  Revision  Changes    Path
  1.187     +1 -20     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.186
  retrieving revision 1.187
  diff -u -b -r1.186 -r1.187
  --- build.xml	2 Mar 2007 09:57:36 -0000	1.186
  +++ build.xml	2 Mar 2007 09:59:38 -0000	1.187
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.186 2007/03/02 09:57:36 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.187 2007/03/02 09:59:38 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -71,30 +71,11 @@
          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