Hi Gregory,
Your commit broke my script for building snapshot :-)
What I should do if Mirosoft Visual Studio is located on D:?
Thanks,
Stepan.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 9:31 PM
To: [EMAIL PROTECTED]
Subject:
Thanks Stepan, it works.
On 3/1/07, Stepan Mishura <[EMAIL PROTECTED]> wrote:
On 3/1/07, Tony Wu <[EMAIL PROTECTED]> wrote:
>
> I got following error after this commit. seems the removed ClassFinder
> is still referenced by JarFinder and DirFinder.
Fixed at r513119.
-Stepan.
[javac] 1. ERR
On 3/1/07, Tony Wu <[EMAIL PROTECTED]> wrote:
I got following error after this commit. seems the removed ClassFinder
is still referenced by JarFinder and DirFinder.
Fixed at r513119.
-Stepan.
[javac] 1. ERROR in
/home/clear/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/intern
I'd vote for deleting any extraneous AllTests files.
On 2/28/07, Alexei Zakharov <[EMAIL PROTECTED]> wrote:
> I think the AllTest makes sense only when some one want to run test
> suites partly. I had never used it but I'm not sure if there is
> somebody who perfer that way.
Well, seems AllTest
Thanks Alexei,
that's not a bad idea, we can find all TODOs in exclude lists rather
than src code.
I'll try if no one object.
On 2/28/07, Alexei Zakharov <[EMAIL PROTECTED]> wrote:
Hi Tony,
IIRC we have agreed that commenting out test code is not the best
possible solution. Can we just split o
On Feb 28, 2007, at 3:40 PM, Weldon Washburn wrote:
Naveen,
1)
I tried Mix.java.load.patch on my 2-way Linux box. It hangs
consistently.
2)
I tried the svn HEAD version of Mix.java. I can't get it to fail.
Can you
do an "svn update" and see if the baseline Mix.java causes your
regres
Naveen,
1)
I tried Mix.java.load.patch on my 2-way Linux box. It hangs consistently.
2)
I tried the svn HEAD version of Mix.java. I can't get it to fail. Can you
do an "svn update" and see if the baseline Mix.java causes your regression
tests to hang?
My guess is that Mix.java.load.patch is s
On Wednesday 28 February 2007 23:28 Weldon Washburn wrote:
> On 2/28/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:
> > Weldon Washburn wrote:
> > > On second thought, the only way I know to implement volatile long
> >
> > (64-bit)
> >
> > > Java variables on ia32 is:
> > >
> > > grab critical se
On 2/28/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote:
Weldon Washburn wrote:
> On second thought, the only way I know to implement volatile long
(64-bit)
> Java variables on ia32 is:
>
> grab critical section
> mov [ecx], low32bits; // to do a write, the code for doing a read is
> similar
>
Thanks, Alexey! Now I don't need to patch the build after every checkout! :)
-Pavel
On 2/28/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote:
Thanks Alexey!
I'll share the blame if it comes to that. :-)
Naveen
On Feb 28, 2007, at 10:37 AM, Alexey Varlamov wrote:
> So far I've found just
Thanks Alexey!
I'll share the blame if it comes to that. :-)
Naveen
On Feb 28, 2007, at 10:37 AM, Alexey Varlamov wrote:
So far I've found just one unknown failure on debug version of Jitrino
(curiuos one btw, see Harmony-3266), so switched to genuine debug at
r512751.
The pass rate of drlvm
So far I've found just one unknown failure on debug version of Jitrino
(curiuos one btw, see Harmony-3266), so switched to genuine debug at
r512751.
The pass rate of drlvm and classlib tests should not degrade, yet new
failures may appear on other workloads - I just hope to avoid blames.
;)
I will
Hi everyone,
Reliability tests from
https://issues.apache.org/jira/browse/HARMONY-2918 were run on DRLVM.
I added the results of these tests running and tests failures analysis
to http://wiki.apache.org/harmony/Reliability_Tests_on_DRLVM
as the part of DRLVM Test Tracking
(http://wiki.apa
Weldon Washburn wrote:
On second thought, the only way I know to implement volatile long (64-bit)
Java variables on ia32 is:
grab critical section
mov [ecx], low32bits; // to do a write, the code for doing a read is
similar
mov[ecx+4], hi32bits;
release critical section
Is it possible for 64
Ok, thanks.
I wonder, how should stub methods (for 3.) be implemented?
Should they return null, or throw
java.lang.UnsupportedOperationException or throw
org.apache.harmony.luni.util.NotImplementedException?
Vasily
-Original Message-
From: Alexey Petrenko [mailto:[EMAIL PROTECTED]
Se
I agree with such kind of resolution.
SY, Alexey
2007/2/28, Zakharov, Vasily M <[EMAIL PROTECTED]>:
Hi, all,
I'm trying to run Netbeans on Harmony, and found an issue that I'm not
sure how to deal with.
Netbeans addresses private fields (JEditorPane.kitRegistryKey,
JEditorPane.kitTypeRegistry
Yop, works for me!
Cheers,
Nadya
>-Original Message-
>From: Pavlenko, Andrey A [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, February 28, 2007 3:14 PM
>To: dev@harmony.apache.org
>Subject: RE: problems using jira
>
>JIRA is alive again!
>
>-Original Message-
>From: Morozova, Nadez
JIRA is alive again!
-Original Message-
From: Morozova, Nadezhda [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 3:02 PM
To: dev@harmony.apache.org
Subject: problems using jira
Hi,
I haven't been able to use JIRA today, the service is temporarily
unavailable. Am I the only o
You are not the only one.
I have the same problem. :(
Best regards,
Sveta
-Original Message-
From: Morozova, Nadezhda [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 28, 2007 3:02 PM
To: dev@harmony.apache.org
Subject: problems using jira
Hi,
I haven't been able to use JIRA today, t
Hi,
I haven't been able to use JIRA today, the service is temporarily
unavailable. Am I the only one seeing this?
Cheers,
Nadya
Hi folks,
I've a question concerning the JIRA HARMONY-2265. I've verified the
scenario, mentioned in this issue, on Windows and Linux and found out
that on Linux RI behaves the same as Harmony and it also does not
show/hide menu after pressing Alt. As far as I understand, RI maps a
menu to a real
Hi, all,
I'm trying to run Netbeans on Harmony, and found an issue that I'm not
sure how to deal with.
Netbeans addresses private fields (JEditorPane.kitRegistryKey,
JEditorPane.kitTypeRegistryKey) and classes (sun.awt.AppContext)
existing in RI only.
The code containing those references is gene
>You can get involved in one of the following areas or open new JIRAs
>with your own suggestions/fixes:
Trying to improve scarce comments in VM Core external interface headers,
I've opened the following JIRAs with improvement suggestions:
[1] http://issues.apache.org/jira/browse/HARMONY-3262
Hi Tony,
IIRC we have agreed that commenting out test code is not the best
possible solution. Can we just split off proxy-related tests into a
separate test class (ProxyTest for example) and then put
this new class to exclude list?
Thanks,
2007/2/27, Tony Wu <[EMAIL PROTECTED]>:
Hello all,
I h
I think the AllTest makes sense only when some one want to run test
suites partly. I had never used it but I'm not sure if there is
somebody who perfer that way.
Well, seems AllTest is a history now. It doesn't make use of exclude
lists and etc. Moreover, some modules does not support it - i.e.
25 matches
Mail list logo