You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/08 17:57:08 UTC

[Harmony Wiki] Update of "Reliability Tests on DRLVM" by AndreyYakushev

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by AndreyYakushev:
http://wiki.apache.org/harmony/Reliability_Tests_on_DRLVM

The comment on the change is:
According to new bti building process

------------------------------------------------------------------------------
  
  === How to run reliability tests ===
  
+ Detailed instruction placed at http://harmony.apache.org/subcomponents/buildtest/index.html
+ 
  1. There is approximate list of commands that should be executed:
  
  {{{ 
@@ -16, +18 @@

    svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk/infra
    cd infra
    ant -Dtest.suites="classlib,drlvm,reliability" install
-   ant -Dtest.suites="classlib,drlvm,reliability" setup
-   ant -Dtest.suites="classlib,drlvm,reliability" run
+   ant setup
+   ant run
  }}}
  
  Results could be observed at build/results/reliability folder
@@ -28, +30 @@

    cd <new folder for bti>
    svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk/infra
    cd infra
-   ant -Dtest.suites=reliability install
-   ant -Dtest.suites=reliability setup
  }}}
  
- Modify file "required-parameters.properties" in order to set the path to tested vm like:
+ Modify file "framework.local.properties" in order to set the path to tested vm like:
  
  {{{
- reliability.jvm.under.test=C:\harmony-jdk-628209\jre\bin\java.exe
+ reliability.parameters.required.jvm.under.test=C:\harmony-jdk-628209\jre\bin\java.exe
  }}}
  
  Start test running
  
  {{{
-   ant -Dtest.suites=reliability run
+   ant -Dtest.suites=reliability install
+   ant setup
+   ant run
  }}}
  
  3. Here is also sample of individual test run if needed: