RE: [Testing Convention] Stress tests: requirements review needed

2006-04-25 Thread Fedotov, Alexei A
Hi Alexander, Let me question the following requirement from your list: o System should have a possibility to vary test behavior and stress conditions using arguments Actually I'm thinking here about a test suite built from a simple blocks like small and fast unit tests, or functional tests

RE: [classlib] Testing

2006-05-04 Thread Fedotov, Alexei A
Paulex, Mikhail, all, Do I understand the proposed directory structure for stress tests correctly? src/test/ | +- impl/ | +- compliant/ | +- stress/ | | | +- org | | | +- apache | | | +- harmony |

RE: Stress tests generator

2006-05-12 Thread Fedotov, Alexei A
Mark, Please, find it here: http://wiki.apache.org/ Shouldn't this go in a JIRA rather than on the wiki? If I understand Alexander correctly, currently this is not yet a contribution, but a prototype. Alexander has presented a concept sketch and awaits a design review from the community. My

RE: [DRLVM] build process improvement

2006-05-17 Thread Fedotov, Alexei A
Vladimir, Therefore there are no needs to compile them each of participants. It'd be fine to have these sources pre-compiled (another snapshot?) Working with Geronimo, I've got acquainted with Maven http://maven.apache.org/ build system, which solves this issue for pure-java projects:

RE: [DRLVM] build process improvement

2006-05-18 Thread Fedotov, Alexei A
Ivan, Andrey, The main thing I vote for is to evaluate and to take the best from other distribute dependency management systems before starting relatively easy to modify the DRLVM building system. I like Ivan's list, though Apache Maven has a domestic priority :-). Let me address two real

RE: [classlib] Layout of tests in crypto module

2006-05-18 Thread Fedotov, Alexei A
Mikhail, For me is hard to differentiate between X509CertImplTest and X509CertImplITest. So I vote for inventing something different. Why moving implementation-independent tests into a separate package (like org.apache.harmony.test.tested_package) is no longer discussed? BTW, in this case we can

[Stress tests] generator: looking forward

2006-05-19 Thread Fedotov, Alexei A
Alex, Please, find the new version (0.2) and all previous versions here: http://issues.apache.org/jira/secure/ManageAttachments.jspa?id=12340105 Good. I like it (everyone likes when his suggestions are implemented :-). So let me try to outline where we are in Harmony stress testing. === TEST

RE: [build-test-infra] Build Test Infrastructure

2006-08-17 Thread Fedotov, Alexei A
Vladimir, I was trying a buildtest module from svn repository. You wrote, When I tried to run it for the first time I saw problems with get and svn commands - they did not work in my environment due to: - no proxy settings for get and exec svn command. - some problems with my certificate for

RE: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Fedotov, Alexei A
Anton, I'm looking at http://www.harmonytest.org/testapp.do?method=showrunid=4name=result=2 jira=0 http://www.harmonytest.org/testapp.do?method=showrunid=4name=result=3 jira=0 I see 5 errors and 14 failures. I just want to double check that we have less than 20 problems with running unit tests

RE: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Fedotov, Alexei A
are not included in the report. The report on site is the similar to the one I see in my local test_result/html report . On 9/28/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Anton, I'm looking at http://www.harmonytest.org/testapp.do?method=showrunid=4name=result=2 jira=0 http

RE: [jira] Created: (HARMONY-100) text/BidiWrapper issue?

2006-10-05 Thread Fedotov, Alexei A
Alexey (Ivanov), Alexey (Petrenko), All, Could anyone please volunteer to resolve this issue (http://issues.apache.org/jira/browse/HARMONY-100)? Not only it has a very nice number, but also blocks a fair amount of unit tests. This shouldn't be incredibly hard - Tim added an excellent comment to

Test bugs are very easy to fix, especially when you have a patch! Was: [vm] IBM VME related issues

2006-10-05 Thread Fedotov, Alexei A
Dear committers, I have noticed that the following related issues http://issues.apache.org/jira/browse/HARMONY-1309 http://issues.apache.org/jira/browse/HARMONY-1670 contain patches already - thanks to Alexey Varlamov! These patches are quite safe to integrate - they even didn't

[drlvm][thread] Could you please fix race conditions?

2006-10-05 Thread Fedotov, Alexei A
Artem, Andrey, Nikolay, Let me attract your attention the following recent issue: http://issues.apache.org/jira/browse/HARMONY-1669. Please, could any of you volunteer to make a patch? Thank you in advance. With best regards, Alexei Fedotov, Intel Middleware Products Division

[drlvm][interpreter] ChoiceFormatTest.test_parseLjava_lang_StringLjava_text_ParsePosition() fails on interpreter

2006-10-05 Thread Fedotov, Alexei A
Hello, Ivan! You wrote, why my authorship was discarded from interpreter.cpp? The authorship is not easily discarded - there are times when others are painfully trying to recall who have written that code. :-) Could you please look into the following issue with the interpreter, reported by

