/build_dir/pypy-c-jit-linux-x86-32/build/pypy/conftest.py:77: [py3k] only untranslated/build_dir/pypy-c-jit-linux-x86-32/build/pypy/interpreter/test/apptest_function.py:418: XXX issue #2083/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_io/test/apptest_textio.py:447: Requires a result from os.device_encoding(sys.stderr.fileno())/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_socket/test/apptest_socket.py:261: win32 only/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_socket/test/apptest_socket.py:271: win32 only/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_socket/test/apptest_socket.py:543: AF_PACKET needs to be root for testing/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_warnings/test/apptest_warnings.py:84: fails on this version of pytest/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/_warnings/test/apptest_warnings.py:121: fails on this version of pytest/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/bz2/test/apptest_bz2_compdecomp.py:30: skipping test requiring lots of memory/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/math/test/apptest_math.py:133: bigint on 32-bytes is slow/build_dir/pypy-c-jit-linux-x86-32/build/pypy/module/time/test/apptest_time.py:515: unsupported locale LC_TIME=fr_CH/build_dir/pypy-c-jit-linux-x86-32/build/pypy/objspace/std/test/apptest_stringformat.py:191: the rest of this test is serious nonsense imho, changed only on 2.7.13, and is different on 3.x anyway. We could reproduce it by writing lengthy logic, then get again the reasonable performance by special-casing the exact type 'long'. And all for 2.7.13 only. Let's give up./build_dir/pypy-c-jit-linux-x86-32/build/pypy/objspace/std/test/apptest_stringformat.py:281: no setdefaultencoding/build_dir/pypy-c-jit-linux-x86-32/build/pypy/objspace/std/test/apptest_stringformat.py:430: nicely passes on top of CPython but requires > 2GB of RAM/build_dir/pypy-c-jit-linux-x86-32/build/pypy/objspace/test/apptest_descriptor.py:75: utf-8 encoding before translation accepts lone surrogates, because it is Python 2.7, but after translation it does not. Moreover, CPython 3.x accepts such unicode attributes anyway. This makes this test half-wrong for now./build_dir/pypy-c-jit-linux-x86-32/build/pypy/objspace/test/apptest_descroperation.py:373: fails, works in cpython