RE: [drlvm][test]Exclude some tests from build test target, make 'build test' pass

2006-10-26 Thread Volynets, Vera
-Original Message- From: Pavel Ozhdikhin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 10:18 AM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][test]Exclude some tests from build test target, make 'build test' pass On 10/26/06, Gregory Shimansky [EMAIL PROTECTED]

[drlvm][test]Exclude some tests from build test target, make 'build test' pass

2006-10-25 Thread Volynets, Vera
Geir Some tests launched by command build test fail. The idea of build test is to run it before each commit. In this way you can catch regressions. In order to effectively catch regressions, i.e. tests that started to fail after some change, it's necessary to have 'build test' pass in a stable

[general][svn] which svn revision we take into consideration?

2006-10-20 Thread Volynets, Vera
Hi, svn has two commands where you can get svn revision. It's nice bug the problem is that results are different. example: 1) svn log --limit 1 r466095 | smishura | 2006-10-20 16:47:14 +0400 (Fri, 20 Oct 2006) | 1 line Apply

[classlib][beans] Failed to build classlib

2006-10-19 Thread Volynets, Vera
Hi, I've tried to build classlib today. it failed with following message: -compile: [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] Compiling 43 source files to C:\cygwin\work\harmony\trunk\working_classlib\build\classes [javac] Since compiler

RE: [classlib][beans] Failed to build classlib

2006-10-19 Thread Volynets, Vera
Hi Vera, It seems you have experienced some problems with classpath/bootclasspath. Try to do ant clean. Thanks, 19.10.06, Volynets, Vera[EMAIL PROTECTED] написал(а): Hi, I've tried to build classlib today. it failed with following message: -compile: [javac] Since compiler setting isn't

RE: [classlib][test] Site to collect classlib test statistics

2006-10-09 Thread Volynets, Vera
routinely a la CruiseControl? Or you need an automated failure analyzer which bisects commits and finds flawed commit? 2006/10/6, Volynets, Vera [EMAIL PROTECTED]: Alexey, Thank you for your response. As I understood I'm working on the same problem, I write scripts to run different tests(cunit

RE: [classlib][test] Site to collect classlib test statistics

2006-10-06 Thread Volynets, Vera
Alexey, Thank you for your response. As I understood I'm working on the same problem, I write scripts to run different tests(cunit, classlib, smoke, kernel, specjvm98) and collect statistics. I do it to track patch which was reason of failure of any test. So bug propagation would be stopped. The

[classlib][test] Site to collect classlib test statistics

2006-10-04 Thread Volynets, Vera
Anton, I found out that you open site http://www.harmonytest.org http://www.harmonytest.org/ . As I understood it is used to collect statistics of classlib test results on different builds. Could you tell about it in more detail? 1) Who can upload test results? 2) How are you going to

RE: Re: [DRLVM] GC heap verification infrastructure

2006-07-18 Thread Volynets, Vera
Hi, I didn't find any bugs in gc_v4 at the moment, but this feature is really very useful especially if you modify gc_v4 or design a new gc. Of course, it needs to be improved and developed. Also I'm going to add feature to verify write barriers work. The same way as in GC heap verification I