You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2006/10/10 08:01:08 UTC

Re: [classlib][test] Failure in swing test

On 9 October 2006 at 16:02, Tim Ellison <t....@gmail.com> wrote:
> Works for me too now ...
> 
> Unless anyone objects I suggest that we make the 'with.awt.swing'
> default behavior (and we'll see the failure if it happens again).

Excellent.  I'll dump the property unless anyone else beats me
to it.

-Mark.

> Regards,
> Tim
> 
> Oleg Khaschansky wrote:
> > Tim,
> > 
> > I can't see this failure at r454268. Anyone else see it? Maybe rebuild
> > will help?
> > 
> > I also looked into SpinnerDateModelTest source and it doesn't seems to
> > me that it could be related to the TransferHandler.
> > 
> > -- 
> > Oleg
> > 
> > On 10/9/06, Oleg Khaschansky <ol...@gmail.com> wrote:
> >> I will take a look at this.
> >>
> >> On 10/8/06, Tim Ellison <t....@gmail.com> wrote:
> >> > I see a failure on IA32 Win XP tests at r454168 (after applying the
> >> > TransferHandler patch).
> >> >
> >> > The walkback is:
> >> >
> >> >  junit.framework.AssertionFailedError: expected:<0> but was:<7> at
> >> > 
> >> javax.swing.SpinnerDateModelTest.testSpinnerDateModel(SpinnerDateModelTest
> .java:59)
> >>
> >> > at
> >> > 
> >> java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25) at
> >> > 
> >> javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:115)
> >> > at
> >> > 
> >> javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:120)
> >> at
> >> >  javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:133) at
> >> >  java.lang.Thread.run(Thread.java:872)
> >> >
> >> > I'll take a look later unless somebody picks it up.
> >> >
> >> > Regards,
> >> > Tim
> >> >
> >> >
> >> > --
> >> >
> >> > Tim Ellison (t.p.ellison@gmail.com)
> >> > IBM Java technology centre, UK.
> >> >
> >> > ---------------------------------------------------------------------
> >> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> >> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> >> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >> >
> >> >
> >>
> > 
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > 
> > 
> 
> -- 
> 
> Tim Ellison (t.p.ellison@gmail.com)
> IBM Java technology centre, UK.
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 





---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][test] Failure in swing test

Posted by Elena Semukhina <el...@gmail.com>.
I see some fairures on Windows of javax.swing.filechooser.FileSystemViewTest,
e.g:

testGetSystemDisplayName Failure Test interrupted due timeout

Besides, tests asked me to insert disk to drive A:

