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
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],
>>