You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/14 06:29:02 UTC

svn commit: r627662 - in /harmony/enhanced/drlvm/trunk: build/make/excludes/ make/tests/test-common.xml vm/tests/excludes/

Author: varlax
Date: Wed Feb 13 21:28:58 2008
New Revision: 627662

URL: http://svn.apache.org/viewvc?rev=627662&view=rev
Log:
Place exclude-lists nearby tests.

Added:
    harmony/enhanced/drlvm/trunk/vm/tests/excludes/
      - copied from r627661, harmony/enhanced/drlvm/trunk/build/make/excludes/
Removed:
    harmony/enhanced/drlvm/trunk/build/make/excludes/
Modified:
    harmony/enhanced/drlvm/trunk/make/tests/test-common.xml

Modified: harmony/enhanced/drlvm/trunk/make/tests/test-common.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/tests/test-common.xml?rev=627662&r1=627661&r2=627662&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/make/tests/test-common.xml (original)
+++ harmony/enhanced/drlvm/trunk/make/tests/test-common.xml Wed Feb 13 21:28:58 2008
@@ -30,7 +30,7 @@
     <property file="${tc.imported.basedir}/../test.properties"/>
     
     <property name="test.home" location="${vm.home}/tests"/>
-    <property name="excludes.dir" location="${drlvm.base.dir}/build/make/excludes"/>
+    <property name="excludes.dir" location="${test.home}/excludes"/>
     
     <target name="check-depends">
         <check-one-file dest="${ant-contrib.jar}" src="${ant-contrib.url}"/>