Re: [pypy-dev] jvm tests failing on os x

2012-08-14 Thread Armin Rigo
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

Re: [pypy-dev] jvm tests failing on os x

2012-08-13 Thread Michal Bendowski
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

Re: [pypy-dev] jvm tests failing on os x

2012-08-11 Thread Philip Jenvey
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

Re: [pypy-dev] jvm tests failing on os x

2012-08-11 Thread Maciej Fijalkowski
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

Re: [pypy-dev] jvm tests failing on os x

2012-08-11 Thread Armin Rigo
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

[pypy-dev] jvm tests failing on os x

2012-08-11 Thread Maciej Fijalkowski
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