RE: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-05 Thread Fedotov, Alexei A
Hi, Nadya, I tried to build DRLVM, faced the issue from the thread below, and filed a JIRA issue: https://issues.apache.org/jira/browse/HARMONY-1730. Does the patch worth to be applied to the README.txt? With best regards, Alexei Fedotov, Intel Middleware Products Division -Original

README.txt patch Was: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-10-05 Thread Fedotov, Alexei A
-Original Message- From: Fedotov, Alexei A Sent: Friday, October 06, 2006 12:20 AM To: =SMTP:[EMAIL PROTECTED] Cc: harmony-dev@incubator.apache.org Subject: RE: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448 Hi, Nadya, I tried to build DRLVM, faced the issue from

RE: [general] Dynamic class loading

2006-10-06 Thread Fedotov, Alexei A
Hello, Nathan, Had Nikolay said anything about JVM modification? As far as I understand him the class library should be just enhanced with this smart class loader. Now imagine how our reproducers would look in JIRA: java -cp http://svn.apache.org/...

RE: [drlvm] Non-bug difference HARMONY-1688?

2006-10-10 Thread Fedotov, Alexei A
Egor, You wrote, The root cause is somewhere beyond the JIT. Have you agreed with Mikhail suggestion to fix http://issues.apache.org/jira/browse/HARMONY-1688 on JIT side? With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Alexey Varlamov

RE: [DRLVM] Thread Manager jvmti related issues fixes (was: Re: [jira] Commented: (HARMONY-1421))

2006-10-10 Thread Fedotov, Alexei A
Artem, Have you noticed http://issues.apache.org/jira/browse/HARMONY-1741? It also address suspend problems. My humble comment about wasn't correct: the patch for http://issues.apache.org/jira/browse/HARMONY-1669 was windows-specific, so probably this was a different issue. With best regards,

RE: [jira] Commented: (HARMONY-1670) [classlib][luni] invalid testcase in ClassTest

2006-10-11 Thread Fedotov, Alexei A
Mikhail, I already got several personal feedbacks about these comments. I accept that they are not good. I tried to express an idea that JIRAs marked with this comment prevent getting 100% pass rate on DRLVM. When I search for Unit_Tests_Pass_on_DRLVM in comments I will get a list of bugs to

RE: Hello everyone

2006-10-12 Thread Fedotov, Alexei A
Hello, Alex, Welcome aboard! If you are looking for the task, please, don't miss the page http://wiki.apache.org/harmony/Unit_Tests_Pass_on_DRLVM. You can join fixing DRLVM bugs. Another interesting thing to do is to start your favorite Java app using Harmony - this probably would require a fair

JIRA/Tomcat problem Was: [classlib][util.prefs] Implementation should be compatible with RI

2006-10-12 Thread Fedotov, Alexei A
Dear admins, We are experiencing the following problem while attaching patches to HARMONY-1751. Errors Exception trying to establish attachment directory. Check that the application server and JIRA have permissions to write to it: com.atlassian.jira.web.util.AttachmentException: Cannot write to

RE: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-12 Thread Fedotov, Alexei A
Tony, I tried a substring (package name) in Search for test: field. This solved test lookup by category for me. With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 1:44 PM To:

RE: [jira] Commented: (HARMONY-1670) [classlib][luni] invalid testcase in ClassTest

