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

Re: [pypy-dev] custom interpreter split_block error

2012-08-11 Thread Maciej Fijalkowski
On Fri, Aug 10, 2012 at 11:15 PM, Armin Rigo wrote: > Hi, > > On Fri, Aug 10, 2012 at 11:06 PM, Timothy Baldridge > wrote: >> jitdriver.jit_merge_point(ip = self._ip, >> func = self._call_stack[-1], >>