On 10/10/06, Mark Hindess <ma...@googlemail.com> wrote:
>
>
> On 10 October 2006 at 8:53, Mark Hindess <ma...@googlemail.com>
> wrote:
> >
> > On 10 October 2006 at 14:19, "Mikhail Loenko" <ml...@gmail.com> wrote:
> > > Please wait.
> >
> > Too late.  Back out r454633 if you wish.
> >
> > I asked people to test this and report back last week.  No one said
> > don't do it.  And lots of people said '+1'.
> >
> > > what are you going to do with linux?
> >
> > I've talked about this on and off for several months, but ...
> >
> > Libraries such as libpng, libjpeg, and liblcms are stable and rarely
> > change significantly between distributions, so we should use the
> > versions provided by OS vendors.
> >
> > AFAIK, no one seems to have figured out which packages are required on
> > any non-debian based distribution.  I asked for this information months
> > ago, but I assumed that no one was using other distributions or that
> > they simply thought it easier to build it themselves.
> >
> > I am in the process of creating chroot/vmware/qemu images of recent
> > versions of both Red Hat and SuSE in order to derive the correct
> > instructions.
> >
> > The reason I believe that using system versions is the right way to
> > go is that I believe we should be using shared libraries for these
> > dependencies and not statically linking them.
> >
> > Of course, some libraries are developing too quickly for distributions
> > to keep up so we will end up distributing them - ICU for instance.
> >
> > Everyone seems happy enough with the solution on Debian-based distros
> > and it should be just as trivial to resolve the problem on RedHat and
> > SuSE.  It just takes someone with those distributions to figure out
> > the appropriate packages/commands.
>
> For instance, I'm reliably informed that:
>
> yast --install libpng-devel libjpeg-devel liblcms-devel
>
> works on SLES 10 if you have a yast source configured correctly.
>
> The RHEL4 equivalent probably involves up2date.
>
> I think FC5 has yum so that should be a similar "yum install" command.
> (I think this means that RHEL5 when it arrives while have yum too.)
>
> Regards,
> Mark.
>
> > > 2006/10/10, Mark Hindess <ma...@googlemail.com>:
> > > >
> > > > On 9 October 2006 at 16:02, Tim Ellison <t....@gmail.com>
> wrote:
> > > > > Works for me too now ...
> > > > >
> > > > > Unless anyone objects I suggest that we make the 'with.awt.swing'
> > > > > default behavior (and we'll see the failure if it happens again).
> > > >
> > > > Excellent.  I'll dump the property unless anyone else beats me
> > > > to it.
> > > >
> > > > -Mark.
> > > >
> > > > > Regards,
> > > > > Tim
> > > > >
> > > > > Oleg Khaschansky wrote:
> > > > > > Tim,
> > > > > >
> > > > > > I can't see this failure at r454268. Anyone else see it? Maybe
> rebuil
> > d
> > > > > > will help?
> > > > > >
> > > > > > I also looked into SpinnerDateModelTest source and it doesn't
> seems t
> > o
> > > > > > me that it could be related to the TransferHandler.
> > > > > >
> > > > > > --
> > > > > > Oleg
> > > > > >
> > > > > > On 10/9/06, Oleg Khaschansky <ol...@gmail.com>
> wrote:
> > > > > >> I will take a look at this.
> > > > > >>
> > > > > >> On 10/8/06, Tim Ellison <t....@gmail.com> wrote:
> > > > > >> > I see a failure on IA32 Win XP tests at r454168 (after
> applying th
> > e
> > > > > >> > TransferHandler patch).
> > > > > >> >
> > > > > >> > The walkback is:
> > > > > >> >
> > > > > >> >  junit.framework.AssertionFailedError: expected:<0> but
> was:<7> at
> > > > > >> >
> > > > > >> javax.swing.SpinnerDateModelTest.testSpinnerDateModel
> (SpinnerDateMod
> > el
> > > Test
> > > > > .java:59)
> > > > > >>
> > > > > >> > at
> > > > > >> >
> > > > > >> java.lang.reflect.AccessibleObject.invokeV(
> AccessibleObject.java:25)
> >  a
> > > t
> > > > > >> >
> > > > > >> javax.swing.BasicSwingTestCase.runBareSuper(
> BasicSwingTestCase.java:
> > 11
> > > 5)
> > > > > >> > at
> > > > > >> >
> > > > > >> javax.swing.BasicSwingTestCase.runBareImpl(
> BasicSwingTestCase.java:1
> > 20
> > > )
> > > > > >> at
> > > > > >> >  javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java
> :133)
> >  a
> > > t
> > > > > >> >  java.lang.Thread.run(Thread.java:872)
> > > > > >> >
> > > > > >> > I'll take a look later unless somebody picks it up.
> > > > > >> >
> > > > > >> > Regards,
> > > > > >> > Tim
> > > > > >> >
> > > > > >> >
> > > > > >> > --
> > > > > >> >
> > > > > >> > Tim Ellison (t.p.ellison@gmail.com)
> > > > > >> > IBM Java technology centre, UK.
> > > > > >> >
> > > > > >> >
> ------------------------------------------------------------------
> > --
> > > -
> > > > > >> > Terms of use :
> http://incubator.apache.org/harmony/mailing.html
> > > > > >> > To unsubscribe, e-mail:
> harmony-dev-unsubscribe@incubator.apache.o
> > rg
> > > > > >> > For additional commands, e-mail:
> harmony-dev-help@incubator.apache
> > .o
> > > rg
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > > >
> > > > > >
> ---------------------------------------------------------------------
> > > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > > To unsubscribe, e-mail:
> harmony-dev-unsubscribe@incubator.apache.org
> > > > > > For additional commands, e-mail:
> harmony-dev-help@incubator.apache.or
> > g
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Tim Ellison (t.p.ellison@gmail.com)
> > > > > IBM Java technology centre, UK.
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > To unsubscribe, e-mail:
> harmony-dev-unsubscribe@incubator.apache.org
> > > > > For additional commands, e-mail:
> harmony-dev-help@incubator.apache.org
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail:
> harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>


