Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

test_pypy_remote_debug:test_disable_remote_debug

tmpdir = local('/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-156/test_disable_remote_debug0')

    def wrapper(tmpdir):
        try:
>           return func(tmpdir)

../build/extra_tests/test_pypy_remote_debug.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../build/extra_tests/test_pypy_remote_debug.py:189: in test_disable_remote_debug
    func(pid, str(debug_script).encode('utf-8'))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

pid = 87482
filename = b'/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-156/test_disable_remote_debug0/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 #1384+
test: test_pypy_remote_debug:test_disable_remote_debug