2006-10-12 Thread Fedotov, Alexei A
. If there are other misunderstandings, I hope we can resolve them privately. -- Regards, Alexey Thanks, Mikhail 2006/10/12, Fedotov, Alexei A [EMAIL PROTECTED]: Mikhail, I don't understand either: This is a low risk test fix. Here should be the following text: This is a fix of the test

RE: [jira] Problem attaching patch

2006-10-12 Thread Fedotov, Alexei A
Geir, I've just checked that the problem still exists. The error message is the same: --- Errors Exception trying to establish attachment directory. Check that the application server and JIRA have permissions to write to it:

RE: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-13 Thread Fedotov, Alexei A
Geir, I reviewed the patches for HARMONY-1816 (non-daemon thread counting is done more accurately) and for HARMONY-1823 - the fix is to clean patches are good. I believe the patches worth to be committed: I've tried the patches for running tests from luni module 162 times and get the following

RE: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-13 Thread Fedotov, Alexei A
Oops, review of HARMONY-1823 should be: The fix is to clean an interrupt flag. Patches are good. With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Fedotov, Alexei A Sent: Friday, October 13, 2006 6:12 PM To: [EMAIL PROTECTED] Cc: harmony-dev

RE: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-14 Thread Fedotov, Alexei A
? ;-) On 10/12/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Tony, I tried a substring (package name) in Search for test: field. This solved test lookup by category for me. With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Tony Wu

RE: [j9][testing] some classlib unit tests fail

2006-10-16 Thread Fedotov, Alexei A
Hello Boris, I'm not an expert in security. I even couldn't keep a pin of my credit card secured from my wife. :-) Anyway, few weeks ago I faced a problem with tests which failed due to java.policy file forgotten by a release engineer in his home directory. We decided that changing the

RE: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-16 Thread Fedotov, Alexei A
We have mighty guys on this list. Why cannot we just fix these tests instead of excluding them? I suggest starting with basic threading issues such as org.apache.harmony.luni.tests.java.lang.ThreadTest, org.apache.harmony.luni.tests.java.lang.ThreadGroupTest - they reliably fail in my

RE: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-16 Thread Fedotov, Alexei A
Vladimir, I've noticed that CruiseControl automatic uploads to http://harmonytest.org don't have SVN revision as well. Do you think of adding SVN revisions or probably even DRLVM builds to your uploads? With best regards, Alexei Fedotov, Intel Middleware Products Division -Original

RE: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-16 Thread Fedotov, Alexei A
17, 2006 12:23 AM To: Fedotov, Alexei A Cc: [EMAIL PROTECTED]; Ivan Volosyuk; Artem Aliev; Nikolay Kuznetsov; harmony- [EMAIL PROTECTED] Subject: Re: [drlvm] [testing] Excluding commit tests until the problem is fixed On Tuesday 17 October 2006 00:13 Fedotov, Alexei A wrote: We have mighty guys

RE: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-16 Thread Fedotov, Alexei A
] Excluding commit tests until the problem is fixed Fedotov, Alexei A wrote: Hello Gregory, I'm ok to exclude the tests. From the other side I believe we can achieve a fair progress against deadlocks just by applying patches http://issues.apache.org/jira/browse/HARMONY-1741 (understood), http

RE: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Fedotov, Alexei A
Guys, My best wishes! Keep doing a great job! With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 7:59 AM To: harmony-dev@incubator.apache.org Subject: [announce] New Apache

RE: ECJ set as default compiler (WAS: [general] version of gcc and other tools)

2006-10-17 Thread Fedotov, Alexei A
Nathan, I've got two following stacks compile-support: [javac] Compiling 56 source files to /opt/harmony/classlib/build/test_support [javac] Since fork is false, ignoring memoryMaximumSize setting # An unexpected error has been detected by HotSpot Virtual Machine: # Java VM: Java

HARMONY-1752: patch review

2006-10-18 Thread Fedotov, Alexei A
Hello Ilya, I really like your patch from http://issues.apache.org/jira/browse/HARMONY-1752. Let me participate in a way I'm able to. I cannot say why calling free(send_buf) when send_buf == NULL makes me feel a bit uncomfortable. I also prefer a descriptive name for a label cleanup1 (eg

RE: HARMONY-1752: patch review

2006-10-19 Thread Fedotov, Alexei A
: patch review On 10/19/06, Ilya Okomin [EMAIL PROTECTED] wrote: On 10/19/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/19/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Hello Ilya, I really like your patch from http://issues.apache.org/jira/browse/HARMONY-1752. Let me

RE: [classlib][test] Configuration dependent test of InetAddress.getHostName

2006-10-19 Thread Fedotov, Alexei A
Denis, Can we consider a patch from http://issues.apache.org/jira/browse/HARMONY-73 as a fourth option? Simply speaking, the patch adds a conditional operator which forces API to returning localhost in this case. Paulex, This is your patch. What do you think? With best regards, Alexei

RE: HARMONY-1752: patch review

2006-10-20 Thread Fedotov, Alexei A
review On 10/19/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Ilya, Shouldn't we change OSNetworkSystemLinux.c as well? Alexei, I'm watching at the latest sources from the svn and I'm not sure we need make changes to OSNetworkSystemLinux.c. The problem was in freeing uninitialized fdset_read

RE: [general] Incubator graduation update

2006-10-20 Thread Fedotov, Alexei A
A *real* unix hacker Two years of release engineering is more than enough: find . -name .svn -exec grep -H name {}/entries \; | sed -e 's/\.svn\/entries: name=//; s/$//' | egrep -i '\.(gif|jar|png|dat|class|tif|jpg|jpeg|ico|dll|so|exe|doc|wav|pdf|zip)$' :-) With best regards, Alexei

Thoughtless fixes considered harmful Was: [OT] Automated fixes considered harmful

2006-10-20 Thread Fedotov, Alexei A
Alex, This is a great letter! I cannot compete. I agree with the main point that no change should be done until the proper understanding of consequences is achieved. Nevertheless, from my perspective automatic tools are pretty good for locating problematic places, and each place usually worth

RE: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-20 Thread Fedotov, Alexei A
+1 As far as I understand the main goal of incubation is creation of healthy community. It means that all these non-binding +1 votes do bind us to this project. :-) With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Thoughtless fixes considered harmful Was: [OT] Automated fixes considered harmful

2006-10-20 Thread Fedotov, Alexei A
harmful On 20/10/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: I agree that if a part of the code is kept for purpose, automatic tools can destroy it. From the other side, if we check your example, the following commenting solves the problem. // int i; // i=someMethod() TODO Fix the bug

RE: [classlib][test] Configuration dependent test of InetAddress.getHostName

2006-10-23 Thread Fedotov, Alexei A
Hello, All, Paulex wrote, the test needs to be rewritten or excluded +1, and the option to exclude the test is pretty understandable. I wonder about the first option. Is there any way to check that symbolic name corresponds to the local computer? I can imagine the following condition to check

RE: [general] Announcing newest members of the Harmony PPMC

2006-10-24 Thread Fedotov, Alexei A
Guys, You were doing a great job. Congratulations! With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 2:42 AM To: harmony-dev@incubator.apache.org Subject: [general]

RE: [classlib][test] Configuration dependent test of InetAddress.getHostName

2006-10-24 Thread Fedotov, Alexei A
:31 PM To: harmony-dev@incubator.apache.org Subject: Re: [classlib][test] Configuration dependent test of InetAddress.getHostName 2006/10/24, Fedotov, Alexei A [EMAIL PROTECTED]: I wonder about the first option. Is there any way to check that symbolic name corresponds to the local computer? I can

RE: [general] Board resolution for Apache Harmony project

2006-10-24 Thread Fedotov, Alexei A
Sounds great! Tools or tests fit into category of related software, so we probably don't need to mention them explicitly. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25,

[drlvm][crash] Cannot run anything on Linux

2006-10-25 Thread Fedotov, Alexei A
Guys, Last two days I cannot run the simplest things on DRLVM on Linux: drlvm/build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp . NoSuchClass free(): invalid pointer 0x808d800 [launcher crash dump follows] Is it my local problem? Or someone have faced this as well? With best

RE: [classlib][luni] signalis interruptus in hysock

2006-10-25 Thread Fedotov, Alexei A
Guys, Could you please help me to understand the following? 1. Is HARMONY-1904 actually a duplicate of my HARMONY-1879? 2. Ivan, do I remember correctly that you've already fixed that bug once when debugging Eclipse long run failures? Where is that patch? Thank you in advance. With best

RE: [classlib][luni] signalis interruptus in hysock

2006-10-26 Thread Fedotov, Alexei A
Geir, Do I understand correctly that you suggest the following? 1. hysock_select as its name says should mimic a behavior of select, i. e. return the error code from select without changing it. It's ok to print a rare debug message. 2. The correct place for the loop is the module where

[classlib][build] yoko.jar is missed

2006-10-27 Thread Fedotov, Alexei A
All, I've got the following problem. September Yoko builds are vanished from http://people.apache.org/maven-snapshot-repository/org/apache/yoko/ Only the build from 2006.08.10 remains. Any ideas where have the newer build gone? With best regards, Alexei Fedotov, Intel Java XML

RE: [classlib][build] yoko.jar is missed

2006-10-27 Thread Fedotov, Alexei A
Sorry, Tim already answered this: http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mb ox/[EMAIL PROTECTED] -Original Message- From: Fedotov, Alexei A [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 3:26 PM To: harmony-dev@incubator.apache.org Subject

RE: JIRA/Tomcat problem Was: [classlib][util.prefs] Implementation should be compatible with RI

2006-10-27 Thread Fedotov, Alexei A
Great! Jeff, thanks! With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Jeff Turner [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 6:14 AM To: Fedotov, Alexei A Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; harmony- [EMAIL PROTECTED] Subject

RE: [drlvm][crash] Cannot run anything on Linux

2006-10-27 Thread Fedotov, Alexei A
anything on Linux did you figure this out? I don't have a problem... Fedotov, Alexei A wrote: Guys, Last two days I cannot run the simplest things on DRLVM on Linux: drlvm/build/lnx_ia32_gcc_debug/deploy/jre/bin/java -cp . NoSuchClass free(): invalid pointer 0x808d800 [launcher

RE: [classlib] Preprocessor (was Re: [classlib][rmi] Code smell - Thread.sleep() in ActivationGroup method)

2006-10-30 Thread Fedotov, Alexei A
Premature optimization is the root of all evil Donald Knuth Just a small idea: Let teach JIT to purge this code unless special option is ON +1 I believe a computer should adapt to my way of thinking. I prefer a simple and readable code to

RE: [classlib][luni] signalis interruptus in hysock

2006-10-30 Thread Fedotov, Alexei A
] signalis interruptus in hysock Fedotov, Alexei A wrote: Geir, Do I understand correctly that you suggest the following? 1. hysock_select as its name says should mimic a behavior of select, i. e. return the error code from select without changing it. It's ok to print a rare debug message. Yes

RE: [classlib] Preprocessor (was Re: [classlib][rmi] Code smell - Thread.sleep() in ActivationGroup method)

2006-10-30 Thread Fedotov, Alexei A
No clue about particular technology. It can be SableCC, something custom-made, velocity or whatever. Thanks, 2006/10/30, Fedotov, Alexei A [EMAIL PROTECTED]: Premature optimization is the root of all evil Donald Knuth Just a small idea

RE: [classlib] Preprocessor (was Re: [classlib][rmi] Code smell - Thread.sleep() in ActivationGroup method)

2006-10-30 Thread Fedotov, Alexei A
be SableCC, something custom-made, velocity or whatever. Thanks, 2006/10/30, Fedotov, Alexei A [EMAIL PROTECTED]: Premature optimization is the root of all evil Donald Knuth Just a small idea: Let teach JIT to purge this code unless special

RE: [drlvm][jvmti][testing] I want to add JVMTI tests to drlvm commit checks

2006-10-30 Thread Fedotov, Alexei A
Gregory wrote, I need is probably smoke tests category. I need to add building native code part and add a custom command line setting somewhere. +1 I believe you need one or two test with a good coverage to check your changes regularly. This is enough for acceptance testing. This doesn't

RE: [classlib] Preprocessor

2006-10-31 Thread Fedotov, Alexei A
to break that system. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 1:50 PM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] Preprocessor Fedotov, Alexei

RE: 235 tests are missed at DRLVM test run for Windows

2006-10-31 Thread Fedotov, Alexei A
Anton, This is wonderful! This is brilliant! I LOVE IT. Few ideas: 1. To get the picture offline I added perPage attribute wget http://harmonytest.org/ diff.do?method=viewid=72id2=80perPage=10 2. This can be used to compare our results against RI when the quality of the test base is unknown.

RE: [doc] No Doxygen reference for code :(

2006-10-31 Thread Fedotov, Alexei A
Nadya, All, Suggestion to generate Doxygen from DRLVM code sounds very interesting. I posted a quick solution for Linux to http://issues.apache.org/jira/browse/HARMONY-2024 If you want to have this integrated into build.xml, it would be great to define a correct scope. Could you please give more

RE: [general] Re: svn commit: r469512 - in /incubator/harmony/standard/site: docs/contributors.html xdocs/contributors.xml

2006-10-31 Thread Fedotov, Alexei A
Alexey, My congratulations! :-) BTW, could you please look once again at http://issues.apache.org/jira/browse/HARMONY-100 text/BidiWrapper issue, now from committer's point of view? With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Alexey Petrenko

RE: 235 tests are missed at DRLVM test run for Windows

2006-10-31 Thread Fedotov, Alexei A
Anton, 1. Thank you for your suggestion. It's nice to have data in CSV but certainly it's not a P1 issue for me. 2. If I suggested an enhancement, this would be an addition of a test name filter for comparison results. I mean that if I'm interested in Bidi tests comparison, I put Bidi into form

RE: [classlib][luni] signalis interruptus in hysock

2006-10-31 Thread Fedotov, Alexei A
] signalis interruptus in hysock Fedotov, Alexei A wrote: Geir, All, I have examined class library code. It seems that the solution we invented (return EINTR, then loop) was always in place. :-) Few comments on understanding: 1. EINTR (=4) is renamed to HYPORT_ERROR_SOCKET_INTERRUPTED (=-9

RE: [drlvm][crash] Cannot run anything on Linux

2006-10-31 Thread Fedotov, Alexei A
$SystemClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) I see no problem (build Linux version every day) On 10/27/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Geir, I'm not very happy to report that after some class library patch around 23 of October

RE: 235 tests are missed at DRLVM test run for Windows

2006-11-01 Thread Fedotov, Alexei A
run for Windows Fedotov, Alexei A wrote: 4. I vote for one of the following renamings: a) Rename ibm tag to j9 b) Rename drl tag to intel :-). That looks like a strange suggestion to me. I think the tags are fine as they are. What is you thinking? Regards, Tim -- Tim Ellison

RE: [classlib] Preprocessor - CHECKPOINT

2006-11-01 Thread Fedotov, Alexei A
Regardless, I think we need to settle on our exact requirement first, before spending too much time on looking for a solution. +1 This exactly matches my morning metro thoughts. Nathan, thanks for catching this point. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original

RE: [classlib] Preprocessor - CHECKPOINT

2006-11-01 Thread Fedotov, Alexei A
Etienne, The example is quite interesting. But the idea of selling comment space for advertising really rocks! :-) With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Etienne Gagnon [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 2:25 AM

RE: [classlib] Preprocessor - CHECKPOINT

2006-11-01 Thread Fedotov, Alexei A
Sorry for spam, I bet if you could convince some investor that it was a web2.0 thing, you could get it funded I believe I know one investor - just convince G**gle to distribute AJAX modules for his code search engine which would automatically insert comments with code sensitive advertisement.

RE: [doc] No Doxygen reference for code :(

2006-11-01 Thread Fedotov, Alexei A
to enable the build create API docs locally in parallel with that. PS: Geir, there's a specific question for you below. Thank you, Nadya Morozova -Original Message- From: Fedotov, Alexei A [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 7:49 PM To: harmony-dev

RE: [doc] No Doxygen reference for code :(

2006-11-01 Thread Fedotov, Alexei A
as the way it should be. Thank you, Nadya Morozova -Original Message- From: Fedotov, Alexei A [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 4:52 PM To: harmony-dev@incubator.apache.org Subject: RE: [doc] No Doxygen reference for code :( Nadya, Thanks for answers. You have

RE: [classlib] Preprocessor - CHECKPOINT

2006-11-01 Thread Fedotov, Alexei A
I am really offering to develop this custom tool. +1 For me this is a key message. For sure that would be a nice tool. Does it worth to dig use cases even more? Do we plan to develop j2me here at Harmony? Etienne, I wonder if it worth to have SableCC itself exposed as a part of Harmony. Say,

RE: Programmer Volunteering (sorry if I should read a FAQ before)

2006-11-02 Thread Fedotov, Alexei A
So, you are very welcome. :-) I enjoyed the quotes at the end of your post. Recently Sveta and Geir updated http://incubator.apache.org/harmony/quickhelp_contributors.html - I believe it worth to take a look at. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original

[doc] What should be improved in DRLVM Doxygen documentation?

2006-11-02 Thread Fedotov, Alexei A
Nadya, All, I have ranked the quality of Doxygen-generated DRLVM documentation and posted it to the following Wiki page: http://wiki.apache.org/harmony/DRLVM_Documentation_Quality All are welcome to check masterpieces of our documentation. All volunteers are welcome to improve page ranks by

RE: Re: [doc] What should be improved in DRLVM Doxygen documentation?

2006-11-03 Thread Fedotov, Alexei A
Nadya wrote, we could check for required Doxygen tags in certain elements. I wasn't asked, but cannot resist, sorry. You may achieve this right now without additional coding. Doxygen warns about many problems you describe, when you have the following option set. # If WARN_IF_UNDOCUMENTED is set

RE: Re: [doc] What should be improved in DRLVM Doxygen documentation?

2006-11-03 Thread Fedotov, Alexei A
at this stage:) Thank you, Nadya Morozova -Original Message- From: Fedotov, Alexei A [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 7:36 PM To: harmony-dev@incubator.apache.org Subject: RE: Re: [doc] What should be improved in DRLVM Doxygen documentation? Nadya wrote, we could check

RE: [doc] What should be improved in DRLVM Doxygen documentation?

2006-11-03 Thread Fedotov, Alexei A
of info, I'd volunteer to help. Thank you, Nadya Morozova -Original Message- From: Fedotov, Alexei A [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 11:33 PM To: harmony-dev@incubator.apache.org Subject: [doc] What should be improved in DRLVM Doxygen documentation

RE: [classlib][nio] SocketChannelTest fails on Windows 2003 server

2006-11-05 Thread Fedotov, Alexei A
I suggest the latter: comment assertSocketAction_NonBlock_BeforeConnect in testSocket_NonBlock_ActionsBeforeConnect. Because the test scenario is a kinda abnormal case, and I guess the test author didn't run the test on the windows 2003 server, therefore, the test itself is invalid. +1 for

[ant] ant --noconfig helps disabling pre-installed ant rpm on Linux Was: [ant][classlib][em64t]Problems during classlib on em64t (revision 462753)

2006-11-05 Thread Fedotov, Alexei A
Hello, Since my Linux died due to hardware problem I now abide at computers of my friends. Pavel's computer showed the same ANT problem with missing regular expression matcher. After some digging I found out that ANT installed from RPM package has a priority over my ant from $ANT_HOME:

RE: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-11-05 Thread Fedotov, Alexei A
Rana, Pavel (Afremov), All, Geir's comment on r443504 (fix for http://issues.apache.org/jira/browse/HARMONY-1363 [drlvm] Java 1.5, 64 bit support, JVMTI improvements) reads: 1) Stack overflow exception stuff is broken. I had to remove the assert in signals_ia32.cpp line 336. Rana knows

[drlvm][unit] Closing H-1679, H-1722

2006-11-05 Thread Fedotov, Alexei A
Anton, Is it ok to close the following issues? * HARMONY-1679 Timer.schedule(TimerTask, delay, period) doesn't cause repetitive invocation of task * HARMONY-1722 notify() in synchronized section makes wait(long) wait forever I cannot reproduce them on the latest build. With best regards,

RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-11-05 Thread Fedotov, Alexei A
Alexey, I started looking into this thread. Are guidelines on the web site already? I failed to find them. I thought about adding them to get-involved.html. Here are few problems I've noticed: 1. The detail level of your instruction is somewhat different from get-involved.html. This text is

RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-11-06 Thread Fedotov, Alexei A
-Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 2:03 PM To: harmony-dev@incubator.apache.org Subject: Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs) 2006/11/6, Fedotov, Alexei A [EMAIL PROTECTED

RE: [ant] ant --noconfig helps disabling pre-installed ant rpm on Linux Was: [ant][classlib][em64t]Problems during classlib on em64t (revision 462753)

2006-11-08 Thread Fedotov, Alexei A
2006/11/5, Fedotov, Alexei A [EMAIL PROTECTED]: Hello, Since my Linux died due to hardware problem I now abide at computers of my friends. Pavel's computer showed the same ANT problem with missing regular expression matcher. After some digging I found out that ANT installed from RPM package

RE: [DRLVM] General stability

2006-11-08 Thread Fedotov, Alexei A
Alexey Petrenko wrote, The only release I can imagine is Harmony Java5SE 100% compatible. To be Java5SE 100% compatible we need TCK first. +1 I hesitate to say that again, but we also need to decide about VM we will use for that release. I like the following mission: Class library and DRLVM pass

Tests scores on http://harmonytest.org Was: [DRLVM] General stability

2006-11-09 Thread Fedotov, Alexei A
Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 4:51 AM To: harmony-dev@incubator.apache.org Subject: Re: [DRLVM] General stability Fedotov, Alexei A wrote: Alexey Petrenko wrote, The only release I can imagine is Harmony Java5SE 100% compatible. To be Java5SE 100% compatible

RE: [drlvm] building jitrino in release mode

2006-11-09 Thread Fedotov, Alexei A
As I reported at http://issues.apache.org/jira/browse/HARMONY-1969 I succeeded by making two changes: * Changed build.sh * Needed to comment a fatal warning flag But this was on SuSE, not Ubuntu. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From:

RE: [drlvm] release vs. debug

2006-11-09 Thread Fedotov, Alexei A
debug :) don't sweep the problems under the rug... +1 A special +1 for Jitrino.OPT dll -Original Message- From: Alexei Zakharov [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 7:17 PM To: harmony-dev@incubator.apache.org; [EMAIL PROTECTED] Subject: Re: [drlvm] release vs.

RE: Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Fedotov, Alexei A
Guys, I like good tutorials. I learned VIM using a tutorial. I don't need the VIM tutorial any longer, but at the beginning it was useful. +1 for maintain Getting Started as is with minor changes Why Eclipse was chosen for the tutorial? Our goal was to use Harmony for Harmony

Please set a Patch available flag for H-1669 Was: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-11-13 Thread Fedotov, Alexei A
Elena, Could you please set Patch available flag for the following issue to attract committer's attention to this issue? http://issues.apache.org/jira/browse/HARMONY-1669 Classlib test tests/api/java/io/PipedInputStreamTest hangs on Windows 2003 (After the last JIRA configuration changes a

RE: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Fedotov, Alexei A
Pavel, All, Let me add one pro for the second approach: it works already. Vladimir's scripts daily upload test results to http://harmonytest.org. With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: [drlvm][unit] 100% of class library tests pass

2006-11-16 Thread Fedotov, Alexei A
. geir Thanks! On 11/16/06, Pavel Ozhdikhin [EMAIL PROTECTED] wrote: Sorry to say but it actually does not work until there is no notifications to the mailing list and no immediate reaction to the regressions. thanks, Pavel On 11/16/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Pavel

RE: [drlvm][unit] New regression? org.apache.harmony.auth.tests.javax.security.auth.kerberos.serialization.KrbDelegationPermissionCollectionTest

2006-11-16 Thread Fedotov, Alexei A
DRLVM, Failed 3 times from 6 test runs With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, November 17, 2006 7:00 AM To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][unit] New

RE: [general] Announcing Melody

2006-11-16 Thread Fedotov, Alexei A
Great! I like the pictures. Sorry for a dumb question, does CruiseControl actually work, or is it a site design sketch? With best regards, Alexei Fedotov, Intel Java XML Engineering -Original Message- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED] Sent: Friday, November 17, 2006 4:04