-- 
Thanks,
Elena

Re: [classlib][test] Failure in swing test

Posted by Mark Hindess <ma...@googlemail.com>.
On 10 October 2006 at 8:53, Mark Hindess <ma...@googlemail.com> wrote:
> 
> On 10 October 2006 at 14:19, "Mikhail Loenko" <ml...@gmail.com> wrote:
> > Please wait.
> 
> Too late.  Back out r454633 if you wish.
> 
> I asked people to test this and report back last week.  No one said
> don't do it.  And lots of people said '+1'.
> 
> > what are you going to do with linux?
> 
> I've talked about this on and off for several months, but ...
> 
> Libraries such as libpng, libjpeg, and liblcms are stable and rarely
> change significantly between distributions, so we should use the
> versions provided by OS vendors.
> 
> AFAIK, no one seems to have figured out which packages are required on
> any non-debian based distribution.  I asked for this information months
> ago, but I assumed that no one was using other distributions or that
> they simply thought it easier to build it themselves.
> 
> I am in the process of creating chroot/vmware/qemu images of recent
> versions of both Red Hat and SuSE in order to derive the correct
> instructions.
> 
> The reason I believe that using system versions is the right way to
> go is that I believe we should be using shared libraries for these
> dependencies and not statically linking them.
> 
> Of course, some libraries are developing too quickly for distributions 
> to keep up so we will end up distributing them - ICU for instance.
> 
> Everyone seems happy enough with the solution on Debian-based distros
> and it should be just as trivial to resolve the problem on RedHat and
> SuSE.  It just takes someone with those distributions to figure out
> the appropriate packages/commands.

For instance, I'm reliably informed that:

  yast --install libpng-devel libjpeg-devel liblcms-devel

works on SLES 10 if you have a yast source configured correctly.

The RHEL4 equivalent probably involves up2date.

I think FC5 has yum so that should be a similar "yum install" command.
(I think this means that RHEL5 when it arrives while have yum too.)

Regards,
 Mark.

> > 2006/10/10, Mark Hindess <ma...@googlemail.com>:
> > >
> > > On 9 October 2006 at 16:02, Tim Ellison <t....@gmail.com> wrote:
> > > > Works for me too now ...
> > > >
> > > > Unless anyone objects I suggest that we make the 'with.awt.swing'
> > > > default behavior (and we'll see the failure if it happens again).
> > >
> > > Excellent.  I'll dump the property unless anyone else beats me
> > > to it.
> > >
> > > -Mark.
> > >
> > > > Regards,
> > > > Tim
> > > >
> > > > Oleg Khaschansky wrote:
> > > > > Tim,
> > > > >
> > > > > I can't see this failure at r454268. Anyone else see it? Maybe rebuil
> d
> > > > > will help?
> > > > >
> > > > > I also looked into SpinnerDateModelTest source and it doesn't seems t
> o
> > > > > me that it could be related to the TransferHandler.
> > > > >
> > > > > --
> > > > > Oleg
> > > > >
> > > > > On 10/9/06, Oleg Khaschansky <ol...@gmail.com> wrote:
> > > > >> I will take a look at this.
> > > > >>
> > > > >> On 10/8/06, Tim Ellison <t....@gmail.com> wrote:
> > > > >> > I see a failure on IA32 Win XP tests at r454168 (after applying th
> e
> > > > >> > TransferHandler patch).
> > > > >> >
> > > > >> > The walkback is:
> > > > >> >
> > > > >> >  junit.framework.AssertionFailedError: expected:<0> but was:<7> at
> > > > >> >
> > > > >> javax.swing.SpinnerDateModelTest.testSpinnerDateModel(SpinnerDateMod
> el
> > Test
> > > > .java:59)
> > > > >>
> > > > >> > at
> > > > >> >
> > > > >> java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25)
>  a
> > t
> > > > >> >
> > > > >> javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:
> 11
> > 5)
> > > > >> > at
> > > > >> >
> > > > >> javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:1
> 20
> > )
> > > > >> at
> > > > >> >  javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:133)
>  a
> > t
> > > > >> >  java.lang.Thread.run(Thread.java:872)
> > > > >> >
> > > > >> > I'll take a look later unless somebody picks it up.
> > > > >> >
> > > > >> > Regards,
> > > > >> > Tim
> > > > >> >
> > > > >> >
> > > > >> > --
> > > > >> >
> > > > >> > Tim Ellison (t.p.ellison@gmail.com)
> > > > >> > IBM Java technology centre, UK.
> > > > >> >
> > > > >> > ------------------------------------------------------------------
> --
> > -
> > > > >> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > >> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.o
> rg
> > > > >> > For additional commands, e-mail: harmony-dev-help@incubator.apache
> .o
> > rg
> > > > >> >
> > > > >> >
> > > > >>
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.or
> g
> > > > >
> > > > >
> > > >
> > > > --
> > > >
> > > > Tim Ellison (t.p.ellison@gmail.com)
> > > > IBM Java technology centre, UK.
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> > 
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][test] Failure in swing test

