python testrunner/pypyjit_tests.py
in dir /buildbot/slave/pypy-c-jit-linux-aarch64/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'pypyjit_new.log'}
argv: ['python', 'testrunner/pypyjit_tests.py']
environment:
AUDITWHEEL_ARCH=aarch64
AUDITWHEEL_PLAT=manylinux_2_28_aarch64
AUDITWHEEL_POLICY=manylinux_2_28
DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-14/root
HGDEMANDIMPORT=disable
HOME=/home/buildworker
HOSTNAME=9945328e1bf1
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/gcc-toolset-14/root/usr/lib64:/opt/rh/gcc-toolset-14/root/usr/lib:/opt/rh/gcc-toolset-14/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-14/root/usr/lib/dyninst
OLDPWD=/buildbot/slave
PATH=/tmp/venv/bin:/opt/clang/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/pypy2.7-v7.3.22-aarch64/bin
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
PS1=(venv)
PWD=/buildbot/slave/pypy-c-jit-linux-aarch64/build
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
SHLVL=0
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/tmp/pytest
VIRTUAL_ENV=/tmp/venv
container=podman
using PTY: False
/tmp/venv/site-packages/hypothesis/extra/pytestplugin.py:61: HypothesisWarning:
You are using Pytest version 2.9.2. Hypothesis tests work with any test
runner, but our Pytest plugin requires Pytest 4.3 or newer.
Note that the Pytest developers no longer support this version either!
Disabling the Hypothesis pytest plugin...
warnings.warn(PYTEST_TOO_OLD_MESSAGE % (pytest.__version__,), HypothesisWarning)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /buildbot/slave/pypy-c-jit-linux-aarch64/build/pytest.pyc
rootdir: /buildbot/slave/pypy-c-jit-linux-aarch64/build, inifile: pytest.ini
plugins: hypothesis-4.57.1
collected 1194 items / 1 skipped
pypy/module/pypyjit/test_pypy_c/test_00_model.py ........................
pypy/module/pypyjit/test_pypy_c/test_alloc.py ...................................................
pypy/module/pypyjit/test_pypy_c/test_array.py ....s...
pypy/module/pypyjit/test_pypy_c/test_boolrewrite.py ......................................................................................................................................................................................................................................................................................................................................
pypy/module/pypyjit/test_pypy_c/test_buffers.py F.
pypy/module/pypyjit/test_pypy_c/test_bug.py .
pypy/module/pypyjit/test_pypy_c/test_call.py .........................s.
pypy/module/pypyjit/test_pypy_c/test_capture_locals.py .
pypy/module/pypyjit/test_pypy_c/test_cprofile.py .
pypy/module/pypyjit/test_pypy_c/test_exception.py .....
pypy/module/pypyjit/test_pypy_c/test_ffi.py s..s......
pypy/module/pypyjit/test_pypy_c/test_generators.py ...
pypy/module/pypyjit/test_pypy_c/test_getframe.py ..
pypy/module/pypyjit/test_pypy_c/test_globals.py .
pypy/module/pypyjit/test_pypy_c/test_import.py ....
pypy/module/pypyjit/test_pypy_c/test_instance.py .FFFFFFFFFFFFFF
pypy/module/pypyjit/test_pypy_c/test_intbound.py FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
pypy/module/pypyjit/test_pypy_c/test_itertools.py FF
pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py F
pypy/module/pypyjit/test_pypy_c/test_math.py FFsFF
pypy/module/pypyjit/test_pypy_c/test_micronumpy.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
pypy/module/pypyjit/test_pypy_c/test_min_max.py FFF
pypy/module/pypyjit/test_pypy_c/test_misc.py FFFFFFFFFFFFFFFFFFFFFFF
pypy/module/pypyjit/test_pypy_c/test_shift.py FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
pypy/module/pypyjit/test_pypy_c/test_string.py FFFFFFxFFFFFFFFFFFF
pypy/module/pypyjit/test_pypy_c/test_struct.py FFFFFF
pypy/module/pypyjit/test_pypy_c/test_thread.py FFF
pypy/module/pypyjit/test_pypy_c/test_weakref.py F
=================================== FAILURES ===================================
__________________________ TestBuffers.test_re_match ___________________________
self = <pypy.module.pypyjit.test_pypy_c.test_buffers.TestBuffers object at 0x000000004b4ba9f8>
def test_re_match(self):
def main(n):
import re
import array
p = re.compile(b'.+')
a = array.array('B', b'test' * 1000)
i = 0
while i < n:
i += 1
p.match(a) # ID: match
return i
log = self.run(main, [1000])
assert log.result == 1000
loop, = log.loops_by_filename(self.filepath)
> assert loop.match_by_id('match', """
guard_not_invalidated(descr=...)
p71 = getfield_gc_r(p15, descr=...) # check that the pattern is not None and a W_BytesObject
guard_nonnull_class(p71, ConstClass(W_BytesObject), descr=...)
i74 = instance_ptr_eq(_, p71)
guard_false(i74, descr=...)
i65 = getfield_gc_i(p18, descr=...)
i67 = int_gt(0, i65)
guard_false(i67, descr=...)
i69 = int_gt(#, i65)
guard_true(i69, descr=...)
--TICK--
""")
pypy/module/pypyjit/test_pypy_c/test_buffers.py:19:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pypy/module/pypyjit/test_pypy_c/model.py:182: in match_by_id
return matcher.match(expected_src, ignore_ops=ignore_ops)
pypy/module/pypyjit/test_pypy_c/model.py:524: in match
self.match_loop(expected_ops, ignore_ops)
pypy/module/pypyjit/test_pypy_c/model.py:500: in match_loop
self.match_op(op, exp_op)
pypy/module/pypyjit/test_pypy_c/model.py:409: in match_op
self._assert(op.name == exp_opname, "operation mismatch")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.model.OpMatcher object at 0x00000000474783a0>
cond = False, message = 'operation mismatch'
def _assert(self, cond, message):
if not cond:
> raise InvalidMatch(message, frame=sys._getframe(1))
E InvalidMatch: operation mismatch
pypy/module/pypyjit/test_pypy_c/model.py:402: InvalidMatch
----------------------------- Captured stdout call -----------------------------
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Loops don't match
=================
loop id = 'match'
('operation mismatch',)
<could not determine information>
Ignore ops: []
Got:
guard_not_invalidated(descr=<Guard0xffff9d1cf730>)
p73 = getfield_gc_r(p14, descr=<FieldP pypy.module._sre.interp_sre.W_SRE_Pattern.inst_w_pattern 56>)
guard_nonnull_class(p73, ConstClass(W_BytesObject), descr=<Guard0xffff9d1a29b0>)
i76 = instance_ptr_eq(ConstPtr(ptr75), p73)
guard_false(i76, descr=<Guard0xffff9d1cf790>)
i77 = getfield_gc_i(p16, descr=<FieldS pypy.module.array.interp_array.W_ArrayBase.inst__exports 16>)
===== HERE =====
i79 = int_add(i77, 1)
i80 = getfield_gc_i(p16, descr=<FieldS pypy.module.array.interp_array.W_ArrayBase.inst_len 40>)
i82 = int_gt(0, i80)
guard_false(i82, descr=<Guard0xffff9d1cf7f0>)
i84 = int_gt(9223372036854775807, i80)
guard_true(i84, descr=<Guard0xffff9d1cf850>)
guard_not_invalidated(descr=<Guard0xffff9d1cf910>)
i98 = getfield_raw_i(281473402911464, descr=<FieldS pypysig_long_struct_inner.c_value 0>)
i100 = int_lt(i98, 0)
guard_false(i100, descr=<Guard0xffff9d1cf970>)
Expected:
guard_not_invalidated(descr=...)
p71 = getfield_gc_r(p15, descr=...) # check that the pattern is not None and a W_BytesObject
guard_nonnull_class(p71, ConstClass(W_BytesObject), descr=...)
i74 = instance_ptr_eq(_, p71)
guard_false(i74, descr=...)
i65 = getfield_gc_i(p18, descr=...)
i67 = int_gt(0, i65)
guard_false(i67, descr=...)
i69 = int_gt(#, i65)
guard_true(i69, descr=...)
guard_not_invalidated?
ticker0 = getfield_raw_i(#, descr=<FieldS pypysig_long_struct_inner.c_value .*>)
ticker_cond0 = int_lt(ticker0, 0)
guard_false(ticker_cond0, descr=...)
_________________________ TestInstance.test_load_attr __________________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004be83868>
def test_load_attr(self):
src = '''
class A(object):
pass
a = A()
a.x = 1
def main(n):
i = 0
while i < n:
i = i + a.x
return i
'''
log = self.run(src, [1000])
assert log.result == 1000
> loop, = log.loops_by_filename(self.filepath)
E ValueError: expected length 1, got 0
pypy/module/pypyjit/test_pypy_c/test_instance.py:49: ValueError
_______________ TestInstance.test_getattr_with_dynamic_attribute _______________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004be83ad0>
def test_getattr_with_dynamic_attribute(self):
src = """
class A(object):
pass
l = ["x", "y"]
def main():
sum = 0
a = A()
a.a1 = 0
a.a2 = 0
a.a3 = 0
a.a4 = 0
a.a5 = 0 # workaround, because the first five attributes need a promotion
a.x = 1
a.y = 2
i = 0
while i < 500:
name = l[i % 2]
sum += getattr(a, name)
i += 1
return sum
"""
> log = self.run(src, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004be83ad0>
func_or_src = '\n class A(object):\n pass\n\n l = ["x", "y"]\n\n def main():\n sum = 0\n ... name = l[i % 2]\n sum += getattr(a, name)\n i += 1\n return sum\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004be83b08>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_getattr_with_dynamic_attribute.py', mode 'w' at 0x00000000486e97a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_getattr_with_dynamic_attribute.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestInstance.test_mutate_class_int ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004b36abb8>
def test_mutate_class_int(self):
def fn(n):
class A(object):
count = 1
def __init__(self, a):
self.a = a
def f(self):
return self.count
i = 0
a = A(1)
while i < n:
A.count += 1 # ID: mutate
i = a.f() # ID: meth1
return i
#
> log = self.run(fn, [1000], threshold=10)
pypy/module/pypyjit/test_pypy_c/test_instance.py:103:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004b36abb8>
func_or_src = <function fn at 0x0000000045e9b628>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 10}
src = <py._code.source.Source object at 0x000000004b36abf0>, funcname = 'fn'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mutate_class_int.py', mode 'w' at 0x00000000487bc120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mutate_class_int.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestInstance.test_mutate_class ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000049237f30>
def test_mutate_class(self):
def fn(n):
class LL(object):
def __init__(self, n):
self.n = n
class A(object):
count = None
def __init__(self, a):
self.a = a
def f(self):
return self.count
i = 0
a = A(1)
while i < n:
A.count = LL(A.count) # ID: mutate
a.f() # ID: meth1
i += 1
return i
#
> log = self.run(fn, [1000], threshold=10)
pypy/module/pypyjit/test_pypy_c/test_instance.py:152:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000049237f30>
func_or_src = <function fn at 0x0000000045eaa110>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 10}
src = <py._code.source.Source object at 0x0000000049237f68>, funcname = 'fn'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mutate_class.py', mode 'w' at 0x00000000487bc9a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mutate_class.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestInstance.test_python_contains _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004c591e18>
def test_python_contains(self):
def main():
class A(object):
def __contains__(self, v):
return True
i = 0
a = A()
while i < 100:
i += i in a # ID: contains
b = 0 # to make sure that JUMP_ABSOLUTE is not part of the ID
> log = self.run(main, [], threshold=80)
pypy/module/pypyjit/test_pypy_c/test_instance.py:206:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004c591e18>
func_or_src = <function main at 0x0000000045eaacc8>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 80}
src = <py._code.source.Source object at 0x000000004c591e50>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_python_contains.py', mode 'w' at 0x00000000487bd0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_python_contains.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestInstance.test_id_compare_optimization ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004d00d718>
def test_id_compare_optimization(self):
def main():
class A(object):
pass
#
i = 0
a = A()
while i < 300:
new_a = A()
if new_a != a: # ID: compare
pass
i += 1
return i
#
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:228:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004d00d718>
func_or_src = <function main at 0x0000000045eab628>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d00d948>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_id_compare_optimization.py', mode 'w' at 0x00000000487bdaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_id_compare_optimization.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________________ TestInstance.test_super ____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004ca6ee20>
def test_super(self):
def main():
class A(object):
def m(self, x):
return x + 1
class B(A):
def m(self, x):
return super(B, self).m(x)
i = 0
while i < 300:
i = B().m(i)
return i
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:245:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004ca6ee20>
func_or_src = <function main at 0x0000000045eabd30>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ca6ee58>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_super.py', mode 'w' at 0x00000000487bdda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_super.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestInstance.test_super_no_args ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004934c608>
def test_super_no_args(self):
def main():
class A(object):
def m(self, x):
return x + 1
class B(A):
def m(self, x):
return super().m(x)
i = 0
while i < 300:
i = B().m(i)
return i
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:271:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004934c608>
func_or_src = <function main at 0x0000000045e8aae8>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004934c838>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_super_no_args.py', mode 'w' at 0x000000004bec25a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_super_no_args.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________ TestInstance.test_float_instance_field_read __________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000048877130>
def test_float_instance_field_read(self):
def main():
class A(object):
def __init__(self, x, y):
self.x = float(x)
self.y = float(y)
l = [A(i, i * 5) for i in range(2000)]
res = 0
for x in l:
res += x.x + x.y # ID: get
return res
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:304:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000048877130>
func_or_src = <function main at 0x0000000045e9f268>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000048876fe0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_float_instance_field_read.py', mode 'w' at 0x000000004bec2d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_float_instance_field_read.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________ TestInstance.test_float_instance_field_write _________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000048e79440>
def test_float_instance_field_write(self):
def main():
class A(object):
def __init__(self, x):
self.x = float(x)
l = [A(i) for i in range(2000)]
for a in l:
a.x += 3.4 # ID: set
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:345:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000048e79440>
func_or_src = <function main at 0x0000000045e9ff88>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000048e79478>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_float_instance_field_write.py', mode 'w' at 0x000000004bec30a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_float_instance_field_write.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestInstance.test_namedtuple_construction ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004b47c480>
def test_namedtuple_construction(self):
def main():
from collections import namedtuple
A = namedtuple("A", "x y")
res = 0
i = 0
while i < 2000:
res += A(i, 0).x
i += 1
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:388:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004b47c480>
func_or_src = <function main at 0x0000000047dd2890>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004b47c6b0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_namedtuple_construction.py', mode 'w' at 0x000000004bec36a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_namedtuple_construction.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestInstance.test_add_instance_attr_big ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004a0fbc58>
def test_add_instance_attr_big(self):
def main():
class A(object):
pass
l = []
for i in range(10000):
a = A()
a.attr1 = 'a'
a.attr2 = 'a'
a.attr3 = 'a'
a.attr4 = 'a'
a.attr5 = 'a'
a.attr6 = 'a'
l.append(a)
for a in l:
a.attr7 = 'b' # ID: grow
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:421:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004a0fbc58>
func_or_src = <function main at 0x0000000047dd2f98>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004a0fbc90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_add_instance_attr_big.py', mode 'w' at 0x0000000046ff25a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_add_instance_attr_big.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________ TestInstance.test_add_instance_attr_unboxed __________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004a8edbb0>
def test_add_instance_attr_unboxed(self):
def main():
class A(object):
pass
l = []
for i in range(10000):
a = A()
a.attr1 = 'a'
a.attr2 = 'a'
a.attr3 = 'a'
a.attr4 = 'a'
a.attr5 = 14
l.append(a)
for a in l:
a.attr7 = 12 # ID: grow
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:443:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x000000004a8edbb0>
func_or_src = <function main at 0x0000000047dd3a60>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004a8ede18>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_add_instance_attr_unboxed.py', mode 'w' at 0x0000000046ff2c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_add_instance_attr_unboxed.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestInstance.test_aliasing_via_class _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000049c32720>
def test_aliasing_via_class(self):
def main():
class A(object):
pass
class B(object):
pass
a = A()
a.x = "hallo"
l1 = [B(), B()]
l1[0].x = 'hallo'
l1[1].x = 'tchüss'
l = [None, "abc"]
res = 0
for i in range(1000):
b = l1[i & 1]
s = b.x # read b.x
res += len(s)
a.x = l[i & 1] # write a.x, but it cannot alias b.x because the classes are different
# the following b.x can be reused from above
res += len(b.x) # ID: getattr2
return res
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_instance.py:469:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_instance.TestInstance object at 0x0000000049c32720>
func_or_src = <function main at 0x0000000047e1e890>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049c32758>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_aliasing_via_class.py', mode 'w' at 0x0000000046ff2fa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_aliasing_via_class.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[0] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000481e8800>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046ff39a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[1] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004889e1a8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046ff3ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[2] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004abba758>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490ae220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[3] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a532b48>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490ae5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[4] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ccb4aa0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490ae9a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[5] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c00c6b0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490aeca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[6] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049f08e20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490aefa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[7] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048f388e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490af320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[8] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c7bd2f0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490af6a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_simple[9] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c185830>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490afb20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[10] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c6411d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000490afea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[11] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b9b3638>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f4320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[12] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d1286e8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f47a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[13] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d1bc5d0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f4da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[14] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d2502f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f5120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[15] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d2de368>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f5520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[16] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d48e0c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f5aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[17] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d52c170>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004a1f5e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[18] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d5a1830>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd902a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[19] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d75b788>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd907a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[20] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d7eee20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd90b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[21] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d874f38>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd90ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[22] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004da15830>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd913a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[23] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i < 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dac30c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd91720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[24] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004db4e7c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004cd91aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[25] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dc0b0f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000489700a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[26] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dca12f0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048970420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[27] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dd28918>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048970d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[28] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dde3600>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048970ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[29] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004de6d788>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048971220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[30] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004df40758>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048971620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[31] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dfdad40>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000489719a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[32] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e05e988>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048971da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[33] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e130100>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da8220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[34] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e1bdb08>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da85a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[35] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e245948>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da8920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[36] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e319520>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da8d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[37] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e3b32b8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da90a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[38] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e4409c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da9420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[39] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e516138>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049da9820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[40] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e5b8480>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049f405a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[41] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e64a3d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049f40e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[42] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e7140c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049f41220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[43] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e7aef70>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049f415a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[44] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e83abb8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049f419a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[45] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 3:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e9fce90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000479aa120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[46] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ea8e918>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000479aa4a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[47] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 7:\n...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004eb05f30>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000479aa8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[48] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ebee410>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000479aaca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[49] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ec77da8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000479ab0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[50] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ed16288>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004ed26120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[51] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004edb9cc8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004ed264a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[52] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ed074b0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc00220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[53] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047c1f408>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc005a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[54] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048428e90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc00920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[55] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048c6e758>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc00ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[56] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ac254e8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc01320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[57] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004998bb78>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc016a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[58] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a3a1c20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004bc01d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[59] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ce36c60>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb4120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[60] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049e89718>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb44a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[61] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ae39ec0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb48a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[62] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004959bbb0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb4d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[63] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004412c170>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb5120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[64] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045f7a8e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb54a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[65] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000003f981750>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb58a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[66] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000040f68e58>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049cb5c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[67] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043681360>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048d14020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[68] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043bed8a0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048d145a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[69] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000044dda2c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048d150a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[70] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000451d27c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048d155a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[71] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i <= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045773130>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048d15e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[72] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045a68e90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d94320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[73] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045c70c60>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d945a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[74] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045d02c98>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d949a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[75] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000460bd2f0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d94f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[76] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004624d328>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d952a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[77] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046428d40>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d95620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[78] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046668678>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000049d95ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[79] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046f68bf0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4e220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[80] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047108598>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4e5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[81] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004746b7f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4e920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[82] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000475cbc20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4ef20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[83] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000477bfde0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4f0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[84] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047d2aad8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4f520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[85] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004860cf00>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4f8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[86] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048cfde50>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048f4fca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[87] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049454b80>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048648020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[88] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000487014b0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000486483a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[89] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048579cc8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048648720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[90] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000491e8870>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048648d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[91] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b14db08>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048648ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[92] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b045360>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000486493a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[93] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000487151d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048649720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[94] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048806b80>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048649b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[95] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i >= 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a7b1910>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048649ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[96] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bf3abb8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000489662a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[97] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049e7cad8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048966620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[98] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048e2cc28>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048966ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[99] _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004abdd590>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048966d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[100] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049127ef8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000489670a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[101] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cd8fd38>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048967420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[102] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c4a2368>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000489678a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[103] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004848f408>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048967d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[104] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004967c250>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a2020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[105] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004892cfe0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a23a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[106] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000493ae090>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a2920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[107] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000471d0e90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a2aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[108] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a3cd0f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a2f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[109] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004771bb78>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a32a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[110] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048831360>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a36a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[111] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c9be330>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a3ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[112] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048e1e5d0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x00000000468a3f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[113] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a0c2058>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd6320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[114] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b481e88>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd6720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[115] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047f47ef8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd6d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[116] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049e68560>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd70a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[117] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047743830>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd75a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[118] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b034e90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd7920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[119] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004941ead8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000048fd7d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[120] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049f2d3d0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4c0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[121] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047dcc2c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4c420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[122] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004740c6e8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4c7a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[123] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b121398>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4cea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[124] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a3a5e18>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4d1a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[125] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b651ad0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4d520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[126] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048022f70>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4d8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[127] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000040a4fda8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000046e4dd20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[128] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047582598>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cac320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[129] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004882c0c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cac6a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[130] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cd48288>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cacd20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[131] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049a43e18>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cad0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[132] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048a12b48>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cad4a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[133] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004851afe0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cad820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[134] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004925c528>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cadda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[135] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004baac870>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x0000000047cadf20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[136] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048e79408>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66c320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[137] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a9462c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66c6a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[138] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004926ad40>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66cb20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[139] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d75b6e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66d020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[140] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004db4fda8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66d3a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[141] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 3:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dfcd590>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66d720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[142] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e1bdb78>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66daa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestIntbound.test_intbound_simple[143] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cbf0>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 7:\...x:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c5875c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py', mode 'w' at 0x000000004c66dea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[0] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000496f8b10>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd63a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[1] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049cc6ad8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd67a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[2] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c998c60>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd6ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[3] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cbc4640>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd7020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[4] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ccf7a28>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd7420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[5] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c923600>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd7820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[6] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e6db750>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000047cd7c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[7] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c612528>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa200a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[8] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000481724f0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa20520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestIntbound.test_intbound_addsub_mix[9] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d141a60>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa20920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[10] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ca41e50>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa20d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[11] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ba1bc20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa21120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[12] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e8001a8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa21620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[13] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d2a3520>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa21a20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[14] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e054e20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004aa21ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[15] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e606bf0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b924320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[16] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e3f3ef8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b924720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[17] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d226c28>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b924ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[18] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004babd0f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b924fa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[19] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d44d130>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b9252a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[20] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004de22ad8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b925720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[21] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d53f830>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b925d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[22] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a4e1050>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b925f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[23] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d7a6640>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000465c63a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[24] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dbb4170>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000465c67a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[25] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dcf7980>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000465c6ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[26] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004eadcbf0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000465c70a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[27] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d1d22f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000465c76a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[28] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d4c8218>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000465c7aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[29] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d98b9b8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004c4b0020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[30] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e11e3d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004c4b04a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[31] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d3db5c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004c4b0a20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[32] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i + 1 > 2:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ea0d4e8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004c4b0d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[33] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e770288>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004e73a1a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[34] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dc6fcc8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004e73a5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[35] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e7454e8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed262a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[36] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b2a7ec0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed268a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[37] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047c178a0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed26ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[38] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004768c950>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed270a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[39] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004af42288>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed274a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[40] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cdc3360>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed27a20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[41] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000472a08e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004ed27e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[42] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ce6c2f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f40420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[43] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 + i > 4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047b8e988>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f40820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[44] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a51fc90>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f40c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[45] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000040e80c60>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f41020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[46] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004959b5c8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f414a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[47] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c219830>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f41920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[48] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004824d6e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049f41f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[49] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046c36b10>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049da84a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[50] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004102e3a0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049da8920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[51] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004372d590>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049da8da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[52] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043d77ef8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049da91a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[53] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043f64758>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049da95a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[54] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i - 1 > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000441bacd0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000049da99a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[55] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000044c4d3d0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000489701a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[56] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000044f1ef70>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000489705a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[57] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004530f360>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000489709a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[58] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000457871a0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048971020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[59] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045d9d980>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048971520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[60] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045e356a8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048971920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[61] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045f1e218>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048971da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[62] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000460bcbf0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd902a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[63] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004624cb48>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd906a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[64] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000462e1fa0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd90ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[65] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i > 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000466e22f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd90ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[66] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046972020>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd912a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[67] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046d3a640>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd916a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[68] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046d991d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd91aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[69] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046f77980>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004cd91f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[70] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004789c870>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f4420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[71] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047d7afe0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f4820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[72] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000486bede8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f4c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[73] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048ca8c28>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f50a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[74] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004911dcc8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f5620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[75] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ad79050>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f5b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[76] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if 1 - i < -3:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047a6b9b8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004a1f5f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[77] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049152678>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490ae420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[78] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a07dbe8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490ae820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[79] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004999ad78>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490aee20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[80] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004acf23d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490af020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[81] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048ce3328>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490af4a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[82] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a7b0330>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490afaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[83] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bd55a28>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000490aff20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[84] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048e64bb8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000046ff2920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[85] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046e537f8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000046ff2d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[86] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004abdd980>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000046ff3120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[87] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000490e2ad8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000046ff35a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[88] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cdaabf0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000046ff3aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[89] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c2aef00>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000046ff3f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[90] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004aeef788>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004bec24a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[91] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bca7f30>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004bec29a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[92] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004781f210>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004bec3120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[93] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047f199b8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004bec35a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[94] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045981638>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000487bc2a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[95] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000471c4fe0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000487bc4a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[96] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000473839f0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000487bc9a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[97] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048676448>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000487bcea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[98] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i == 5:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000492fc020>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000487bd320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[99] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048abf980>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000487bdaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[100] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a0c3398>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e80a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[101] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b836e58>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e84a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[102] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004aaef328>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e88a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[103] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a9f1910>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e8ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[104] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049ba4790>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e94a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[105] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000484968e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e96a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[106] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049c17210>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e9b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[107] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cd69478>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486e9f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[108] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c3b7718>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486dc420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[109] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if i != 1:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048dcda60>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486dc820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[110] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a3336a8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486dcca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[111] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c2f4170>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486dd0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[112] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048d614b0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486dd620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[113] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048062b80>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x00000000486dda20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[114] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000040a4d558>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048e520a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[115] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049f34e20>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048e525a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[116] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004782bf30>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048e529a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[117] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000474b91d8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048e52da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[118] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049fcabb8>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048e531a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[119] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000492af868>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x0000000048e535a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestIntbound.test_intbound_addsub_mix[120] __________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004142cb10>
func_or_src = '\n def f(i):\n a, b = 3, 3\n if -2 * i < -4:\n ... for i in idx:\n res[f(i)] += 1\n return res\n\n '
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048c7ee58>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py', mode 'w' at 0x000000004b846020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_mix.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestIntbound.test_intbound_gt _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004a87b750>
def test_intbound_gt(self):
def main(n):
i, a, b = 0, 0, 0
while i < n:
if i > -1:
a += 1
if i > -2:
b += 1
i += 1
return (a, b)
#
> log = self.run(main, [300])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:88:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004a87b750>
func_or_src = <function main at 0x000000004bf2c2f0>, args = [300]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004a87b910>, funcname = 'main'
arglist = '300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_gt.py', mode 'w' at 0x000000004b846420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_gt.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestIntbound.test_intbound_sub_lt _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004889ef38>
def test_intbound_sub_lt(self):
def main():
i, a = 0, 0
while i < 300:
if i - 10 < 295:
a += 1
i += 1
return a
#
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:112:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004889ef38>
func_or_src = <function main at 0x000000004bead1f0>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004889f0c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_sub_lt.py', mode 'w' at 0x000000004b8468a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_sub_lt.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_addsub_ge _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x0000000049f081a8>
def test_intbound_addsub_ge(self):
def main(n):
i, a, b = 0, 0, 0
while i < n:
if i + 5 >= 5:
a += 1
if i - 1 >= -1:
b += 1
i += 1
return (a, b)
#
> log = self.run(main, [300])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:138:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x0000000049f081a8>
func_or_src = <function main at 0x000000004bead8f8>, args = [300]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049f08410>, funcname = 'main'
arglist = '300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_ge.py', mode 'w' at 0x000000004b846ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addsub_ge.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestIntbound.test_intbound_addmul_ge _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004d18f868>
def test_intbound_addmul_ge(self):
def main(n):
i, a, b = 0, 0, 0
while i < 300:
if i + 5 >= 5:
a += 1
if 2 * i >= 0:
b += 1
i += 1
return (a, b)
#
> log = self.run(main, [300])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:167:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004d18f868>
func_or_src = <function main at 0x000000004bd52e30>, args = [300]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d18fd38>, funcname = 'main'
arglist = '300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addmul_ge.py', mode 'w' at 0x000000004b846ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_addmul_ge.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestIntbound.test_intbound_eq _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004db62560>
def test_intbound_eq(self):
def main(a, n):
i, s = 0, 0
while i < 300:
if a == 7:
s += a + 1
elif i == 10:
s += i
else:
s += 1
i += 1
return s
#
> log = self.run(main, [7, 300])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:197:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004db62560>
func_or_src = <function main at 0x000000004bd53790>, args = [7, 300]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004db62598>, funcname = 'main'
arglist = '7, 300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_eq.py', mode 'w' at 0x000000004b8471a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_eq.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestIntbound.test_intbound_mul ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004e3b25d0>
def test_intbound_mul(self):
def main(a):
i, s = 0, 0
while i < 300:
assert i >= 0
if 2 * i < 30000:
s += 1
else:
s += a
i += 1
return s
#
> log = self.run(main, [7])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:228:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004e3b25d0>
func_or_src = <function main at 0x000000004bd53da8>, args = [7]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e3b2608>, funcname = 'main'
arglist = '7'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_mul.py', mode 'w' at 0x000000004b847420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_intbound_mul.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________________ TestIntbound.test_assert ___________________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004e6d4e20>
def test_assert(self):
def main(a):
i, s = 0, 0
while i < 300:
assert a == 7
s += a + 1
i += 1
return s
> log = self.run(main, [7])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:251:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004e6d4e20>
func_or_src = <function main at 0x000000004ce02368>, args = [7]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e6d4e58>, funcname = 'main'
arglist = '7'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_assert.py', mode 'w' at 0x000000004b8477a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_assert.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________________ TestIntbound.test_xor _____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004c612d08>
def test_xor(self):
def main(b):
a = sa = 0
while a < 300:
if a > 0: # Specialises the loop
pass
if b > 10:
pass
if a^b >= 0: # ID: guard
sa += 1
sa += a^a # ID: a_xor_a
a += 1
return sa
> log = self.run(main, [11])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:279:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004c612d08>
func_or_src = <function main at 0x000000004c354638>, args = [11]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004c612e90>, funcname = 'main'
arglist = '11'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_xor.py', mode 'w' at 0x000000004b847aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_xor.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestIntbound.test_abs_branch_free _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004e6076a8>
def test_abs_branch_free(self):
import sys
def main(start, stop):
res = 0
for i in range(start, stop):
res += abs(i) # ID: abs
return res
> log = self.run(main, [-10000, 10000])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:309:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004e6076a8>
func_or_src = <function main at 0x000000004c354cc8>, args = [-10000, 10000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e6078a0>, funcname = 'main'
arglist = '-10000, 10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_abs_branch_free.py', mode 'w' at 0x000000004b847da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_abs_branch_free.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________ TestIntbound.test_mul_int_long_uses_int_shortcut _______________
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004a4e1ef8>
def test_mul_int_long_uses_int_shortcut(self):
def main(start, stop):
longvalue = 2**100
res = 0
for i in range(start, stop):
longvalue = i * longvalue # ID: mul
return res
> log = self.run(main, [-10000, 10000])
pypy/module/pypyjit/test_pypy_c/test_intbound.py:332:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_intbound.TestIntbound object at 0x000000004a4e1ef8>
func_or_src = <function main at 0x000000004c355d30>, args = [-10000, 10000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d7a63d8>, funcname = 'main'
arglist = '-10000, 10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mul_int_long_uses_int_shortcut.py', mode 'w' at 0x0000000047f861a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mul_int_long_uses_int_shortcut.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestMisc.test_islice_step_is_1 ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_itertools.TestMisc object at 0x000000004e99a560>
def test_islice_step_is_1(self):
def f1(n):
import itertools
l = [1] * 10000
res = 0
for x in itertools.islice(l, n):
res += x
return res
> log = self.run(f1, [2117])
pypy/module/pypyjit/test_pypy_c/test_itertools.py:14:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_itertools.TestMisc object at 0x000000004e99a560>
func_or_src = <function f1 at 0x0000000048e40458>, args = [2117]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e99a918>, funcname = 'f1'
arglist = '2117'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_islice_step_is_1.py', mode 'w' at 0x0000000047f867a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_islice_step_is_1.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestMisc.test_islice_uses_greenkey ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_itertools.TestMisc object at 0x000000004c7c10c0>
def test_islice_uses_greenkey(self):
def f1(n):
def f(a):
return a + 1
def g(a):
return a + 2
import itertools
l = [1] * 10000
res = 0
for x in itertools.islice(map(f, l), 0, n, 2000):
res += x
for x in itertools.islice(map(g, l), 0, n, 2000):
res += x
return res
> log = self.run(f1, [2117])
pypy/module/pypyjit/test_pypy_c/test_itertools.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_itertools.TestMisc object at 0x000000004c7c10c0>
func_or_src = <function f1 at 0x0000000048e40a70>, args = [2117]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004c7c1248>, funcname = 'f1'
arglist = '2117'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_islice_uses_greenkey.py', mode 'w' at 0x0000000047f86ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_islice_uses_greenkey.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________________ TestLogParser.test ______________________________
self = <pypy.module.pypyjit.test_pypy_c.test_jitlogparser.TestLogParser object at 0x000000004e705de0>
def test(self):
def fn_with_bridges(N):
def is_prime(x):
for y in range(2, x):
if x % y == 0:
return False
return True
result = 0
for x in range(N):
if x % 3 == 0:
result += 5
elif x % 5 == 0:
result += 3
elif is_prime(x):
result += x
elif x == 99:
result *= 2
return result
#
N = 10000
> _log = self.run(fn_with_bridges, [N])
pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_jitlogparser.TestLogParser object at 0x000000004e705de0>
func_or_src = <function fn_with_bridges at 0x0000000048e41088>, args = [10000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e6b0058>
funcname = 'fn_with_bridges', arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test.py', mode 'w' at 0x0000000047f871a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________________ TestMath.test_log _______________________________
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004cbab520>
def test_log(self):
def main(n):
import math
i = 1
s = 0.0
while i < n:
s += math.log(i) - math.log10(i)
i += 1
return s
> log = self.run(main, [500])
pypy/module/pypyjit/test_pypy_c/test_math.py:16:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004cbab520>
func_or_src = <function main at 0x0000000048e41808>, args = [500]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004cbab750>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_log.py', mode 'w' at 0x0000000047f877a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_log.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________________ TestMath.test_sin_cos _____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004d407018>
def test_sin_cos(self):
def main(n):
import math
i = 1
s = 0.0
while i < n:
s += math.sin(i) - math.cos(i)
i += 1
return s
> log = self.run(main, [500])
pypy/module/pypyjit/test_pypy_c/test_math.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004d407018>
func_or_src = <function main at 0x0000000048e41f10>, args = [500]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d4071a0>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_sin_cos.py', mode 'w' at 0x0000000047f87ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_sin_cos.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________________ TestMath.test_pow_two _____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004ccf2a30>
def test_pow_two(self):
def main(n):
s = 0.123
while n > 0:
s -= s ** 2 # ID: pow
n -= 1
return s
> log = self.run(main, [500])
pypy/module/pypyjit/test_pypy_c/test_math.py:101:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004ccf2a30>
func_or_src = <function main at 0x0000000047facc50>, args = [500]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ccf2d08>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_pow_two.py', mode 'w' at 0x0000000047f87ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_pow_two.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________________ TestMath.test_complex_power __________________________
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004e229130>
def test_complex_power(self):
def main(n, x):
s = 0.123+0.1j
while n > 0:
s -= s ** x # ID: pow
n -= 1
return s
> log = self.run(main, [500, 2])
pypy/module/pypyjit/test_pypy_c/test_math.py:117:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_math.TestMath object at 0x000000004e229130>
func_or_src = <function main at 0x0000000047fad268>, args = [500, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e229168>, funcname = 'main'
arglist = '500, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_complex_power.py', mode 'w' at 0x0000000045ea8020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_complex_power.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________________ TestMinMax.test_min_max ____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_min_max.TestMinMax object at 0x000000004d11fe18>
def test_min_max(self):
def main():
i=0
sa=0
while i < 300:
sa+=min(max(i, 3000), 4000)
i+=1
return sa
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_min_max.py:13:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_min_max.TestMinMax object at 0x000000004d11fe18>
func_or_src = <function main at 0x0000000049fbe020>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d170138>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_min_max.py', mode 'w' at 0x000000004227e020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_min_max.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________________ TestMinMax.test_silly_max ___________________________
self = <pypy.module.pypyjit.test_pypy_c.test_min_max.TestMinMax object at 0x000000004e39eaa0>
def test_silly_max(self):
def main():
i = 13
sa = 0
while i < 30000:
lst = list(range(i % 1000 + 2))
sa += max(*lst) # ID: callmax
i += 1
return sa
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_min_max.py:36:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_min_max.TestMinMax object at 0x000000004e39eaa0>
func_or_src = <function main at 0x0000000049fbe908>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e39ecd0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_silly_max.py', mode 'w' at 0x000000004227e520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_silly_max.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________________ TestMinMax.test_iter_max ___________________________
self = <pypy.module.pypyjit.test_pypy_c.test_min_max.TestMinMax object at 0x000000004d057750>
def test_iter_max(self):
def main():
i = 2
sa = 0
while i < 300:
lst = range(i)
sa += max(lst) # ID: max
i += 1
return sa
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_min_max.py:79:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_min_max.TestMinMax object at 0x000000004d057750>
func_or_src = <function main at 0x0000000049fbf010>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d057910>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_iter_max.py', mode 'w' at 0x000000004227e8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_iter_max.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________________ TestMisc.test_f1 _______________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004e810608>
def test_f1(self):
def f1(n):
"Arbitrary test function."
i = 0
x = 1
while i<n:
j = 0
while j<=i:
j = j + 1
x = x + (i&j)
i = i + 1
return x
> log = self.run(f1, [2117])
pypy/module/pypyjit/test_pypy_c/test_misc.py:18:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004e810608>
func_or_src = <function f1 at 0x0000000049fc2200>, args = [2117]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e8108a8>, funcname = 'f1'
arglist = '2117'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_f1.py', mode 'w' at 0x000000004227eda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_f1.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________________ TestMisc.test_factorial ____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004bab9ad0>
def test_factorial(self):
def fact(n):
r = 1
while n > 1:
r *= n
n -= 1
return r
> log = self.run(fact, [7], threshold=4)
pypy/module/pypyjit/test_pypy_c/test_misc.py:49:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004bab9ad0>
func_or_src = <function fact at 0x0000000049fc2ae8>, args = [7]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 4}
src = <py._code.source.Source object at 0x000000004bab9b08>, funcname = 'fact'
arglist = '7'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_factorial.py', mode 'w' at 0x000000004227f0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_factorial.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestMisc.test_mixed_type_loop _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004aba6448>
def test_mixed_type_loop(self):
def main(n):
i = 0.0
j = 2
while i < n:
i = j + i
return i
#
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004aba6448>
func_or_src = <function main at 0x000000004945cdb8>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004aba6640>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mixed_type_loop.py', mode 'w' at 0x000000004227f520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mixed_type_loop.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________ TestMisc.test_cached_pure_func_of_equal_fields ________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004defc9c0>
def test_cached_pure_func_of_equal_fields(self):
def main(n):
class A(object):
def __init__(self, val):
self.val1 = self.val2 = val
A("x") # prevent field unboxing
a = A(1)
b = A(1)
sa = 0
while n:
sa += 2*a.val1
sa += 2*b.val2
b.val2 = a.val1
n -= 1
return sa
#
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004defc9c0>
func_or_src = <function main at 0x000000004945d3d0>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004defc9f8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_cached_pure_func_of_equal_fields.py', mode 'w' at 0x000000004227f920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_cached_pure_func_of_equal_fields.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestMisc.test_range_iter_simple ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004dba6f00>
def test_range_iter_simple(self):
def main(n):
def g(n):
return range(n)
s = 0
for i in range(n): # ID: for
tmp = g(n)
s += tmp[i] # ID: getitem
a = 0
return s
#
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:143:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004dba6f00>
func_or_src = <function main at 0x000000004945d790>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004dba6f38>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_range_iter_simple.py', mode 'w' at 0x000000004227fc20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_range_iter_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestMisc.test_range_iter_normal ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004e458218>
def test_range_iter_normal(self):
# Difference: range(n) => range(1, n).
# This difference doesn't really change anything in pypy3.5,
# but it used to in pypy2.7.
def main(n):
def g(n):
return range(n)
s = 0
for i in range(1, n): # ID: for
tmp = g(n)
s += tmp[i] # ID: getitem
a = 0
return s
#
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:188:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004e458218>
func_or_src = <function main at 0x000000004945df88>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e4584b8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_range_iter_normal.py', mode 'w' at 0x000000004cdf61a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_range_iter_normal.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestMisc.test_chain_of_guards _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004dadc3a0>
def test_chain_of_guards(self):
src = """
class A(object):
def method_x(self):
return 3
l = ["x", "y"]
def main(arg):
sum = 0
a = A()
i = 0
while i < 500:
name = l[arg]
sum += getattr(a, 'method_' + name)()
i += 1
return sum
"""
> log = self.run(src, [0])
pypy/module/pypyjit/test_pypy_c/test_misc.py:211:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004dadc3a0>
func_or_src = '\n class A(object):\n def method_x(self):\n return 3\n\n l = ["x", "y"]\n\n ...rg]\n sum += getattr(a, \'method_\' + name)()\n i += 1\n return sum\n '
args = [0], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004dadc3d8>, funcname = 'main'
arglist = '0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_chain_of_guards.py', mode 'w' at 0x000000004cdf64a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_chain_of_guards.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________ TestMisc.test_unpack_iterable_non_list_tuple _________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004bfd79b8>
def test_unpack_iterable_non_list_tuple(self):
def main(n):
import array
items = [array.array("i", [1])] * n
total = 0
for a, in items:
total += a
return total
> log = self.run(main, [1000000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:226:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004bfd79b8>
func_or_src = <function main at 0x000000004b76a890>, args = [1000000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004bfd79f0>, funcname = 'main'
arglist = '1000000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unpack_iterable_non_list_tuple.py', mode 'w' at 0x000000004cdf6720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unpack_iterable_non_list_tuple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestMisc.test_dont_trace_every_iteration ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004edd9868>
def test_dont_trace_every_iteration(self):
def reference(a, b):
i = sa = 0
while i < 300:
sa += a % b
i += 1
return sa
#
def main(a, b):
i = sa = 0
while i < 300:
if a > 0:
pass
if 1 < b < 2:
pass
sa += a % b
i += 1
return sa
#
> log_ref = self.run(reference, [10, 20])
pypy/module/pypyjit/test_pypy_c/test_misc.py:273:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004edd9868>
func_or_src = <function reference at 0x000000004a3fea70>, args = [10, 20]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004edd9b40>
funcname = 'reference', arglist = '10, 20'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_dont_trace_every_iteration.py', mode 'w' at 0x000000004cdf6c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_dont_trace_every_iteration.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestMisc.test_overflow_checking ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004e943478>
def test_overflow_checking(self):
"""
This test only checks that we get the expected result, not that any
optimization has been applied.
"""
def main():
import sys
def f(a,b):
if a < 0:
return -1
return a-b
#
total = sys.maxsize - 2147483647
for i in range(100000):
total += f(i, 5)
#
return total
#
> self.run_and_check(main, [])
pypy/module/pypyjit/test_pypy_c/test_misc.py:312:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121: in run_and_check
log1 = self.run(src, args, threshold=-1) # without the JIT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004e943478>
func_or_src = <function main at 0x000000004a3ff3d0>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e9434b0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_overflow_checking.py', mode 'w' at 0x000000004cdf7020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_overflow_checking.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________________ TestMisc.test_global _____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004dd6be88>
def test_global(self):
# check that the global read is removed even from the entry bridge
log = self.run("""
i = 0
globalinc = 1
def main(n):
global i
while i < n:
l = globalinc # ID: globalread
i += l
> """, [1000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:324:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004dd6be88>
func_or_src = '\n i = 0\n globalinc = 1\n def main(n):\n global i\n while i < n:\n l = globalinc # ID: globalread\n i += l\n '
args = [1000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004dd820c8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_global.py', mode 'w' at 0x000000004ea742a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_global.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________________ TestMisc.test_eval ______________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004ca961a8>
def test_eval(self):
def main():
i = 1
a = compile('x+x+x+x+x+x', 'eval', 'eval')
b = {'x': 7}
while i < 1000:
y = eval(a, b, b) # ID: eval
i += 1
return y
> log = self.run(main)
pypy/module/pypyjit/test_pypy_c/test_misc.py:342:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004ca961a8>
func_or_src = <function main at 0x000000004e766020>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ca961e0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_eval.py', mode 'w' at 0x000000004e73a220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_eval.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________________ TestMisc.test_sys_exc_info __________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004ed074b0>
def test_sys_exc_info(self):
def main():
i = 1
lst = [i]
while i < 1000:
try:
return lst[i]
except:
e = sys.exc_info()[1] # ID: exc_info
if not isinstance(e, IndexError):
raise
i += 1
return 42
> log = self.run(main)
pypy/module/pypyjit/test_pypy_c/test_misc.py:362:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004ed074b0>
func_or_src = <function main at 0x000000004e7669f8>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ed077c0>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_sys_exc_info.py', mode 'w' at 0x000000004e73a820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_sys_exc_info.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestMisc.test_long_comparison _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000048428c28>
def test_long_comparison(self):
def main(n):
while n:
x = 12345678901234567890123456
x > 1231231231231231231231231 # ID: long_op
n -= 1
> log = self.run(main, [300])
pypy/module/pypyjit/test_pypy_c/test_misc.py:375:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000048428c28>
func_or_src = <function main at 0x000000004e767088>, args = [300]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000048428c60>, funcname = 'main'
arglist = '300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_long_comparison.py', mode 'w' at 0x000000004e73ab20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_long_comparison.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________________ TestMisc.test_settrace ____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000048c6e5d0>
def test_settrace(self):
def main(n):
import sys
sys.settrace(lambda *args, **kwargs: None)
def f():
return 1
while n:
n -= f()
> log = self.run(main, [300])
pypy/module/pypyjit/test_pypy_c/test_misc.py:390:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000048c6e5d0>
func_or_src = <function main at 0x000000004e767448>, args = [300]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000048c6e608>, funcname = 'main'
arglist = '300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_settrace.py', mode 'w' at 0x000000004e73ada0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_settrace.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________ TestMisc.test_forward_jump_absolute_doesnt_start_loops ____________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004c105328>
def test_forward_jump_absolute_doesnt_start_loops(self):
def main():
def f(x):
for i in range(x):
break # jump_absolute, forward
for i in range(1000000):
f(i)
> log = self.run(main, [])
pypy/module/pypyjit/test_pypy_c/test_misc.py:405:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004c105328>
func_or_src = <function main at 0x000000004e767c40>, args = []
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004c105a98>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_forward_jump_absolute_doesnt_start_loops.py', mode 'w' at 0x000000004e73b220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_forward_jump_absolute_doesnt_start_loops.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestMisc.test_stat_result_virtual _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004ce17c20>
def test_stat_result_virtual(self):
def main(n):
import os
res = 0
for i in range(n):
res += os.path.islink(__file__) # ID: islink
return res
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:416:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004ce17c20>
func_or_src = <function main at 0x000000004c510458>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ce17c58>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_stat_result_virtual.py', mode 'w' at 0x000000004e73b520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_stat_result_virtual.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________________ TestMisc.test_locals _____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000049e89280>
@pytest.mark.skipif("sys.maxint == 2 ** 31 - 1")
def test_locals(self):
def main(n):
res = 0
for i in range(n):
locals()["abc"] = 1
res += locals()["abc"] + locals()["i"]
return res
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:432:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000049e89280>
func_or_src = <function main at 0x000000004c510980>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049e892b8>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_locals.py', mode 'w' at 0x000000004e73b7a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_locals.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestMisc.test_locals_in_inlined_function ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x00000000496e80c8>
def test_locals_in_inlined_function(self):
def main(n):
def g():
locals()["ABC"] = True
return 1
res = 0
for i in range(n):
res += g()
return res
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:461:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x00000000496e80c8>
func_or_src = <function main at 0x000000004c511448>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x00000000496e8330>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_locals_in_inlined_function.py', mode 'w' at 0x000000004e73bca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_locals_in_inlined_function.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestMisc.test_sys_flags_access ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000046bef018>
def test_sys_flags_access(self):
def main(n):
import sys
x = 0
for i in range(n):
import sys
flags = sys.flags # ID: flags
x += flags.debug
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:474:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000046bef018>
func_or_src = <function main at 0x000000004bf68188>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000046bef050>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_sys_flags_access.py', mode 'w' at 0x00000000465c6020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_sys_flags_access.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________________ TestMisc.test_tuple_slice ___________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000003ffd2d08>
def test_tuple_slice(self):
def main(n):
t = (1, 2, 3, 4, 5, n)
res = 0
for i in range(n):
res += len(t[0:5:2]) # ID: getslice
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:485:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000003ffd2d08>
func_or_src = <function main at 0x000000004bf68638>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000003ffd2d40>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_tuple_slice.py', mode 'w' at 0x00000000465c62a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_tuple_slice.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestMisc.test_tuple_slice_virtual _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000043becbf0>
def test_tuple_slice_virtual(self):
def main(n):
t = (1, 2, 3, 4, 5, n)
res = 0
for i in range(n):
t = (1, 2, 3, 4, 5, n)
res += len(t[slice(0, 5)]) # ID: getslice
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:500:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x0000000043becbf0>
func_or_src = <function main at 0x000000004bf691f0>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000043bece58>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_tuple_slice_virtual.py', mode 'w' at 0x00000000465c6820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_tuple_slice_virtual.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________________ TestMisc.test_id_no_rbigint __________________________
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004405b590>
def test_id_no_rbigint(self):
def main(n):
l = [object() for i in range(n)]
res = 0
for obj in l:
res ^= id(obj) # ID: id
> log = self.run(main, [3000])
pypy/module/pypyjit/test_pypy_c/test_misc.py:514:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_misc.TestMisc object at 0x000000004405b590>
func_or_src = <function main at 0x000000004bf69808>, args = [3000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004405b5c8>, funcname = 'main'
arglist = '3000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_id_no_rbigint.py', mode 'w' at 0x00000000465c6ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_id_no_rbigint.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestShift.test_shift_intbound _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000044736ec8>
def test_shift_intbound(self):
def main(b):
res = 0
a = 0
while a < 300:
assert a >= 0
assert 0 <= b <= 10
val = a >> b
if val >= 0: # ID: rshift
res += 1
val = a << b
if val >= 0: # ID: lshift
res += 2
a += 1
return res
#
> log = self.run(main, [2])
pypy/module/pypyjit/test_pypy_c/test_shift.py:22:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000044736ec8>
func_or_src = <function main at 0x000000004bf69bc8>, args = [2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000044736f00>, funcname = 'main'
arglist = '2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_intbound.py', mode 'w' at 0x00000000465c70a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_intbound.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestShift.test_lshift_and_then_rshift _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000044dda2f8>
def test_lshift_and_then_rshift(self):
def main(b):
res = 0
a = 0
while res < 300:
assert 0 <= a <= 300
assert 0 <= b <= 10
res = (a << b) >> b # ID: shift
a += 1
return res
#
> log = self.run(main, [2])
pypy/module/pypyjit/test_pypy_c/test_shift.py:39:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000044dda2f8>
func_or_src = <function main at 0x000000004b3766b0>, args = [2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000044dda100>, funcname = 'main'
arglist = '2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lshift_and_then_rshift.py', mode 'w' at 0x00000000465c75a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lshift_and_then_rshift.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_division_to_rshift _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x00000000456d3868>
def test_division_to_rshift(self):
def main(b):
res = 0
a = 0
while a < 300:
res1 = a // b # ID: div
res2 = a // 2 # ID: shift
res3 = a // 11 # ID: mul
res += res1 + res2 + res3
a += 1
return res
#
> log = self.run(main, [3])
pypy/module/pypyjit/test_pypy_c/test_shift.py:58:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x00000000456d3868>
func_or_src = <function main at 0x000000004b377268>, args = [3]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x00000000456d39f0>, funcname = 'main'
arglist = '3'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_division_to_rshift.py', mode 'w' at 0x00000000465c77a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_division_to_rshift.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_modulo_optimization ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000045a4f1a0>
def test_modulo_optimization(self):
def main(b):
res = 0
a = 0
while a < 300:
res1 = a%b # ID: mod
res2 = a%2 # ID: and
res3 = a%11 # ID: mul
res += res1 + res2 + res3
a += 1
return res
#
> log = self.run(main, [3])
pypy/module/pypyjit/test_pypy_c/test_shift.py:94:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000045a4f1a0>
func_or_src = <function main at 0x000000004b3779e8>, args = [3]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000045a4f398>, funcname = 'main'
arglist = '3'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_modulo_optimization.py', mode 'w' at 0x00000000465c7b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_modulo_optimization.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestShift.test_division_to_rshift_allcases __________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000045c75cc8>
def test_division_to_rshift_allcases(self):
"""
This test only checks that we get the expected result, not that any
optimization has been applied.
"""
avalues = ('a', 'b', 7, -42, 8)
bvalues = ['b'] + range(-10, 0) + range(1,10)
code = ''
for a in avalues:
for b in bvalues:
code += ' sa += %s / %s\n' % (a, b)
src = """
def main(a, b):
i = sa = 0
while i < 300:
%s
i += 1
return sa
""" % code
> self.run_and_check(src, [ 10, 20])
pypy/module/pypyjit/test_pypy_c/test_shift.py:139:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121: in run_and_check
log1 = self.run(src, args, threshold=-1) # without the JIT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000045c75cc8>
func_or_src = '\n def main(a, b):\n i = sa = 0\n while i < 300:\n sa += a / b\n ...7\n sa += 8 / 8\n sa += 8 / 9\n\n i += 1\n return sa\n '
args = [10, 20], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045c75ef8>, funcname = 'main'
arglist = '10, 20'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_division_to_rshift_allcases.py', mode 'w' at 0x000000004b924020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_division_to_rshift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________________ TestShift.test_mod ______________________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000045fb94b0>
def test_mod(self):
"""
This test only checks that we get the expected result, not that any
optimization has been applied.
"""
avalues = ('a', 'b', 7, -42, 8)
bvalues = ['b'] + range(-10, 0) + range(1,10)
code = ''
for a in avalues:
for b in bvalues:
code += ' sa += %s %% %s\n' % (a, b)
src = """
def main(a, b):
i = sa = 0
while i < 2000:
if a > 0: pass
if 1 < b < 2: pass
%s
i += 1
return sa
""" % code
> self.run_and_check(src, [ 10, 20])
pypy/module/pypyjit/test_pypy_c/test_shift.py:164:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121: in run_and_check
log1 = self.run(src, args, threshold=-1) # without the JIT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x0000000045fb94b0>
func_or_src = '\n def main(a, b):\n i = sa = 0\n while i < 2000:\n if a > 0: pass\n ...7\n sa += 8 % 8\n sa += 8 % 9\n\n i += 1\n return sa\n '
args = [10, 20], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045fb9670>, funcname = 'main'
arglist = '10, 20'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mod.py', mode 'w' at 0x000000004b924420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_mod.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[0] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004620c2f8>, funcname = 'main'
arglist = '-4, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004b924820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[1] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046758678>, funcname = 'main'
arglist = '-4, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004b924da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[2] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000ffffa76d3670>, funcname = 'main'
arglist = '-4, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004b924fa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[3] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000473ab948>, funcname = 'main'
arglist = '-4, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004b9253a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[4] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046ecc448>, funcname = 'main'
arglist = '-4, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004b925720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[5] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004744a0c8>, funcname = 'main'
arglist = '-4, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004b925a20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[6] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000474c30f8>, funcname = 'main'
arglist = '-4, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa200a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[7] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004775cb48>, funcname = 'main'
arglist = '-4, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa20220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[8] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-4, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-4, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047acbd00>, funcname = 'main'
arglist = '-4, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa205a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestShift.test_shift_allcases[9] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047f39f30>, funcname = 'main'
arglist = '-3, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa20920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[10] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004886fa60>, funcname = 'main'
arglist = '-3, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa20c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[11] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047e29de0>, funcname = 'main'
arglist = '-3, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa21020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[12] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a8a3670>, funcname = 'main'
arglist = '-3, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa21420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[13] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b14ca68>, funcname = 'main'
arglist = '-3, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa21820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[14] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b0459f0>, funcname = 'main'
arglist = '-3, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004aa21c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[15] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004999abf0>, funcname = 'main'
arglist = '-3, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd62a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[16] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b173750>, funcname = 'main'
arglist = '-3, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd64a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[17] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-3, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-3, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049f44e90>, funcname = 'main'
arglist = '-3, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd6820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[18] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ce0ae58>, funcname = 'main'
arglist = '-2, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd6ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[19] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ced6800>, funcname = 'main'
arglist = '-2, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd6ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[20] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a2238d8>, funcname = 'main'
arglist = '-2, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd72a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[21] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000482238a0>, funcname = 'main'
arglist = '-2, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd7620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[22] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048e22170>, funcname = 'main'
arglist = '-2, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd79a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[23] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049bd00c8>, funcname = 'main'
arglist = '-2, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cd7ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[24] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cf12e90>, funcname = 'main'
arglist = '-2, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66c220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[25] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c451638>, funcname = 'main'
arglist = '-2, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66c520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[26] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-2, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-2, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000484e1f68>, funcname = 'main'
arglist = '-2, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66c820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[27] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049b07d00>, funcname = 'main'
arglist = '-1, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66cc20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[28] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a3cd478>, funcname = 'main'
arglist = '-1, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66cfa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[29] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047740250>, funcname = 'main'
arglist = '-1, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66d2a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[30] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000484d6090>, funcname = 'main'
arglist = '-1, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66d5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[31] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047de7e18>, funcname = 'main'
arglist = '-1, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66d8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[32] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000430c9520>, funcname = 'main'
arglist = '-1, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66dba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[33] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b74a288>, funcname = 'main'
arglist = '-1, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004c66df20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[34] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b7e1750>, funcname = 'main'
arglist = '-1, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cac2a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[35] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-1, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [-1, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049c4ee20>, funcname = 'main'
arglist = '-1, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cac5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[36] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a738598>, funcname = 'main'
arglist = '0, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cacba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[37] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b85d0c0>, funcname = 'main'
arglist = '0, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cacea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[38] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c3b6b80>, funcname = 'main'
arglist = '0, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cad2a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[39] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048dcc250>, funcname = 'main'
arglist = '0, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cad5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[40] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046e12c98>, funcname = 'main'
arglist = '0, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cad7a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[41] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047dcdbb0>, funcname = 'main'
arglist = '0, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cadaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[42] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049aa45d0>, funcname = 'main'
arglist = '0, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000047cadda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[43] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004955b590>, funcname = 'main'
arglist = '0, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4c1a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[44] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [0, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [0, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000460fbd70>, funcname = 'main'
arglist = '0, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4c4a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[45] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004be830c0>, funcname = 'main'
arglist = '1, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4c7a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[46] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047d7e2f8>, funcname = 'main'
arglist = '1, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4caa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[47] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000451c6100>, funcname = 'main'
arglist = '1, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4cea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[48] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049f7d248>, funcname = 'main'
arglist = '1, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4d2a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[49] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046de7398>, funcname = 'main'
arglist = '1, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4d5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[50] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000474bbe18>, funcname = 'main'
arglist = '1, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4d8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[51] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b3b1600>, funcname = 'main'
arglist = '1, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000046e4dc20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[52] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000485136e0>, funcname = 'main'
arglist = '1, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd6220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[53] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [1, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [1, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a418170>, funcname = 'main'
arglist = '1, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd63a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[54] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c5916a8>, funcname = 'main'
arglist = '2, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd6720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[55] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cad4288>, funcname = 'main'
arglist = '2, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd6b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[56] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000473e9590>, funcname = 'main'
arglist = '2, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd6e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[57] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b5f08a8>, funcname = 'main'
arglist = '2, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd7120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[58] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d2508a8>, funcname = 'main'
arglist = '2, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd7520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[59] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d5a0d08>, funcname = 'main'
arglist = '2, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd7820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[60] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004da15440>, funcname = 'main'
arglist = '2, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd7b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[61] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004deedf30>, funcname = 'main'
arglist = '2, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048fd7e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[62] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [2, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [2, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e130fe0>, funcname = 'main'
arglist = '2, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a21a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[63] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049c82170>, funcname = 'main'
arglist = '3, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a2520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[64] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e6db3d0>, funcname = 'main'
arglist = '3, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a2820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[65] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e660870>, funcname = 'main'
arglist = '3, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a2a20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[66] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004deb71a0>, funcname = 'main'
arglist = '3, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a2e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[67] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dbb46e8>, funcname = 'main'
arglist = '3, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a3120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[68] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d1718d8>, funcname = 'main'
arglist = '3, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a3520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[69] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bab8790>, funcname = 'main'
arglist = '3, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a3820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[70] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d2110c0>, funcname = 'main'
arglist = '3, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a3b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[71] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [3, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [3, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004eac3018>, funcname = 'main'
arglist = '3, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000468a3e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[72] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 0], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 0]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b2004f0>, funcname = 'main'
arglist = '4, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000489661a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[73] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 1], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 1]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ba35d70>, funcname = 'main'
arglist = '4, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048966520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[74] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 2], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 2]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d07f360>, funcname = 'main'
arglist = '4, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048966820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[75] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 31], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 31]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e3eadb0>, funcname = 'main'
arglist = '4, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048966b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[76] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 32], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 32]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e7fe560>, funcname = 'main'
arglist = '4, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048966e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[77] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 33], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 33]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d20b9f0>, funcname = 'main'
arglist = '4, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000489671a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[78] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 61], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 61]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dbd5248>, funcname = 'main'
arglist = '4, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048967520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[79] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 62], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 62]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c92a790>, funcname = 'main'
arglist = '4, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000489678a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[80] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [4, 63], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>, args = [4, 63]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c1dbd70>, funcname = 'main'
arglist = '4, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048967ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[81] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 0]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 0], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004afd9328>, funcname = 'main'
arglist = '-9223372036854775808, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048648020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[82] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 1]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 1], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004abc2950>, funcname = 'main'
arglist = '-9223372036854775808, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048648320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[83] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 2]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 2], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d2ba640>, funcname = 'main'
arglist = '-9223372036854775808, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048648820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[84] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 31]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 31], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dd0b2f0>, funcname = 'main'
arglist = '-9223372036854775808, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000486489a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[85] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 32]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 32], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dadea30>, funcname = 'main'
arglist = '-9223372036854775808, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048648d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[86] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 33]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 33], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e436170>, funcname = 'main'
arglist = '-9223372036854775808, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000486492a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[87] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 61]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 61], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d3a5750>, funcname = 'main'
arglist = '-9223372036854775808, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x00000000486495a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[88] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 62]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 62], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cb228e0>, funcname = 'main'
arglist = '-9223372036854775808, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048649aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[89] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775808, 63]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775808, 63], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d4ca4f0>, funcname = 'main'
arglist = '-9223372036854775808, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048649c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[90] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 0]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 0], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a4c3d70>, funcname = 'main'
arglist = '-9223372036854775807, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048649f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[91] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 1]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 1], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dc5f408>, funcname = 'main'
arglist = '-9223372036854775807, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4e3a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[92] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 2]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 2], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e9ecaa0>, funcname = 'main'
arglist = '-9223372036854775807, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4e6a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[93] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 31]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 31], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ea18f00>, funcname = 'main'
arglist = '-9223372036854775807, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4eba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[94] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 32]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 32], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bb96aa0>, funcname = 'main'
arglist = '-9223372036854775807, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4eda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[95] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 33]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 33], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004eca43d8>, funcname = 'main'
arglist = '-9223372036854775807, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4f0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[96] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 61]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 61], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d69bb78>, funcname = 'main'
arglist = '-9223372036854775807, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4f4a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[97] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 62]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 62], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ed64b10>, funcname = 'main'
arglist = '-9223372036854775807, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4faa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[98] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [-9223372036854775807, 63]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [-9223372036854775807, 63], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d76fb78>, funcname = 'main'
arglist = '-9223372036854775807, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000048f4fc20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[99] _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 0]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 0], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e5356e0>, funcname = 'main'
arglist = '9223372036854775806, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000049d94020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[100] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 1]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 1], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e33ec60>, funcname = 'main'
arglist = '9223372036854775806, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000049d94520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[101] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 2]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 2], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d000918>, funcname = 'main'
arglist = '9223372036854775806, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000049d948a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[102] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 31]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 31], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bc34528>, funcname = 'main'
arglist = '9223372036854775806, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x0000000049d94ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[103] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 32]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 32], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e8ee1a8>, funcname = 'main'
arglist = '9223372036854775806, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004e8f8120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[104] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 33]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 33], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004da1f830>, funcname = 'main'
arglist = '9223372036854775806, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004e8f8420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[105] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 61]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 61], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d910e90>, funcname = 'main'
arglist = '9223372036854775806, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea74120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[106] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 62]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 62], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e907c58>, funcname = 'main'
arglist = '9223372036854775806, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea744a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[107] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775806, 63]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775806, 63], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cf88100>, funcname = 'main'
arglist = '9223372036854775806, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea74820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[108] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 0]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 0], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047662e90>, funcname = 'main'
arglist = '9223372036854775807, 0'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea74b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[109] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 1]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 1], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049dd5750>, funcname = 'main'
arglist = '9223372036854775807, 1'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea74e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[110] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 2]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 2], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ac8f7c0>, funcname = 'main'
arglist = '9223372036854775807, 2'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea75120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[111] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 31]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 31], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000499d8608>, funcname = 'main'
arglist = '9223372036854775807, 31'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea75420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[112] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 32]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 32], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ce6c870>, funcname = 'main'
arglist = '9223372036854775807, 32'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea757a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[113] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 33]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 33], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047b8e758>, funcname = 'main'
arglist = '9223372036854775807, 33'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea75aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[114] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 61]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 61], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048b91558>, funcname = 'main'
arglist = '9223372036854775807, 61'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004ea75da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[115] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 62]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 62], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004396c090>, funcname = 'main'
arglist = '9223372036854775807, 62'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004227e120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestShift.test_shift_allcases[116] ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
src = <function main at 0x0000000041339538>, args = [9223372036854775807, 63]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a3a0>
func_or_src = <function main at 0x0000000041339538>
args = [9223372036854775807, 63], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000040e9bbe8>, funcname = 'main'
arglist = '9223372036854775807, 63'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py', mode 'w' at 0x000000004227e5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[0] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000ffffa75f3520>, funcname = 'main'
arglist = '1, -10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004227eaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[1] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043592e90>, funcname = 'main'
arglist = '1, -10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004227eda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[2] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043b35be8>, funcname = 'main'
arglist = '1, -10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004227f1a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[3] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000043e414b0>, funcname = 'main'
arglist = '1, -10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004227f5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[4] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004406ae90>, funcname = 'main'
arglist = '1, 10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004227fa20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[5] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045413d70>, funcname = 'main'
arglist = '1, 10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004227fe20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[6] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000459be800>, funcname = 'main'
arglist = '1, 10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000045ea82a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[7] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045853750>, funcname = 'main'
arglist = '1, 10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000045ea9aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[8] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045c7fa98>, funcname = 'main'
arglist = '1, -201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f860a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[9] ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000045f98838>, funcname = 'main'
arglist = '1, -201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f866a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[10] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -201, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004611f248>, funcname = 'main'
arglist = '1, -201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f86b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[11] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046296058>, funcname = 'main'
arglist = '1, -201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f86ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[12] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000464879b8>, funcname = 'main'
arglist = '1, 201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f872a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[13] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046d604f0>, funcname = 'main'
arglist = '1, 201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f877a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[14] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 201, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046fa08e0>, funcname = 'main'
arglist = '1, 201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000047f87ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[15] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000471272f0>, funcname = 'main'
arglist = '1, 201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b846020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[16] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000474c2db0>, funcname = 'main'
arglist = '1, -3074457345618258603, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b846420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[17] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047096c98>, funcname = 'main'
arglist = '1, -3074457345618258603, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b846b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[18] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004789c6b0>, funcname = 'main'
arglist = '1, -3074457345618258603, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b846e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[19] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, -3074457345618258603, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047d7aa68>, funcname = 'main'
arglist = '1, -3074457345618258603, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b847220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[20] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000486bf4e8>, funcname = 'main'
arglist = '1, 3074457345618258602, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b8476a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[21] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048ca95c8>, funcname = 'main'
arglist = '1, 3074457345618258602, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b847aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[22] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000491e8db0>, funcname = 'main'
arglist = '1, 3074457345618258602, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004b847f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[23] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [1, 3074457345618258602, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004affb0c0>, funcname = 'main'
arglist = '1, 3074457345618258602, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048e52420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[24] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b415c90>, funcname = 'main'
arglist = '4, -10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048e529a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[25] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048209cc8>, funcname = 'main'
arglist = '4, -10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048e52e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[26] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a90be50>, funcname = 'main'
arglist = '4, -10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048e532a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[27] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047e5a838>, funcname = 'main'
arglist = '4, -10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048e53da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[28] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000484c3fa0>, funcname = 'main'
arglist = '4, 10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486dc320>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[29] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ceb68e0>, funcname = 'main'
arglist = '4, 10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486dc820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[30] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c52e3d8>, funcname = 'main'
arglist = '4, 10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486dcca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[31] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c0b8d78>, funcname = 'main'
arglist = '4, 10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486dd3a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[32] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048018250>, funcname = 'main'
arglist = '4, -201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486dd8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[33] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049bb0c98>, funcname = 'main'
arglist = '4, -201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486ddd20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[34] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -201, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004be55788>, funcname = 'main'
arglist = '4, -201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486e84a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[35] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ae9c090>, funcname = 'main'
arglist = '4, -201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486e8920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[36] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000490b9558>, funcname = 'main'
arglist = '4, 201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486e9020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[37] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000465b8d08>, funcname = 'main'
arglist = '4, 201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486e94a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[38] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 201, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a3c3440>, funcname = 'main'
arglist = '4, 201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486e99a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[39] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c49d210>, funcname = 'main'
arglist = '4, 201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000486e9e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[40] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004867dc90>, funcname = 'main'
arglist = '4, -3074457345618258603, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000487bc6a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[41] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048c25b40>, funcname = 'main'
arglist = '4, -3074457345618258603, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000487bcaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[42] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000498c1248>, funcname = 'main'
arglist = '4, -3074457345618258603, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000487bd0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[43] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, -3074457345618258603, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c6cb830>, funcname = 'main'
arglist = '4, -3074457345618258603, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000487bd820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[44] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a5ffe50>, funcname = 'main'
arglist = '4, 3074457345618258602, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000487bdda0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[45] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049c5abf0>, funcname = 'main'
arglist = '4, 3074457345618258602, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004bec2520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[46] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ac901a8>, funcname = 'main'
arglist = '4, 3074457345618258602, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004bec2ba0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[47] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [4, 3074457345618258602, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b86eec8>, funcname = 'main'
arglist = '4, 3074457345618258602, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004bec3220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[48] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000484a9a98>, funcname = 'main'
arglist = '8, -10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004bec37a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[49] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000047a3c1e0>, funcname = 'main'
arglist = '8, -10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000046ff2720>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[50] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b752598>, funcname = 'main'
arglist = '8, -10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000046ff2d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[51] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a798250>, funcname = 'main'
arglist = '8, -10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000046ff31a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[52] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000049a99130>, funcname = 'main'
arglist = '8, 10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000046ff36a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[53] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b121360>, funcname = 'main'
arglist = '8, 10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000046ff3c20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[54] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048ee0bb8>, funcname = 'main'
arglist = '8, 10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000490ae520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[55] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b4b7da8>, funcname = 'main'
arglist = '8, 10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000490ae8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[56] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048037e88>, funcname = 'main'
arglist = '8, -201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000490aed20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[57] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000040a4f590>, funcname = 'main'
arglist = '8, -201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000490af220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[58] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -201, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000044dc4330>, funcname = 'main'
arglist = '8, -201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000490af7a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[59] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c526d40>, funcname = 'main'
arglist = '8, -201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000490afe20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[60] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cd485d0>, funcname = 'main'
arglist = '8, 201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004a1f4420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[61] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000046f0a288>, funcname = 'main'
arglist = '8, 201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004a1f48a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[62] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 201, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x0000000048a12ad8>, funcname = 'main'
arglist = '8, 201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004a1f4d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[63] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000473e8480>, funcname = 'main'
arglist = '8, 201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004a1f52a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[64] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004a8ec528>, funcname = 'main'
arglist = '8, -3074457345618258603, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004a1f58a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[65] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000488b09c0>, funcname = 'main'
arglist = '8, -3074457345618258603, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004a1f5da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[66] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004cbc1fa0>, funcname = 'main'
arglist = '8, -3074457345618258603, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cd903a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[67] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, -3074457345618258603, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c184368>, funcname = 'main'
arglist = '8, -3074457345618258603, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cd90820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[68] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004deed948>, funcname = 'main'
arglist = '8, 3074457345618258602, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cd90d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[69] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e130528>, funcname = 'main'
arglist = '8, 3074457345618258602, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cd911a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[70] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e5163d8>, funcname = 'main'
arglist = '8, 3074457345618258602, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cd916a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[71] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [8, 3074457345618258602, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e7af638>, funcname = 'main'
arglist = '8, 3074457345618258602, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cd91d20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[72] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e801f30>, funcname = 'main'
arglist = '100, -10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000489703a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[73] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bae08e0>, funcname = 'main'
arglist = '100, -10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048970820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[74] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -10, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dbd3558>, funcname = 'main'
arglist = '100, -10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048970f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[75] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d98a020>, funcname = 'main'
arglist = '100, -10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x00000000489713a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[76] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 10, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 10, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c7b7558>, funcname = 'main'
arglist = '100, 10, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048971920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[77] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 10, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 10, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e25d9b8>, funcname = 'main'
arglist = '100, 10, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000048971ea0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[78] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 10, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 10, -3074457345618258603, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d7dc250>, funcname = 'main'
arglist = '100, 10, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049da84a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[79] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 10, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 10, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d4649f8>, funcname = 'main'
arglist = '100, 10, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049da8920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[80] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004de67210>, funcname = 'main'
arglist = '100, -201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049da8e20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[81] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004dd0b830>, funcname = 'main'
arglist = '100, -201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049da95a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[82] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -201, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004bbb7ad0>, funcname = 'main'
arglist = '100, -201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049da98a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[83] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -201, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e534330>, funcname = 'main'
arglist = '100, -201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049f40120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[84] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 201, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 201, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000492c91d8>, funcname = 'main'
arglist = '100, 201, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049f406a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[85] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 201, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 201, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d0ac870>, funcname = 'main'
arglist = '100, 201, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049f40b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[86] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 201, -3074457345618258603, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 201, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e402d40>, funcname = 'main'
arglist = '100, 201, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049f41120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[87] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 201, 3074457345618258602, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 201, 3074457345618258602, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004b9fc3a0>, funcname = 'main'
arglist = '100, 201, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049f415a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[88] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, -10, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004d1e1e88>, funcname = 'main'
arglist = '100, -3074457345618258603, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x0000000049f41aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[89] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x00000000497436a8>, funcname = 'main'
arglist = '100, -3074457345618258603, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004ed261a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[90] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004e7d4368>, funcname = 'main'
arglist = '100, -3074457345618258603, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004ed26a20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[91] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, -3074457345618258603, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c579558>, funcname = 'main'
arglist = '100, -3074457345618258603, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004ed26da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[92] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, -10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, -10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c1e2c98>, funcname = 'main'
arglist = '100, 3074457345618258602, -10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004ed27220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[93] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, 10, 9223372036854775807], jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, 10, 9223372036854775807], import_site = False
discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004afca368>, funcname = 'main'
arglist = '100, 3074457345618258602, 10, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004ed276a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[94] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, -3074457345618258603, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, -3074457345618258603, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004ba759b8>, funcname = 'main'
arglist = '100, 3074457345618258602, -3074457345618258603, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004ed27b20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestShift.test_revert_shift_allcases[95] ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, 3074457345618258602, 9223372036854775807]
jitopts = {}
def run_and_check(self, src, args=[], **jitopts):
> log1 = self.run(src, args, threshold=-1) # without the JIT
pypy/module/pypyjit/test_pypy_c/test_00_model.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_shift.TestShift object at 0x000000004138a138>
func_or_src = <function main at 0x0000000041339448>
args = [100, 3074457345618258602, 3074457345618258602, 9223372036854775807]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': -1}
src = <py._code.source.Source object at 0x000000004c0262f8>, funcname = 'main'
arglist = '100, 3074457345618258602, 3074457345618258602, 9223372036854775807'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py', mode 'w' at 0x000000004cdf6120>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_revert_shift_allcases.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestString.test_python3_missing_bchr _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004daf75c8>
def test_python3_missing_bchr(self):
# Check that 'bytes([i])' is special-cased into something
# efficient, as Python 3.5 doesn't have a bchr() function or
# anything more direct.
def main(n):
i = 0
result = b''
while i < n:
c = bytes([i])
result += c
i += 1
return i
> log = self.run(main, [255])
pypy/module/pypyjit/test_pypy_c/test_string.py:23:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004daf75c8>
func_or_src = <function main at 0x000000004ed35088>, args = [255]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004daf7868>, funcname = 'main'
arglist = '255'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_python3_missing_bchr.py', mode 'w' at 0x000000004cdf6620>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_python3_missing_bchr.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________ TestString.test_lookup_default_encoding ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004d2f2250>
def test_lookup_default_encoding(self):
def main(n):
i = 0
letters = b'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
uletters = u'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
while i < n:
c = bytes([letters[i % len(uletters)]])
i += (c.decode() == uletters[i % len(uletters)])
return i
> log = self.run(main, [300], import_site=True)
pypy/module/pypyjit/test_pypy_c/test_string.py:56:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004d2f2250>
func_or_src = <function main at 0x000000004ed35970>, args = [300]
import_site = True, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d2f24b8>, funcname = 'main'
arglist = '300'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lookup_default_encoding.py', mode 'w' at 0x000000004cdf69a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lookup_default_encoding.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________________ TestString.test_int_base_16 __________________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004c98cd08>
def test_int_base_16(self):
def main(n):
i = 1
while i < n:
digits = '0123456789'
i += int(digits[i % len(digits)], 16)
return i
> log = self.run(main, [1100], import_site=True)
pypy/module/pypyjit/test_pypy_c/test_string.py:95:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004c98cd08>
func_or_src = <function main at 0x0000000046bfb448>, args = [1100]
import_site = True, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004c98cf38>, funcname = 'main'
arglist = '1100'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_int_base_16.py', mode 'w' at 0x000000004cdf6ca0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_int_base_16.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________________________ TestString.test_str_mod ____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e69b8d8>
def test_str_mod(self):
def main(n):
s = 0
while n > 0:
s += len('%d %d' % (n, n))
n -= 1
return s
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:137:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e69b8d8>
func_or_src = <function main at 0x0000000046bfb970>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e69b910>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_str_mod.py', mode 'w' at 0x000000004cdf6f20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_str_mod.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________ TestString.test_remove_duplicate_method_calls_bytes ______________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004a4ec608>
def test_remove_duplicate_method_calls_bytes(self):
def main(n):
lst = []
for i in range(n):
s = b'Hello %d' % i
t = s.lower() # ID: callone
u = s.lower() # ID: calltwo
lst.append(t)
lst.append(u)
return len(b','.join(lst))
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:192:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004a4ec608>
func_or_src = <function main at 0x00000000411ad9e8>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004a4ec640>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_remove_duplicate_method_calls_bytes.py', mode 'w' at 0x000000004cdf72a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_remove_duplicate_method_calls_bytes.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________ TestString.test_remove_duplicate_method_calls_unicode _____________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e9aa138>
def test_remove_duplicate_method_calls_unicode(self):
def main(n):
lst = []
for i in range(n):
s = u'H\xe4llo %d' % i
t = s.lower() # ID: callone
u = s.lower() # ID: calltwo
lst.append(t)
lst.append(u)
return len(u','.join(lst))
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e9aa138>
func_or_src = <function main at 0x000000004130c5c0>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e9aa2f8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_remove_duplicate_method_calls_unicode.py', mode 'w' at 0x000000004cdf7920>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_remove_duplicate_method_calls_unicode.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________________ TestString.test_lookup_codec _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x0000000049e8f050>
def test_lookup_codec(self):
log = self.run("""
import codecs
def main(n):
for i in range(n):
codecs.lookup('utf8')
return i
> """, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:254:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x0000000049e8f050>
func_or_src = "\n import codecs\n\n def main(n):\n for i in range(n):\n codecs.lookup('utf8')\n return i\n "
args = [1000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049e8f088>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lookup_codec.py', mode 'w' at 0x0000000048e6c020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lookup_codec.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________________________ TestString.test_decode_ascii _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e104870>
def test_decode_ascii(self):
log = self.run("""
def main(n):
for i in range(n):
(b"x" * (i & 15)).decode('ascii')
return i
> """, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:272:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e104870>
func_or_src = '\n def main(n):\n for i in range(n):\n (b"x" * (i & 15)).decode(\'ascii\')\n return i\n '
args = [1000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e1048a8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_decode_ascii.py', mode 'w' at 0x0000000048e6cd20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_decode_ascii.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________ TestString.test_unicode_indexing_makes_no_bridges _______________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x0000000048084c98>
def test_unicode_indexing_makes_no_bridges(self):
log = self.run(r"""
u = 'abä👨👩👧👦 ' * 1000
def main():
for j in range(10):
for i in range(len(u)):
u[i] # ID: index0
> """, [])
pypy/module/pypyjit/test_pypy_c/test_string.py:303:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x0000000048084c98>
func_or_src = "\n u = 'ab\xc3\xa4\xf0\x9f\x91\xa8\xe2\x80\x8d\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\x91\xa7\xe2\x80\x8d\xf0\x9f... for j in range(10):\n for i in range(len(u)):\n u[i] # ID: index0\n "
args = [], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000048084e58>, funcname = 'main'
arglist = ''
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_indexing_makes_no_bridges.py', mode 'w' at 0x0000000048e6d820>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_indexing_makes_no_bridges.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
___________ TestString.test_unicode_indexing_small_constant_indices ____________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004ddaa870>
def test_unicode_indexing_small_constant_indices(self):
log = self.run("""
l = [u"abä", u"cdä", u"äü", u"éé", u"–—¿"] * 1000
def main(n):
global s
for u in l:
s = u[0] + u[1] + u[-1] # ID: index
len(u)
return len(s)
> """, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:318:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004ddaa870>
func_or_src = '\n l = [u"ab\xc3\xa4", u"cd\xc3\xa4", u"\xc3\xa4\xc3\xbc", u"\xc3\xa9\xc3\xa9", u"\xe2\x80\x93\xe2\x80\x94\xc2...n l:\n s = u[0] + u[1] + u[-1] # ID: index\n len(u)\n return len(s)\n '
args = [1000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ddaaad8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_indexing_small_constant_indices.py', mode 'w' at 0x0000000048e6db20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_indexing_small_constant_indices.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________ TestString.test_unicode_slicing_small_constant_indices ____________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004ecde918>
def test_unicode_slicing_small_constant_indices(self):
log = self.run("""
def main(n):
u = 'abä👨👩👧👦 ' * 1000
global s
count = 0
while u:
u = u[1:] # ID: index
count += 1
return count
> """, [1000])
pypy/module/pypyjit/test_pypy_c/test_string.py:353:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004ecde918>
func_or_src = "\n def main(n):\n u = 'ab\xc3\xa4\xf0\x9f\x91\xa8\xe2\x80\x8d\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\x... while u:\n u = u[1:] # ID: index\n count += 1\n return count\n "
args = [1000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ecdeb10>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_slicing_small_constant_indices.py', mode 'w' at 0x0000000048e6de20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_slicing_small_constant_indices.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestString.test_decode_encode _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004d66bc20>
def test_decode_encode(self):
log = self.run(r"""
def main(n):
global s
u = b'ab\xc3\xa4\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\x91\xa9\xe2\x80\x8d\xf0\x9f\x91\xa7\xe2\x80\x8d\xf0\x9f\x91\xa6'.decode("utf-8")
count = 0
for i in range(n):
b = (u + str(i)).encode("utf-8")
u = b.decode("utf-8") # ID: decode
count += 1
return count
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:378:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004d66bc20>
func_or_src = '\n def main(n):\n global s\n u = b\'ab\\xc3\\xa4\\xf0\\x9f\\x91\\xa9\\xe2\\x80\\x8d\\xf0...")\n u = b.decode("utf-8") # ID: decode\n count += 1\n return count\n '
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004d66bc58>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_decode_encode.py', mode 'w' at 0x000000004ad12220>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_decode_encode.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________________ TestString.test_find _____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004ec1ad40>
def test_find(self):
log = self.run("""
def main(n):
global s
b = b'abaaac' * 10000
count = 0
start = 0
while 1:
start = b.find(b'a', start)
if start < 0:
break
b[start] # ID: index
count += 1
start += 1
return count
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:402:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004ec1ad40>
func_or_src = "\n def main(n):\n global s\n b = b'abaaac' * 10000\n count = 0\n s... b[start] # ID: index\n count += 1\n start += 1\n return count\n "
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ec1af00>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_find.py', mode 'w' at 0x000000004eaa81a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_find.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
__________________ TestString.test_strip_doesnt_escape_bytes ___________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004eb20c60>
def test_strip_doesnt_escape_bytes(self):
log = self.run("""
def main(n):
l = [bytes(x) for x in range(10000)]
res = 0
for data in l:
res += len(data.strip(b'1')) # ID: striparg
for data in l:
res += len(data.strip()) # ID: stripnone
return res
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:421:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004eb20c60>
func_or_src = '\n def main(n):\n l = [bytes(x) for x in range(10000)]\n res = 0\n for data i... for data in l:\n res += len(data.strip()) # ID: stripnone\n return res\n '
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004eb20de8>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_strip_doesnt_escape_bytes.py', mode 'w' at 0x000000004e8f81a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_strip_doesnt_escape_bytes.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________ TestString.test_unicode_strip_doesnt_escape_uniobject _____________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004da1e3a0>
def test_unicode_strip_doesnt_escape_uniobject(self):
log = self.run("""
def main(n):
uni = bytes(bytearray([0xc3, 0xa4])).decode("utf-8")
l = [str(x) + uni + str(x) for x in range(10000)]
res = 0
for data in l:
res += len(data.strip(u'1')) # ID: stripnone
for data in l:
res += len(data.strip()) # ID: striparg
return res
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:443:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004da1e3a0>
func_or_src = '\n def main(n):\n uni = bytes(bytearray([0xc3, 0xa4])).decode("utf-8")\n l = [str(x) + u...n for data in l:\n res += len(data.strip()) # ID: striparg\n return res\n '
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004da1e3d8>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_strip_doesnt_escape_uniobject.py', mode 'w' at 0x000000004e8f8520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_strip_doesnt_escape_uniobject.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________ TestString.test_unicode_strip_doesnt_escape_uniobject_ascii __________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e0d68e0>
def test_unicode_strip_doesnt_escape_uniobject_ascii(self):
log = self.run("""
def main(n):
l = [str(x) for x in range(10000)]
res = 0
for data in l:
res += len(data.strip(u'1')) # ID: stripnone
for data in l:
res += len(data.strip()) # ID: striparg
return res
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004e0d68e0>
func_or_src = '\n def main(n):\n l = [str(x) for x in range(10000)]\n res = 0\n for data in ...n for data in l:\n res += len(data.strip()) # ID: striparg\n return res\n '
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004e0d69c0>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_strip_doesnt_escape_uniobject_ascii.py', mode 'w' at 0x000000004e8f8aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_strip_doesnt_escape_uniobject_ascii.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_________ TestString.test_unicode_splitlines_doesnt_allocate_uniobject _________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004edb9c58>
def test_unicode_splitlines_doesnt_allocate_uniobject(self):
log = self.run("""
def main(n):
res = 0
for i in range(n):
data = str(i) + "\\n"
res += len(data.splitlines()) # ID: splitlines
return res
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:485:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x000000004edb9c58>
func_or_src = '\n def main(n):\n res = 0\n for i in range(n):\n data = str(i) + "\\n"\n res += len(data.splitlines()) # ID: splitlines\n return res\n '
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004edb9de0>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_splitlines_doesnt_allocate_uniobject.py', mode 'w' at 0x000000004e8f9020>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unicode_splitlines_doesnt_allocate_uniobject.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________ TestString.test_textiowrapper_write_is_inlined ________________
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x0000000047c19d38>
def test_textiowrapper_write_is_inlined(self):
log = self.run("""
def main(n):
import io
tw = io.TextIOWrapper(io.BytesIO())
for i in range(n):
tw.write('a')
> """, [10000])
pypy/module/pypyjit/test_pypy_c/test_string.py:497:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_string.TestString object at 0x0000000047c19d38>
func_or_src = "\n def main(n):\n import io\n tw = io.TextIOWrapper(io.BytesIO())\n for i in range(n):\n tw.write('a')\n "
args = [10000], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000047c19f30>, funcname = 'main'
arglist = '10000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_textiowrapper_write_is_inlined.py', mode 'w' at 0x000000004e8f9420>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_textiowrapper_write_is_inlined.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestStruct.test_struct_function ________________________
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x0000000048457d70>
def test_struct_function(self):
def main(n):
import struct
i = 1
while i < n:
buf = struct.pack("<i", i) # ID: pack
x = struct.unpack("<i", buf)[0] # ID: unpack
i += x // i
return i
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_struct.py:27:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x0000000048457d70>
func_or_src = <function main at 0x00000000473cf100>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000048457da8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_struct_function.py', mode 'w' at 0x000000004e8f9aa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_struct_function.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
________________________ TestStruct.test_struct_object _________________________
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x00000000479d7b08>
def test_struct_object(self):
def main(n):
import struct
s = struct.Struct("ii")
i = 1
while i < n:
buf = s.pack(-1, i) # ID: pack
x = s.unpack(buf)[1] # ID: unpack
i += x // i
return i
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_struct.py:95:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x00000000479d7b08>
func_or_src = <function main at 0x0000000047b3e5c0>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x00000000479d7b40>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_struct_object.py', mode 'w' at 0x000000004e8f9da0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_struct_object.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
______________________ TestStruct.test_unpack_raw_buffer _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x000000004a3c8db0>
def test_unpack_raw_buffer(self):
def main(n):
import array
import struct
buf = struct.pack('H', 0x1234)
buf = array.array('b', buf)
i = 1
res = 0
while i < n:
val = struct.unpack("h", buf)[0] # ID: unpack
res += val
i += 1
return res
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_struct.py:130:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x000000004a3c8db0>
func_or_src = <function main at 0x0000000047b3ea70>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004a3c8de8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unpack_raw_buffer.py', mode 'w' at 0x0000000048f4e0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unpack_raw_buffer.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_______________________ TestStruct.test_unpack_bytearray _______________________
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x000000004ce8c758>
def test_unpack_bytearray(self):
def main(n):
import struct
buf = struct.pack('H', 0x1234)
buf = bytearray(buf)
i = 1
res = 0
while i < n:
val = struct.unpack("h", buf)[0] # ID: unpack
res += val
i += 1
return res
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_struct.py:150:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x000000004ce8c758>
func_or_src = <function main at 0x0000000047b3f088>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004ce8c8e0>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unpack_bytearray.py', mode 'w' at 0x0000000048f4e5a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_unpack_bytearray.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestStruct.test_pack_into_raw_buffer _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x0000000047b8f910>
def test_pack_into_raw_buffer(self):
def main(n):
import array
import struct
buf = array.array('b', b'\x00'*8)
i = 1
while i < n:
struct.pack_into("h", buf, 4, i) # ID: pack_into
i += 1
return i
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_struct.py:172:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x0000000047b8f910>
func_or_src = <function main at 0x0000000047b3f718>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000047b8f948>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_pack_into_raw_buffer.py', mode 'w' at 0x0000000048f4e6a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_pack_into_raw_buffer.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestStruct.test_pack_into_bytearray ______________________
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x000000004a51a6b0>
def test_pack_into_bytearray(self):
def main(n):
import struct
buf = bytearray(8)
i = 1
while i < n:
struct.pack_into("h", buf, 4, i) # ID: pack_into
i += 1
return i
> log = self.run(main, [1000])
pypy/module/pypyjit/test_pypy_c/test_struct.py:191:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_struct.TestStruct object at 0x000000004a51a6b0>
func_or_src = <function main at 0x00000000436ac278>, args = [1000]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x000000004a51a6e8>, funcname = 'main'
arglist = '1000'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_pack_into_bytearray.py', mode 'w' at 0x0000000048f4e8a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_pack_into_bytearray.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________________ TestThread.test_simple ____________________________
self = <pypy.module.pypyjit.test_pypy_c.test_thread.TestThread object at 0x0000000049598b10>
def test_simple(self):
def main(n):
try:
import _thread as thread
except ImportError:
import thread
def f():
i = 0
while i < n:
i += 1
done.release()
done = thread.allocate_lock()
done.acquire()
thread.start_new_thread(f, ())
done.acquire()
return 0
> log = self.run(main, [500])
pypy/module/pypyjit/test_pypy_c/test_thread.py:22:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_thread.TestThread object at 0x0000000049598b10>
func_or_src = <function main at 0x000000004ca82548>, args = [500]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049598b48>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_simple.py', mode 'w' at 0x0000000048f4eaa0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_simple.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________________ TestThread.test_tls ______________________________
self = <pypy.module.pypyjit.test_pypy_c.test_thread.TestThread object at 0x0000000049598fe0>
def test_tls(self):
def main(n):
try:
from _thread import _local
except ImportError:
from thread import _local
local = _local()
local.x = "abc" # prevent type unboxing
local.x = 1
i = 0
while i < n:
i += local.x
return 0
> log = self.run(main, [500])
pypy/module/pypyjit/test_pypy_c/test_thread.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_thread.TestThread object at 0x0000000049598fe0>
func_or_src = <function main at 0x000000004ca826b0>, args = [500]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049598bb8>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_tls.py', mode 'w' at 0x0000000048f4ef20>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_tls.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
_____________________ TestThread.test_lock_acquire_release _____________________
self = <pypy.module.pypyjit.test_pypy_c.test_thread.TestThread object at 0x0000000049599a60>
def test_lock_acquire_release(self):
def main(n):
import threading
lock = threading.Lock()
while n > 0:
with lock:
n -= 1
> log = self.run(main, [500])
pypy/module/pypyjit/test_pypy_c/test_thread.py:66:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_thread.TestThread object at 0x0000000049599a60>
func_or_src = <function main at 0x000000004ca82db8>, args = [500]
import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000049599c20>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lock_acquire_release.py', mode 'w' at 0x0000000048f4f0a0>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_lock_acquire_release.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
____________________ TestThread.test_make_ref_with_callback ____________________
self = <pypy.module.pypyjit.test_pypy_c.test_weakref.TestThread object at 0x0000000049b51ef8>
def test_make_ref_with_callback(self):
log = self.run("""
import weakref
class Dummy(object):
pass
def noop(obj):
pass
def main(n):
obj = Dummy()
for i in range(n):
weakref.ref(obj, noop)
> """, [500])
pypy/module/pypyjit/test_pypy_c/test_weakref.py:19:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.pypyjit.test_pypy_c.test_weakref.TestThread object at 0x0000000049b51ef8>
func_or_src = '\n import weakref\n\n class Dummy(object):\n pass\n\n def noop(obj):\n pas... main(n):\n obj = Dummy()\n for i in range(n):\n weakref.ref(obj, noop)\n '
args = [500], import_site = False, discard_stdout_before_last_line = False
jitopts = {'disable_unrolling': 9999, 'threshold': 200}
src = <py._code.source.Source object at 0x0000000047d64218>, funcname = 'main'
arglist = '500'
f = <closed file '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_make_ref_with_callback.py', mode 'w' at 0x0000000048f4f520>
def run(self, func_or_src, args=[], import_site=False,
discard_stdout_before_last_line=False, **jitopts):
jitopts.setdefault('threshold', 200)
jitopts.setdefault('disable_unrolling', 9999)
if self.pypy_c is None:
py.test.skip("run with --pypy=PATH")
src = py.code.Source(func_or_src)
if isinstance(func_or_src, types.FunctionType):
funcname = func_or_src.func_name
else:
funcname = 'main'
# write the snippet
arglist = ', '.join(map(repr, args))
with self.filepath.open("w") as f:
# we don't want to see the small bridges created
# by the checkinterval reaching the limit
f.write("import sys\n")
f.write("sys.setcheckinterval(10000000)\n")
f.write(str(src) + "\n")
> f.write("print(%s(%s))\n" % (funcname, arglist))
E IOError: [Errno 28] No space left on device: '/tmp/pytest/usession-py3.12-519/test-pypy-jit/test_make_ref_with_callback.py'
pypy/module/pypyjit/test_pypy_c/test_00_model.py:62: IOError
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_buffers.py::TestBuffers::()::test_re_match
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_load_attr
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_getattr_with_dynamic_attribute
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_mutate_class_int
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_mutate_class
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_python_contains
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_id_compare_optimization
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_super
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_super_no_args
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_float_instance_field_read
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_float_instance_field_write
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_namedtuple_construction
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_add_instance_attr_big
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_add_instance_attr_unboxed
FAIL pypy/module/pypyjit/test_pypy_c/test_instance.py::TestInstance::()::test_aliasing_via_class
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[0]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[1]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[2]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[3]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[4]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[5]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[6]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[7]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[8]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[9]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[10]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[11]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[12]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[13]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[14]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[15]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[16]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[17]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[18]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[19]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[20]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[21]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[22]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[23]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[24]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[25]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[26]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[27]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[28]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[29]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[30]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[31]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[32]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[33]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[34]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[35]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[36]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[37]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[38]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[39]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[40]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[41]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[42]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[43]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[44]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[45]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[46]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[47]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[48]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[49]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[50]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[51]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[52]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[53]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[54]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[55]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[56]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[57]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[58]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[59]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[60]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[61]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[62]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[63]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[64]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[65]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[66]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[67]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[68]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[69]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[70]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[71]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[72]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[73]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[74]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[75]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[76]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[77]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[78]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[79]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[80]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[81]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[82]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[83]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[84]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[85]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[86]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[87]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[88]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[89]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[90]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[91]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[92]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[93]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[94]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[95]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[96]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[97]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[98]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[99]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[100]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[101]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[102]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[103]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[104]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[105]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[106]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[107]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[108]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[109]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[110]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[111]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[112]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[113]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[114]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[115]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[116]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[117]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[118]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[119]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[120]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[121]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[122]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[123]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[124]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[125]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[126]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[127]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[128]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[129]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[130]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[131]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[132]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[133]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[134]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[135]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[136]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[137]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[138]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[139]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[140]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[141]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[142]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_simple::[143]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[0]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[1]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[2]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[3]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[4]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[5]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[6]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[7]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[8]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[9]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[10]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[11]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[12]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[13]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[14]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[15]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[16]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[17]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[18]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[19]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[20]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[21]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[22]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[23]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[24]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[25]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[26]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[27]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[28]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[29]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[30]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[31]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[32]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[33]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[34]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[35]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[36]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[37]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[38]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[39]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[40]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[41]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[42]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[43]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[44]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[45]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[46]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[47]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[48]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[49]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[50]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[51]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[52]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[53]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[54]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[55]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[56]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[57]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[58]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[59]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[60]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[61]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[62]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[63]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[64]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[65]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[66]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[67]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[68]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[69]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[70]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[71]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[72]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[73]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[74]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[75]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[76]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[77]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[78]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[79]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[80]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[81]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[82]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[83]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[84]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[85]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[86]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[87]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[88]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[89]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[90]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[91]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[92]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[93]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[94]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[95]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[96]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[97]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[98]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[99]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[100]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[101]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[102]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[103]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[104]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[105]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[106]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[107]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[108]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[109]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[110]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[111]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[112]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[113]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[114]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[115]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[116]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[117]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[118]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[119]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[120]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_gt
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_sub_lt
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_ge
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addmul_ge
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_eq
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_mul
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_assert
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_xor
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_abs_branch_free
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_mul_int_long_uses_int_shortcut
FAIL pypy/module/pypyjit/test_pypy_c/test_itertools.py::TestMisc::()::test_islice_step_is_1
FAIL pypy/module/pypyjit/test_pypy_c/test_itertools.py::TestMisc::()::test_islice_uses_greenkey
FAIL pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py::TestLogParser::()::test
FAIL pypy/module/pypyjit/test_pypy_c/test_math.py::TestMath::()::test_log
FAIL pypy/module/pypyjit/test_pypy_c/test_math.py::TestMath::()::test_sin_cos
FAIL pypy/module/pypyjit/test_pypy_c/test_math.py::TestMath::()::test_pow_two
FAIL pypy/module/pypyjit/test_pypy_c/test_math.py::TestMath::()::test_complex_power
FAIL pypy/module/pypyjit/test_pypy_c/test_min_max.py::TestMinMax::()::test_min_max
FAIL pypy/module/pypyjit/test_pypy_c/test_min_max.py::TestMinMax::()::test_silly_max
FAIL pypy/module/pypyjit/test_pypy_c/test_min_max.py::TestMinMax::()::test_iter_max
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_f1
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_factorial
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_mixed_type_loop
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_cached_pure_func_of_equal_fields
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_range_iter_simple
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_range_iter_normal
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_chain_of_guards
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_unpack_iterable_non_list_tuple
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_dont_trace_every_iteration
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_overflow_checking
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_global
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_eval
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_sys_exc_info
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_long_comparison
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_settrace
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_forward_jump_absolute_doesnt_start_loops
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_stat_result_virtual
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_locals
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_locals_in_inlined_function
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_sys_flags_access
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_tuple_slice
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_tuple_slice_virtual
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_id_no_rbigint
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_intbound
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_lshift_and_then_rshift
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_division_to_rshift
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_modulo_optimization
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_division_to_rshift_allcases
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_mod
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[0]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[1]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[2]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[3]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[4]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[5]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[6]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[7]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[8]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[9]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[10]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[11]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[12]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[13]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[14]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[15]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[16]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[17]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[18]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[19]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[20]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[21]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[22]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[23]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[24]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[25]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[26]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[27]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[28]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[29]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[30]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[31]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[32]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[33]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[34]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[35]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[36]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[37]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[38]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[39]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[40]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[41]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[42]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[43]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[44]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[45]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[46]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[47]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[48]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[49]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[50]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[51]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[52]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[53]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[54]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[55]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[56]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[57]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[58]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[59]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[60]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[61]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[62]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[63]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[64]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[65]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[66]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[67]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[68]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[69]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[70]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[71]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[72]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[73]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[74]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[75]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[76]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[77]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[78]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[79]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[80]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[81]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[82]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[83]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[84]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[85]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[86]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[87]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[88]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[89]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[90]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[91]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[92]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[93]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[94]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[95]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[96]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[97]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[98]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[99]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[100]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[101]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[102]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[103]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[104]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[105]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[106]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[107]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[108]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[109]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[110]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[111]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[112]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[113]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[114]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[115]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_shift_allcases::[116]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[0]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[1]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[2]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[3]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[4]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[5]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[6]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[7]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[8]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[9]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[10]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[11]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[12]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[13]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[14]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[15]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[16]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[17]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[18]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[19]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[20]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[21]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[22]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[23]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[24]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[25]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[26]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[27]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[28]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[29]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[30]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[31]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[32]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[33]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[34]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[35]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[36]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[37]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[38]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[39]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[40]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[41]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[42]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[43]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[44]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[45]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[46]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[47]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[48]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[49]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[50]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[51]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[52]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[53]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[54]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[55]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[56]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[57]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[58]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[59]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[60]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[61]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[62]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[63]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[64]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[65]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[66]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[67]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[68]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[69]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[70]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[71]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[72]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[73]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[74]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[75]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[76]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[77]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[78]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[79]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[80]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[81]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[82]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[83]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[84]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[85]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[86]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[87]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[88]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[89]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[90]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[91]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[92]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[93]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[94]
FAIL pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[95]
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_python3_missing_bchr
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_int_base_16
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_str_mod
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_bytes
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_unicode
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_splitlines_doesnt_allocate_uniobject
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_textiowrapper_write_is_inlined
FAIL pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
FAIL pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
FAIL pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
FAIL pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
FAIL pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
FAIL pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
FAIL pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
FAIL pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
FAIL pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
FAIL pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
======= 570 failed, 462 passed, 162 skipped, 1 xfailed in 149.79 seconds =======
program finished with exit code 1
elapsedTime=150.892955