Hi,
On Mon, Aug 13, 2012 at 1:44 PM, Michal Bendowski wrote:
> I don't think I introduced any Java 6 specific code. Nevertheless Java
> 6 will be EOL'd soon as well (Scala is dropping Java 6 support in the
> next release for example) so I agree that requiring at least Java 6
> seems like a good i
On Sun, Aug 12, 2012 at 2:29 AM, Philip Jenvey wrote:
>
>
> On Aug 11, 2012, at 1:43 AM, Maciej Fijalkowski wrote:
>
> > Anyone has any idea how to fix/disable them?
> >
> > An example:
> >
> > http://buildbot.pypy.org/summary/longrepr?testname=TestJvmException.%28%29.test_multiple_prebuilt_dead_w
On Aug 11, 2012, at 1:43 AM, Maciej Fijalkowski wrote:
> Anyone has any idea how to fix/disable them?
>
> An example:
>
> http://buildbot.pypy.org/summary/longrepr?testname=TestJvmException.%28%29.test_multiple_prebuilt_dead_weakrefs&builder=own-macosx-x86-32&build=984&mod=translator.jvm.test.t
On Sat, Aug 11, 2012 at 11:28 AM, Armin Rigo wrote:
> Hi Fijal,
>
> On Sat, Aug 11, 2012 at 10:43 AM, Maciej Fijalkowski wrote:
>> Anyone has any idea how to fix/disable them?
>
> Obviously you can disable them by saying "if sys.platform = 'darwin':
> py.test.skip('XXX')" a few lines before the c
Hi Fijal,
On Sat, Aug 11, 2012 at 10:43 AM, Maciej Fijalkowski wrote:
> Anyone has any idea how to fix/disable them?
Obviously you can disable them by saying "if sys.platform = 'darwin':
py.test.skip('XXX')" a few lines before the crash, but is that really
your question?
Armin
Anyone has any idea how to fix/disable them?
An example:
http://buildbot.pypy.org/summary/longrepr?testname=TestJvmException.%28%29.test_multiple_prebuilt_dead_weakrefs&builder=own-macosx-x86-32&build=984&mod=translator.jvm.test.test_weakref
Cheers,
fijal