Posted by Mark Hindess <ma...@googlemail.com>.
On 10 October 2006 at 14:19, "Mikhail Loenko" <ml...@gmail.com> wrote:
> Please wait.

Too late.  Back out r454633 if you wish.

I asked people to test this and report back last week.  No one said
don't do it.  And lots of people said '+1'.

> what are you going to do with linux?

I've talked about this on and off for several months, but ...

Libraries such as libpng, libjpeg, and liblcms are stable and rarely
change significantly between distributions, so we should use the
versions provided by OS vendors.

AFAIK, no one seems to have figured out which packages are required on
any non-debian based distribution.  I asked for this information months
ago, but I assumed that no one was using other distributions or that
they simply thought it easier to build it themselves.

I am in the process of creating chroot/vmware/qemu images of recent
versions of both Red Hat and SuSE in order to derive the correct
instructions.

The reason I believe that using system versions is the right way to
go is that I believe we should be using shared libraries for these
dependencies and not statically linking them.

Of course, some libraries are developing too quickly for distributions 
to keep up so we will end up distributing them - ICU for instance.

Everyone seems happy enough with the solution on Debian-based distros
and it should be just as trivial to resolve the problem on RedHat and
SuSE.  It just takes someone with those distributions to figure out
the appropriate packages/commands.

Regards,
 Mark.

