test_pypy_remote_debug:test_integration
tmpdir = local('/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-21/test_integration0')
def wrapper(tmpdir):
try:
> return func(tmpdir)
../build/extra_tests/test_pypy_remote_debug.py:69:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/extra_tests/test_pypy_remote_debug.py:155: in test_integration
func(pid, str(debug_script).encode('utf-8'))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pid = 68824
filename = b'/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-21/test_integration0/debug.py'
wait = True
def start_debugger(pid, filename, wait=True):
if not (sys.platform.startswith('linux') or sys.platform == 'win32'):
> raise ValueError('This works on Linux and Windows only so far')
E ValueError: This works on Linux and Windows only so far
../build/lib_pypy/_pypy_remote_debug.py:655: ValueError
builder: pypy-c-jit-macos-x86-64 build #1400+
test: test_pypy_remote_debug:test_integration