You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2007/02/19 05:54:05 UTC

[jira] Commented: (HARMONY-3182) [drlvm][testing] run modes of DRLVM tests should be unified

    [ https://issues.apache.org/jira/browse/HARMONY-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474074 ] 

Vladimir Ivanov commented on HARMONY-3182:
------------------------------------------

Thanks, almost all were fixed as expected. One minor issue: patch 'smoke.patch' has an update for test.xml. It also should be applied to run tests over ia64.
That's for your corrections, numbers 2,3,5 and 6 were included in the suggested patch but you reimplement it nice.

 thanks, Vladimir

Index: drlvm/trunk/build/make/targets/test.xml
===================================================================
--- drlvm/trunk/build/make/targets/test.xml	(revision 509076)
+++ drlvm/trunk/build/make/targets/test.xml	(working copy)
@@ -15,6 +15,7 @@
 -->
 <project name="ALL TESTS">
     <select arch="ipf">
+        <property name="test.mode" value="int" />
         <target name="test" depends="smoke.test, check-result"/>
     </select>
     <select arch="ia32,em64t">


> [drlvm][testing] run modes of DRLVM tests should be unified
> -----------------------------------------------------------
>
>                 Key: HARMONY-3182
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3182
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti.patch, smoke.patch, smoke.update.patch
>
>
> Now modes to run "jvmti" and "smoke" tests are hardcoded to the build files while modes to run kernel tests stored in the property file. 
> I suggest using this property file for these 3 runs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.