> 2006/10/10, Mark Hindess <ma...@googlemail.com>:
> >
> > On 9 October 2006 at 16:02, Tim Ellison <t....@gmail.com> wrote:
> > > Works for me too now ...
> > >
> > > Unless anyone objects I suggest that we make the 'with.awt.swing'
> > > default behavior (and we'll see the failure if it happens again).
> >
> > Excellent.  I'll dump the property unless anyone else beats me
> > to it.
> >
> > -Mark.
> >
> > > Regards,
> > > Tim
> > >
> > > Oleg Khaschansky wrote:
> > > > Tim,
> > > >
> > > > I can't see this failure at r454268. Anyone else see it? Maybe rebuild
> > > > will help?
> > > >
> > > > I also looked into SpinnerDateModelTest source and it doesn't seems to
> > > > me that it could be related to the TransferHandler.
> > > >
> > > > --
> > > > Oleg
> > > >
> > > > On 10/9/06, Oleg Khaschansky <ol...@gmail.com> wrote:
> > > >> I will take a look at this.
> > > >>
> > > >> On 10/8/06, Tim Ellison <t....@gmail.com> wrote:
> > > >> > I see a failure on IA32 Win XP tests at r454168 (after applying the
> > > >> > TransferHandler patch).
> > > >> >
> > > >> > The walkback is:
> > > >> >
> > > >> >  junit.framework.AssertionFailedError: expected:<0> but was:<7> at
> > > >> >
> > > >> javax.swing.SpinnerDateModelTest.testSpinnerDateModel(SpinnerDateModel
> Test
> > > .java:59)
> > > >>
> > > >> > at
> > > >> >
> > > >> java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25) a
> t
> > > >> >
> > > >> javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:11
> 5)
> > > >> > at
> > > >> >
> > > >> javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:120
> )
> > > >> at
> > > >> >  javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:133) a
> t
> > > >> >  java.lang.Thread.run(Thread.java:872)
> > > >> >
> > > >> > I'll take a look later unless somebody picks it up.
> > > >> >
> > > >> > Regards,
> > > >> > Tim
> > > >> >
> > > >> >
> > > >> > --
> > > >> >
> > > >> > Tim Ellison (t.p.ellison@gmail.com)
> > > >> > IBM Java technology centre, UK.
> > > >> >
> > > >> > --------------------------------------------------------------------
> -
> > > >> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > >> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > >> > For additional commands, e-mail: harmony-dev-help@incubator.apache.o
> rg
> > > >> >
> > > >> >
> > > >>
> > > >
> > > > ---------------------------------------------------------------------
> > > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > > >
> > > >
> > >
> > > --
> > >
> > > Tim Ellison (t.p.ellison@gmail.com)
> > > IBM Java technology centre, UK.
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib][test] Failure in swing test

Posted by Mikhail Loenko <ml...@gmail.com>.
Please wait.

what are you going to do with linux?

Thanks,
Mikhail

2006/10/10, Mark Hindess <ma...@googlemail.com>:
>
> On 9 October 2006 at 16:02, Tim Ellison <t....@gmail.com> wrote:
> > Works for me too now ...
> >
> > Unless anyone objects I suggest that we make the 'with.awt.swing'
> > default behavior (and we'll see the failure if it happens again).
>
> Excellent.  I'll dump the property unless anyone else beats me
> to it.
>
> -Mark.
>
> > Regards,
> > Tim
> >
> > Oleg Khaschansky wrote:
> > > Tim,
> > >
> > > I can't see this failure at r454268. Anyone else see it? Maybe rebuild
> > > will help?
> > >
> > > I also looked into SpinnerDateModelTest source and it doesn't seems to
> > > me that it could be related to the TransferHandler.
> > >
> > > --
> > > Oleg
> > >
> > > On 10/9/06, Oleg Khaschansky <ol...@gmail.com> wrote:
> > >> I will take a look at this.
> > >>
> > >> On 10/8/06, Tim Ellison <t....@gmail.com> wrote:
> > >> > I see a failure on IA32 Win XP tests at r454168 (after applying the
> > >> > TransferHandler patch).
> > >> >
> > >> > The walkback is:
> > >> >
> > >> >  junit.framework.AssertionFailedError: expected:<0> but was:<7> at
> > >> >
> > >> javax.swing.SpinnerDateModelTest.testSpinnerDateModel(SpinnerDateModelTest
> > .java:59)
> > >>
> > >> > at
> > >> >
> > >> java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25) at
> > >> >
> > >> javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:115)
> > >> > at
> > >> >
> > >> javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:120)
> > >> at
> > >> >  javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:133) at
> > >> >  java.lang.Thread.run(Thread.java:872)
> > >> >
> > >> > I'll take a look later unless somebody picks it up.
> > >> >
> > >> > Regards,
> > >> > Tim
> > >> >
> > >> >
> > >> > --
> > >> >
> > >> > Tim Ellison (t.p.ellison@gmail.com)
> > >> > IBM Java technology centre, UK.
> > >> >
> > >> > ---------------------------------------------------------------------
> > >> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > >> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > >> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >> >
> > >> >
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> > >
> > >
> >
> > --
> >
> > Tim Ellison (t.p.ellison@gmail.com)
> > IBM Java technology centre, UK.
> >
> > ---------------------------------------------------------------------
> > Terms of use : http://incubator.apache.org/harmony/mailing.html
> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> >
>
>
>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org