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 2007/10/15 08:10:28 UTC

svn commit: r584686 - in /harmony/enhanced/drlvm/trunk/build/make: build.xml targets/reg.test.xml

Author: varlax
Date: Sun Oct 14 23:10:27 2007
New Revision: 584686

URL: http://svn.apache.org/viewvc?rev=584686&view=rev
Log:
Minor improvements in test diagnostics: 
- do svn detection for all tests, 
- no C4530 warnings on reg-tests compilation

Modified:
    harmony/enhanced/drlvm/trunk/build/make/build.xml
    harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/build.xml?rev=584686&r1=584685&r2=584686&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/build.xml Sun Oct 14 23:10:27 2007
@@ -300,7 +300,7 @@
 
 
     <!-- initialization target: loading and setting build properties -->
-    <target name="init" depends="detect.os.arch.cxx.cfg,
+    <target name="init" depends="svn-prop,extern_dep,detect.os.arch.cxx.cfg,
                                  init.unix,
                                  init.win,
                                  init.compressed.mode,
@@ -439,6 +439,7 @@
         <property file="test.properties"/>
         <property name="run.all.tests" value="true"/>
         <property name="base.test.dir" location="${build.semi.dir}/../tests"/>
+        <mkdir dir="${base.test.dir}"/>
         <parallel threadsPerProcessor="1" failonany="no">
             <ant target="hut.test" output="${base.test.dir}/hut.log"/>
             <ant antfile="targets/kernel.test.xml" target="kernel.test" output="${base.test.dir}/kernel.log"/>

Modified: harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml?rev=584686&r1=584685&r2=584686&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.xml Sun Oct 14 23:10:27 2007
@@ -145,9 +145,8 @@
                     outfile="${reg.test.native.path}/${outfile}"
                     objdir="${objdir}">
                     <includepath path="${test.jdk.home}/include" />
-                    <!--select os="lnx">
-                        <linkerarg value="-lstdc++" />
-                    </select-->
+                    <compilerarg value="/EHsc" if="is.windows"/>
+                    <!--linkerarg value="-lstdc++" if="is.linux"/-->
                     <fileset file="@{nativefile}"/>
                 </cc>
                 <condition property="add.manifest">